I have C++ code with several CUDA kernels. Some operations would be easier to do with the Thrust library. Can one mix thrust calls with CUDA kernels?
More specifica