[llvm-bugs] [Bug 31655] New: CMake FindCUDA Support
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 16 09:24:36 PST 2017
https://llvm.org/bugs/show_bug.cgi?id=31655
Bug ID: 31655
Summary: CMake FindCUDA Support
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: CUDA
Assignee: unassignedclangbugs at nondot.org
Reporter: a.huebl at hzdr.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Hi,
I hope it's not cross-posting if I write that here: would it be useful for
others as well to extend CMake's FindCUDA module to support either nvcc or
clang as the device compiler?
https://github.com/Kitware/CMake/tree/master/Modules/FindCUDA
I posted this earlier on
http://public.kitware.com/pipermail/cmake-developers/2016-March/028034.html
but I think it's some clean-up necessary to get it done properly.
Besides that, generally switching between both is possible with little manual
fiddling (quick & dirty solution below):
https://github.com/ComputationalRadiationPhysics/picongpu/pull/1731/files
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170116/cea24bb0/attachment-0001.html>
More information about the llvm-bugs
mailing list