Reputation: 8934
I'm writing an article about CUDA and their wrappers and right now I'm stuck with what layer of CUDA is used by CUDA.NET or JCUDA.
As this suggests:
(source: tomshw.it)
I guess as my program suggests when i use CUBLAS cublas = new CUBLAS(cuda);
that I'm using a Library or a library on CUDA Runtime.
I'm right, or what is the best definition?
And wrapper is the best definition to CUDA.NET or brigde or something.
Upvotes: 0
Views: 348