Skip to content

Use Clang workaround for Thrust regarless of the version

Arndt, Daniel requested to merge github/fork/dalg24/clang_cuda_thrust into master

Created by: dalg24

I encountered the bug with CUDA-10.0 and LLVM/Clang v10.0.0

Rather than attempting to discriminate combinations of CUDA/Clang versions, I suggest we use the workaround unconditionally for now.

Merge request reports