Commit 9019573
committed
fix: resolve CUDA 12.6 compatibility issue with clang-18
- Use --cuda-path=/usr/local/cuda instead of manual include paths
- This allows clang to properly handle CUDA headers and avoid conflicts
- Fixes '__noinline__' macro conflicts between CUDA and C++13 standard library
- Simplifies build configuration and improves cross-platform compatibility1 parent a51e5b1 commit 9019573
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments