Skip to content

Commit 222fa01

Browse files
committed
Remove gradlib
1 parent 0c6ce45 commit 222fa01

File tree

11 files changed

+0
-1899
lines changed

11 files changed

+0
-1899
lines changed

CMakeLists.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -774,24 +774,6 @@ if(VLLM_GPU_LANG STREQUAL "HIP")
774774
ARCHITECTURES ${VLLM_GPU_ARCHES}
775775
USE_SABI 3
776776
WITH_SOABI)
777-
778-
#
779-
# _gradlib_C extension
780-
#
781-
set(VLLM_GRADLIB_EXT_SRC
782-
"csrc/gradlib/torch_bindings.cpp"
783-
"csrc/gradlib/hipbsolgemm.cu"
784-
"csrc/gradlib/rocsolgemm.cu")
785-
786-
define_gpu_extension_target(
787-
_gradlib_C
788-
DESTINATION vllm
789-
LANGUAGE ${VLLM_GPU_LANG}
790-
SOURCES ${VLLM_GRADLIB_EXT_SRC}
791-
COMPILE_FLAGS ${VLLM_GPU_FLAGS}
792-
ARCHITECTURES ${VLLM_GPU_ARCHES}
793-
USE_SABI 3
794-
WITH_SOABI)
795777
endif()
796778

797779
# For CUDA we also build and ship some external projects.

0 commit comments

Comments
 (0)