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

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.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Cuda.net is implemented via Cuda Driver

link|improve this answer
Thanks! And in your opinion cuda.net is a language binding or a wrapper? – Custódio Apr 27 '11 at 12:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.