MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / ShortNames

Class ShortNames

src/fused_mm_sampling/alg_names.py:7–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected