cuda.net is based in CUDA Runtime or CUDA Driver?

357 Views Asked by At

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:
CUDA Layers
(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.

1

There are 1 best solutions below

1
On BEST ANSWER

Cuda.net is implemented via Cuda Driver