We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e48e79 commit 960a8cdCopy full SHA for 960a8cd
flashinfer/jit/gemm/core.py
@@ -513,7 +513,7 @@ def gen_trtllm_low_latency_gemm_module() -> JitSpec:
513
# make sure "flashinferMetaInfo.h" is downloaded or cached
514
assert metainfo, f"{header_name}.h not found"
515
return gen_jit_spec(
516
- "trtllm_gemm",
+ "trtllm_low_latency_gemm",
517
[
518
jit_env.FLASHINFER_CSRC_DIR / "trtllm_low_latency_gemm_runner.cu",
519
],
0 commit comments