sglang.0.4.8.post1/nvshmem_src/perftest/host/CMakeLists.txt

8 lines
221 B
CMake

set(NVSHMEM_TEST_PREFIX "perf_host_")
macro(nvshmem_add_perftest SOURCE)
nvshmem_add_perftest_prefix(${SOURCE} ${NVSHMEM_TEST_PREFIX})
endmacro()
add_subdirectory(coll)
add_subdirectory(init)
add_subdirectory(pt-to-pt)