5
votes
3answers
3k views
CUDA Driver API vs. CUDA runtime
When writing CUDA applications, you can either work at the driver level or at the runtime level as illustrated on this image (The libraries are CUFFT and CUBLAS for advanced math):
I assume the …
1
vote
4answers
731 views
Getting array subsets efficiently
Is there an efficient way to take a subset of a C# array and pass it to another peice of code (without modifying the original array)? I use CUDA.net which has a function which copies an array to the …
