Add test to detect the C++ include paths are passed to both CUDA host and device frontends.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
cuda-detect.cu may be a better place for this test.
test/Driver/cuda-simple.cu | ||
---|---|---|
27 ↗ | (On Diff #66051) | Linker match pattern will cause problems on windows. We normally use ld{{.*}}" . Linker options are irrelevant here, IMO, as this line is only used as a marker for the end of the list of commands produced by compiler. |
test/Driver/cuda-detect.cu | ||
---|---|---|
75–77 | These two lines seem to be copy-pasted from cuda-simple.cu by mistake. |
Comment Actions
- Remove redundant test - copied by mistake.
test/Driver/cuda-detect.cu | ||
---|---|---|
75–77 | Woops... Sorry about that. Fixed in the last diff. |
These two lines seem to be copy-pasted from cuda-simple.cu by mistake.