Deprecated API


Contents
Deprecated Classes
jcuda.driver.CUGLmap_flags
          As of CUDA 3.0 
 

Deprecated Fields
jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_REGISTERS_PER_BLOCK
           
jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_SHARED_MEMORY_PER_BLOCK
           
 

Deprecated Methods
jcuda.runtime.JCuda.cudaGLMapBufferObject(Pointer, int)
          As of CUDA 3.0 
jcuda.runtime.JCuda.cudaGLMapBufferObjectAsync(Pointer, int, cudaStream_t)
          As of CUDA 3.0 
jcuda.runtime.JCuda.cudaGLRegisterBufferObject(int)
          As of CUDA 3.0 
jcuda.runtime.JCuda.cudaGLSetBufferObjectMapFlags(int, int)
          As of CUDA 3.0 
jcuda.runtime.JCuda.cudaGLUnmapBufferObject(int)
          As of CUDA 3.0 
jcuda.runtime.JCuda.cudaGLUnmapBufferObjectAsync(int, cudaStream_t)
          As of CUDA 3.0 
jcuda.runtime.JCuda.cudaGLUnregisterBufferObject(int)
          As of CUDA 3.0 
jcuda.driver.JCudaDriver.cuGLInit()
          As of CUDA 3.0 
jcuda.driver.JCudaDriver.cuGLMapBufferObject(CUdeviceptr, int[], int)
          As of CUDA 3.0 
jcuda.driver.JCudaDriver.cuGLMapBufferObjectAsync(CUdeviceptr, int[], int, CUstream)
          As of CUDA 3.0 
jcuda.driver.JCudaDriver.cuGLRegisterBufferObject(int)
          As of CUDA 3.0 
jcuda.driver.JCudaDriver.cuGLSetBufferObjectMapFlags(int, int)
          As of CUDA 3.0 
jcuda.driver.JCudaDriver.cuGLUnmapBufferObject(int)
          As of CUDA 3.0 
jcuda.driver.JCudaDriver.cuGLUnmapBufferObjectAsync(int, CUstream)
          As of CUDA 3.0 
jcuda.driver.JCudaDriver.cuGLUnregisterBufferObject(int)
          As of CUDA 3.0 
jcuda.runtime.JCuda.setEmulation(boolean)
          The emulation mode has been deprecated in CUDA 3.0. This function no longer has any effect, and will be removed in the next release.