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

[cfe-users] Operator new in CUDA kernels

2017-06-18 Thread Ralph Kube via cfe-users
Hi, I’m trying to port my CUDA project to clang. Thanks for the fantastic work, clang is a charm to work with. One problem however, maybe you guys can help me out. I need to allocate memory for a class in a CUDA kernel on the heap. So I created a myclass** in the host program, pass it to the ker