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 f05d474 commit edfe498Copy full SHA for edfe498
CMakeLists.txt
@@ -861,7 +861,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
861
endif()
862
863
# Hadacore kernels
864
- cuda_archs_loose_intersection(HADACORE_ARCHS "8.0;8.9;9.0" "${CUDA_ARCHS}")
+ cuda_archs_loose_intersection(HADACORE_ARCHS "8.0+PTX;9.0+PTX" "${CUDA_ARCHS}")
865
if(HADACORE_ARCHS)
866
set(SRCS "csrc/quantization/hadamard/hadacore/hadamard_transform_cuda.cu")
867
set_gencode_flags_for_srcs(
0 commit comments