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

13 lines
371 B
CMake

set(NVSHMEM_TEST_PREFIX "perf_device_")
macro(nvshmem_add_perftest SOURCE)
nvshmem_add_perftest_prefix(${SOURCE} ${NVSHMEM_TEST_PREFIX})
endmacro()
if(NVSHMEM_BUILD_BITCODE_LIBRARY)
macro(nvshmem_add_cubin_perftest SOURCE)
nvshmem_add_cubin_perftest_prefix(${SOURCE} ${NVSHMEM_TEST_PREFIX})
endmacro()
endif()
add_subdirectory(coll)
add_subdirectory(pt-to-pt)