| 5 | |
| 6 | |
| 7 | class ShortNames: |
| 8 | fused_triton = "fused-triton" |
| 9 | fused_triton_p2p_no_overlap = "fused-triton-p2p-no-overlap" |
| 10 | fused_triton_ret_logits = "fused-triton-ret-logits" |
| 11 | fused_triton_greedy = "fused-triton-greedy" |
| 12 | fused_cuda = "fused-cuda" |
| 13 | fused_topk = "fused-topk" |
| 14 | helion = "helion" |
| 15 | naive_pt = "naive-pt" |
| 16 | naive_compiled = "naive-compiled" |
| 17 | sequential_compiled = "sequential-compiled" |
| 18 | naive_tl_matmul = "naive-tl-matmul" |
| 19 | jl_compiled = "jl-compiled" |
| 20 | pt_qitra = "pt-qitra" |
| 21 | flashinfer_top_k_top_p_sampling_from_logits = "flashinfer:top_k_top_p_sampling_from_logits" |
| 22 | flashinfer_sampling_from_logits = "flashinfer:sampling_from_logits" |
| 23 | greedy_baseline = "greedy" |
| 24 | |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected