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 5ec15b9 commit 55f4f2dCopy full SHA for 55f4f2d
cpp/tensorrt_llm/kernels/trtllmGenKernels/blockScaleMoe/RoutingRenormalize.cu
@@ -199,7 +199,7 @@ __global__ void __launch_bounds__(NumThreadsSingleBlock) routingIndicesBlockKern
199
}
200
201
#if (defined(__CUDA_ARCH__) && (__CUDA_ARCH__ >= 900))
202
-#if !defined(FDL_PROFILE) || FDL_PROFILE == 0
+#if !defined(PDL_PROFILE) || PDL_PROFILE == 0
203
// we can trigger the next kernel at this point
204
if constexpr (KernelParams::UsePdl)
205
{
0 commit comments