Commit de26942
fix(examples): 09 names the cuRAND and CCCL payloads the clang route needs (#567)
* fix(examples): 09 names the cuRAND payload the clang route needs
clang's CUDA wrapper includes curand_mtgp32_kernel.h unconditionally; the
example built on a developer machine only because the host's /usr/include
supplied it. mcpp.rules.cuda 0.1.0 refuses the clang route without
xim:libcurand and names the entry; the example now declares it.
* fix(examples): 09 also names the CCCL payload
cuRAND's header includes <nv/target> from CCCL, the separate cuda-cccl
package of the 12.x toolkits; the host's /usr/include supplied it silently
on the developer machine. mcpp.rules.cuda refuses the clang route without
it and names the entry; the example declares 12.9.27, the 12.9 line.
* ci: re-run checks on the amended head
---------
Co-authored-by: speak-agent <248744407+speak-agent@users.noreply.github.com>1 parent d510b3d commit de26942
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
| |||
0 commit comments