Uses of Package
jcuda.runtime

Packages that use jcuda.runtime
jcuda.jcufft Contains the classes of JCufft. 
jcuda.runtime Contains the classes related to the JCuda runtime API. 
 

Classes in jcuda.runtime used by jcuda.jcufft
cudaStream_t
          Java port of a cudaStream_t.
 

Classes in jcuda.runtime used by jcuda.runtime
cudaArray
          Java port of a cudaArray
cudaChannelFormatDesc
          Java port of the cudaChannelFormatDesc.

Most comments are taken from the CUDA reference manual.
cudaDeviceProp
          Java port of the cudaDeviceProp.

Most comments are taken from the CUDA reference manual.
cudaEvent_t
          Java port of a cudaEvent_t.
cudaExtent
          Java port of a cudaExtent.
cudaFuncAttributes
          CUDA function attributes.

Most comments are taken from the CUDA reference manual.
cudaGraphicsResource
          Java port of a cudaGraphicsResource
cudaMemcpy3DParms
          Java port of cudaMemcpy3DParms.

Most comments are taken from the CUDA reference manual.

cudaPitchedPtr
          Java port of a cudaPitchedPtr
cudaPos
          Java port of a cudaPos.
cudaStream_t
          Java port of a cudaStream_t.
dim3
          Java port of a dim3.
textureReference
          Java port of a textureReference.

Most comments are taken from the CUDA reference manual or CUDA programming guide.