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

Function main

src/fused_mm_sampling/modal_lib/modal_speed_test.py:25–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24 from ..bench.speed_test import run_speed_test
25 from ..bench.triton_benchmark_lib import Args
26
27 set_volume_caches()
28 args = Args(
29 n_hidden_states=n_hidden_states,
30 n_procs=n_procs,
31 name=name,
32 bench_fn=bench_fn,
33 case=case,
34 tgt_dir=Path(volume_path) / "speed-test",
35 )
36 run_speed_test(args)
37

Callers

nothing calls this directly

Calls 1

ArgsClass · 0.70

Tested by

no test coverage detected