mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-06 17:52:07 +00:00
7 lines
167 B
CMake
7 lines
167 B
CMake
|
project(tgiccl)
|
||
|
|
||
|
set(TGICCL_HEADER_FILES tgiccl.hpp)
|
||
|
#set(TGICCL_SOURCE_FILES)
|
||
|
|
||
|
add_library(tgiccl SHARED ${TGICCL_HEADER_FILES})
|
||
|
target_link_libraries(tgiccl nvshmem)
|