[Parallel_libs-commits] [PATCH] D24580: [SE] Let users specify CUDA path
Jason Henline via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Wed Sep 14 14:09:42 PDT 2016
jhen added a comment.
In https://reviews.llvm.org/D24580#543009, @jlebar wrote:
> Seems simple enough when someone else writes it. :)
Speaking of which, it turns out we can use CMake's standard FindCUDA module to do everything except find the driver library. :) So I switched to doing things that way. It also allows you to control where it looks for CUDA by using the CUDA_TOOLKIT_ROOT_DIR variable.
https://reviews.llvm.org/D24580
More information about the Parallel_libs-commits
mailing list