Andrew Corrigan
Andrew Corrigan
Thanks for testing it. It should absolutely work with `THRUST_DEVICE_SYSTEM_CPP`. I was not able to reproduce the error you posted. Here's what I did: 1. I removed the line `std::cout
Are you sure your test code is correct? See the error: ``` thrust_variadic_tuple_test.cpp:43:15: note: while substituting deduced template arguments into function template 'get' [with N = 3, HT = int,...
It seems to me that if it works with variadic tuple, then it's by accident. get of a tuple of size 3 should be an error.
Thank you for your response (and this amazing project). That's great news. Forgive me if I am being obtuse, but I'm not sure I understand what you mean by "I...
[Thrust is open source, and code is available](https://github.com/thrust/thrust). If cuda-on-cl enables compilation of arbitrary CUDA code, then it should just work. But I wouldn't be surprised if Thrust uses advanced...
Will do, and I would be happy to report the results back here. I don't have an Ubuntu 16.04 system, so building cuda-on-cl didn't work right out of the box....
Mac laptop, and various CentOS/RHEL 7 workstation and servers
Very exciting. It's really easy to compile now on a Mac. I just had to brew install llvm38 and set in CMake "CLANG_HOME /path/to/homebrew/Cellar/llvm38/3.8.1/lib/llvm-3.8". I'll be testing out Thrust as...
I couldn't get a simple Thrust code to compile, and took a step back and tried out[ your sample](https://github.com/hughperkins/cuda-on-cl/blob/76a849d9510276bc67167c9a7676d64ff04c3e4a/test/cuda_sample.cu), but that gave the error: ``` ➜ cocl -c main.cu Assertion...
The example does indeed compile and run with the [3.8.0 binary](http://llvm.org/releases/3.8.0/clang+llvm-3.8.0-x86_64-apple-darwin.tar.xz).