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 c1fd461 commit 47a61d5Copy full SHA for 47a61d5
cpp/tensorrt_llm/plugins/lowLatencyGemmPlugin/lowLatencyGemmPlugin.h
@@ -17,7 +17,9 @@
17
18
#pragma once
19
20
-#include "low_latency_gemm.h"
+// Specified this path instead of just the file name to disambiguate "opened cutlass" from "internal cutlass"
21
+// And this file specifically uses "internal cutlass"
22
+#include "tensorrt_llm/kernels/internal_cutlass_kernels/include/low_latency_gemm.h"
23
24
#include "tensorrt_llm/plugins/common/gemmPluginProfiler.h"
25
#include "tensorrt_llm/plugins/common/plugin.h"
0 commit comments