chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:40:42 +08:00
commit e25996e7db
15472 changed files with 3536181 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
if(WITH_GPU)
if(WIN32)
message(STATUS "Skip compact_allocator_test on Windows")
else()
nv_test(
compact_allocator_test
SRCS compact_allocator_test.cc
DEPS phi common)
endif()
endif()
if(WITH_GPU)
if(WIN32)
message(STATUS "Skip gen_compact_test on Windows")
else()
nv_test(
gen_compact_test
SRCS gen_compact_test.cc
DEPS phi common)
endif()
endif()