Previously it was taking the true target triple, which is not really
what it needs: The location of the CUDA installation depends on the host
OS.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D28319
[CUDA] Make CUDAInstallationDetector take the host triple in its constructor. ClosedPublic Authored by jlebar on Jan 4 2017, 1:56 PM.
Details Summary Previously it was taking the true target triple, which is not really
Diff Detail
Event Timelinejlebar added a child revision: D28320: [Driver] Driver changes to support CUDA compilation on Windows..Jan 4 2017, 1:57 PM jlebar added a child revision: D28326: [Docs] Update docs to indicate that CUDA compilation is supported on Windows..Jan 4 2017, 2:05 PM jlebar removed a child revision: D28326: [Docs] Update docs to indicate that CUDA compilation is supported on Windows.. This revision is now accepted and ready to land.Jan 4 2017, 4:35 PM Closed by commit rL291130: [CUDA] Make CUDAInstallationDetector take the host triple in its constructor. (authored by jlebar). · Explain WhyJan 5 2017, 9:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 83254 cfe/trunk/lib/Driver/ToolChains.h
cfe/trunk/lib/Driver/ToolChains.cpp
|