Custodio
Custodio

Reputation: 8934

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

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.

Upvotes: 0

Views: 348

Answers (1)

Lu4
Lu4

Reputation: 15032

Cuda.net is implemented via Cuda Driver

Upvotes: 2

Related Questions