Skip to content

Commit 55f4f2d

Browse files
authored
[None] [fix] Fix the macro name (NVIDIA#6983)
Signed-off-by: Christina Zhang <[email protected]>
1 parent 5ec15b9 commit 55f4f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/tensorrt_llm/kernels/trtllmGenKernels/blockScaleMoe/RoutingRenormalize.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ __global__ void __launch_bounds__(NumThreadsSingleBlock) routingIndicesBlockKern
199199
}
200200

201201
#if (defined(__CUDA_ARCH__) && (__CUDA_ARCH__ >= 900))
202-
#if !defined(FDL_PROFILE) || FDL_PROFILE == 0
202+
#if !defined(PDL_PROFILE) || PDL_PROFILE == 0
203203
// we can trigger the next kernel at this point
204204
if constexpr (KernelParams::UsePdl)
205205
{

0 commit comments

Comments
 (0)