Skip to content

Commit 9068df7

Browse files
committed
distinct name for low latency gemm module
1 parent 58f3566 commit 9068df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flashinfer/jit/gemm/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def gen_trtllm_low_latency_gemm_module() -> JitSpec:
513513
# make sure "flashinferMetaInfo.h" is downloaded or cached
514514
assert metainfo, f"{header_name}.h not found"
515515
return gen_jit_spec(
516-
"trtllm_gemm",
516+
"trtllm_low_latency_gemm",
517517
[
518518
jit_env.FLASHINFER_CSRC_DIR / "trtllm_low_latency_gemm_runner.cu",
519519
],

0 commit comments

Comments
 (0)