Class and Description |
---|
jcuda.driver.CUGLmap_flags
As of CUDA 3.0
|
Field and Description |
---|
jcuda.driver.CUcomputemode.CU_COMPUTEMODE_EXCLUSIVE
Removed in CUDA 8.0.27
|
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.CUdevice_P2PAttribute.CU_DEVICE_P2P_ATTRIBUTE_ACCESS_ACCESS_SUPPORTED
use CU_DEVICE_P2P_ATTRIBUTE_CUDA_ARRAY_ACCESS_SUPPORTED instead
|
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.CUjit_target.CU_TARGET_COMPUTE_73
Removed as of CUDA 10
|
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.cudaErrorDeviceUninitilialized
As of CUDA 10.2, replaced by "cudaErrorDeviceUninitialized"
|
jcuda.runtime.cudaError.cudaErrorInvalidDevicePointer
This error return is deprecated as of CUDA 10.1.
|
jcuda.runtime.cudaError.cudaErrorInvalidHostPointer
This error return is deprecated as of CUDA 10.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 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 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
|
jcuda.runtime.cudaPointerAttributes.isManaged
As of CUDA 10, this is part of the
cudaPointerAttributes.type |
jcuda.runtime.cudaPointerAttributes.memoryType
Replaced by
cudaPointerAttributes.type in CUDA 10 |
Copyright © 2020. All rights reserved.