Without this change, we silently proceed on without including
clang_cuda_runtime_wrapper.h. This leads to very strange behavior --
you say you're compiling CUDA code, but e.g. device__ is not defined!
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D19180
[CUDA] Raise an error if the CUDA install can't be found. ClosedPublic Authored by jlebar on Apr 15 2016, 2:57 PM.
Details Summary Without this change, we silently proceed on without including
Diff Detail Event Timelinejlebar updated this object. This revision is now accepted and ready to land.Apr 15 2016, 5:14 PM Closed by commit rL266496: [CUDA] Raise an error if the CUDA install can't be found. (authored by jlebar). · Explain WhyApr 15 2016, 5:16 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 53954 include/clang/Basic/DiagnosticDriverKinds.td
lib/Driver/ToolChains.cpp
|