Re: [cfe-users] Operator new in CUDA kernels

2017-08-25 Thread Justin Lebar via cfe-users
Thank you for the bug report. This looks like a real bug, we should fix it. I will add it to our list. Sorry for the long delay in getting back to you -- I don't read the mailing lists habitually, and just happened to do a search today that showed me that I'd missed many emails I should have res

Re: [cfe-users] How to tell Clang which version of CUDA to use ?

2017-08-28 Thread Justin Lebar via cfe-users
--cuda-path is the right flag to pass. Strange it's not doing the right thing for you. Can you include the output of running the same command line with -v? On Fri, Aug 18, 2017 at 3:55 AM, Jean-Loup Tastet via cfe-users wrote: > Hi, > > I am trying to use Clang to compile CUDA device code. I fo

Re: [cfe-users] How to tell Clang which version of CUDA to use ?

2017-09-05 Thread Justin Lebar via cfe-users
Sorry for the delayed response, just got back from vacation. I just installed cuda 9 to /usr/local/cuda-9.0 and couldn't reproduce this problem. I also tried redirecting /usr/local/cuda to /usr/local/cuda-9.0 and passing an explicit --cuda-path=/usr/local/cuda-8.0, and things still worked as expe