Deprecated API


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

Deprecated Fields
jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_CAN_TEX2D_GATHER
          Deprecated, do not use. 
jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_GPU_OVERLAP
          Use instead CU_DEVICE_ATTRIBUTE_ASYNC_ENGINE_COUNT 
jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_HEIGHT
          Use CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LAYERED_HEIGHT 
jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_NUMSLICES
          Use CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LAYERED_LAYERS 
jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_WIDTH
          Use CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LAYERED_WIDTH 
jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_REGISTERS_PER_BLOCK
          use CU_DEVICE_ATTRIBUTE_MAX_REGISTERS_PER_BLOCK 
jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_SHARED_MEMORY_PER_BLOCK
          use CU_DEVICE_ATTRIBUTE_MAX_SHARED_MEMORY_PER_BLOCK 
jcuda.driver.JCudaDriver.CU_MEMPEERREGISTER_DEVICEMAP
          This value has been added in CUDA 4.0 RC, and removed in CUDA 4.0 RC2 
jcuda.driver.JCudaDriver.CU_STREAM_CALLBACK_BLOCKING
          This flag was only present in CUDA 5.0.25 (release candidate) and may be removed (or added again) in future releases 
jcuda.driver.JCudaDriver.CU_STREAM_CALLBACK_NONBLOCKING
          This flag was only present in CUDA 5.0.25 (release candidate) and may be removed (or added again) in future releases 
jcuda.driver.JCudaDriver.CUDA_ARRAY3D_2DARRAY
          use CUDA_ARRAY3D_LAYERED 
jcuda.driver.CUresult.CUDA_ERROR_PEER_MEMORY_ALREADY_REGISTERED
          This value has been added in CUDA 4.0 RC, and removed in CUDA 4.0 RC2 
jcuda.driver.CUresult.CUDA_ERROR_PEER_MEMORY_NOT_REGISTERED
          This value has been added in CUDA 4.0 RC, and removed in CUDA 4.0 RC2 
jcuda.driver.CUresult.CUDA_ERROR_PROFILER_ALREADY_STARTED
          This error return is deprecated as of CUDA 5.0. It is no longer an error to call cuProfilerStart() when profiling is already enabled. 
jcuda.driver.CUresult.CUDA_ERROR_PROFILER_ALREADY_STOPPED
          This error return is deprecated as of CUDA 5.0. It is no longer an error to call cuProfilerStop() when profiling is already disabled. 
jcuda.driver.CUresult.CUDA_ERROR_PROFILER_NOT_INITIALIZED
          This error return is deprecated as of CUDA 5.0. It is no longer an error to attempt to enable/disable the profiling via ::cuProfilerStart or ::cuProfilerStop without initialization. 
jcuda.runtime.JCuda.cudaDeviceBlockingSync
          As of CUDA 4.0 and replaced by cudaDeviceScheduleBlockingSync 
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 JCuda.cudaGetSymbolAddress(jcuda.Pointer, java.lang.String). 
jcuda.runtime.cudaError.cudaErrorApiFailureBase
          This error return is deprecated as of CUDA 4.1. 
jcuda.runtime.cudaError.cudaErrorMemoryValueTooLarge
          This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release. 
jcuda.runtime.cudaError.cudaErrorMixedDeviceExecution
          This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release. 
jcuda.runtime.cudaError.cudaErrorNotYetImplemented
          This error return is deprecated as of CUDA 4.1. 
jcuda.runtime.cudaError.cudaErrorPriorLaunchFailure
          This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release. 
jcuda.runtime.cudaError.cudaErrorProfilerAlreadyStarted
          This error return is deprecated as of CUDA 5.0. It is no longer an error to call JCuda.cudaProfilerStart() when profiling is already enabled. 
jcuda.runtime.cudaError.cudaErrorProfilerAlreadyStopped
          This error return is deprecated as of CUDA 5.0. It is no longer an error to call JCuda.cudaProfilerStop() when profiling is already disabled. 
jcuda.runtime.cudaError.cudaErrorProfilerNotInitialized
          This error return is deprecated as of CUDA 5.0. It is no longer an error to attempt to enable/disable the profiling via JCuda.cudaProfilerStart() or JCuda.cudaProfilerStop() without initialization. 
jcuda.runtime.cudaError.cudaErrorSynchronizationError
          This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release. 
jcuda.runtime.cudaError.cudaErrorTextureFetchFailed
          This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release. 
jcuda.runtime.cudaError.cudaErrorTextureNotBound
          This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release. 
jcuda.runtime.JCuda.cudaStreamCallbackBlocking
          This flag was only present in CUDA 5.0.25 (release candidate) and may be removed (or added again) in future releases 
jcuda.runtime.JCuda.cudaStreamCallbackNonblocking
          This flag was only present in CUDA 5.0.25 (release candidate) and may be removed (or added again) in future releases 
 

Deprecated Methods
jcuda.driver.JCudaDriver.align(int, int)
          This method was intended for a simpler kernel parameter setup in earlier CUDA versions, and should not be required any more. It may be removed in future releases.