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
           
jcuda.runtime.cudaError.cudaErrorAddressOfConstant
          This error return is deprecated as of Cuda 3.1. Variables in constant memory may now have their address taken by the runtime via ::cudaGetSymbolAddress(). 
 

Deprecated Methods
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.