0

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.

Community
  • 1
  • 1
Custodio
  • 8,594
  • 15
  • 80
  • 115

1 Answers1

2

Cuda.net is implemented via Cuda Driver

Lu4
  • 14,873
  • 15
  • 79
  • 132