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 | 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 ↗ | (On Diff #67335) | 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 ↗ | (On Diff #67335) | Woops... Sorry about that. Fixed in the last diff. |
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.