Skip to content

Commit 23ae696

Browse files
houseroadx22x22
authored andcommitted
[AMD][CI/Build] Fix the AMD issue caused by inappropriate of symbol exposure (vllm-project#21647)
Signed-off-by: Lu Fang <lufang@fb.com> Signed-off-by: x22x22 <wadeking@qq.com>
1 parent d58e07b commit 23ae696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ set(VLLM_EXT_SRC
243243
"csrc/sampler.cu"
244244
"csrc/cuda_view.cu"
245245
"csrc/quantization/gptq/q_gemm.cu"
246-
"csrc/quantization/compressed_tensors/int8_quant_kernels.cu"
247246
"csrc/quantization/fp8/common.cu"
248247
"csrc/quantization/fused_kernels/fused_layernorm_dynamic_per_token_quant.cu"
249248
"csrc/quantization/gguf/gguf_kernel.cu"
@@ -297,7 +296,8 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
297296
"csrc/sparse/cutlass/sparse_scaled_mm_entry.cu"
298297
"csrc/cutlass_extensions/common.cpp"
299298
"csrc/attention/mla/cutlass_mla_entry.cu"
300-
"csrc/quantization/fp8/per_token_group_quant.cu")
299+
"csrc/quantization/fp8/per_token_group_quant.cu"
300+
"csrc/quantization/compressed_tensors/int8_quant_kernels.cu")
301301

302302
set_gencode_flags_for_srcs(
303303
SRCS "${VLLM_EXT_SRC}"

0 commit comments

Comments
 (0)