Commit d656887
committed
refactor(test): restructure test kernels into test/kernel/[platform]/
- Create test/kernel/ with top-level dispatcher Makefile
- Move platform-agnostic headers to test/kernel/include/
- Create test/kernel/nvidia/ with clean CUDA kernels (no #ifdef)
- Create test/kernel/du/ with clean DU kernels (no #ifdef)
- Update unittest/device_api and perf/device_api Makefiles to use new paths
- Split test_nvshmem_adaptor.cu into kernel (.cu) + harness (.cpp)
- Move nvshmem_state_sync.cc to test/unittest/shmem_adaptor/
- Add KERNEL_DIR/KERNEL_PLATFORM/KERNEL_OBJ_DIR to test/make.inc
Old test/device_api/ directory kept temporarily for reference until
build verification passes on GPU nodes.1 parent 421990c commit d656887
17 files changed
Lines changed: 4253 additions & 53 deletions
File tree
- test
- kernel
- du
- include
- nvidia
- perf/device_api
- unittest
- device_api
- shmem_adaptor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments