From ed84bda7a57c1c3377899f769b6fb092b14e2f11 Mon Sep 17 00:00:00 2001 From: yewentao256 Date: Tue, 23 Sep 2025 08:10:57 -0700 Subject: [PATCH] fix cub helpers Signed-off-by: yewentao256 --- csrc/quantization/w8a8/fp8/common.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrc/quantization/w8a8/fp8/common.cu b/csrc/quantization/w8a8/fp8/common.cu index ef57902504911..7a822fb8fb8aa 100644 --- a/csrc/quantization/w8a8/fp8/common.cu +++ b/csrc/quantization/w8a8/fp8/common.cu @@ -1,6 +1,6 @@ #include "common.cuh" #include "dispatch_utils.h" -#include "../../cub_helpers.h" +#include "cub_helpers.h" #include "quantization/vectorization_utils.cuh" #include #include