Commit 1863d9e
authored
refactor: remove obsolete OptiX PTX scratch files and stale sysrap test runners (#343)
This PR removes outdated OptiX/PTX scratch code and related stale test artifacts.
### CSGOptiX cleanup
- remove the obsolete `CSGOptiX/Check.cu` debug/probe source
- simplify `CSGOptiX/CMakeLists.txt` now that `CSGOptiX7.cu` is the only remaining OptiX PTX source
- keep the PTX object/install wiring aligned with the single-source setup
### sysrap test cleanup
- remove stale `SOPTIX_Module_test.{cc,sh}` and `SOPTIX_Pipeline_test.{cc,sh}` files
- remove the obsolete `sysrap/tests/go.sh` runner and its `tests.txt` manifest
- clean up leftover references in `sysrap/SOPTIX.rst` and `sysrap/SGLFW_Evt.h`
## Why
`Check.cu` was an old standalone compiler/debug check and is no longer part of the active OptiX path.
The removed `sysrap` test files were stale, not wired into the current CMake test flow, and still referenced outdated PTX naming/path conventions. Existing OptiX integration paths already exercise module/pipeline creation more realistically through current render/simulate flows.1 parent a1578ac commit 1863d9e
10 files changed
Lines changed: 17 additions & 502 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
53 | 39 | | |
54 | | - | |
| 40 | + | |
55 | 41 | | |
56 | 42 | | |
57 | 43 | | |
| |||
84 | 70 | | |
85 | 71 | | |
86 | 72 | | |
87 | | - | |
| 73 | + | |
88 | 74 | | |
89 | 75 | | |
90 | 76 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
131 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 70 | + | |
77 | 71 | | |
78 | 72 | | |
79 | 73 | | |
80 | 74 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 75 | | |
86 | 76 | | |
87 | 77 | | |
| |||
99 | 89 | | |
100 | 90 | | |
101 | 91 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments