5. Deprecated List
- Global cuda-runtime-api/content/cudaGLMapBufferObject
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaGLMapBufferObjectAsync
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaGLRegisterBufferObject
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaGLSetBufferObjectMapFlags
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaGLSetGLDevice
-
This function is deprecated as of CUDA 5.0.
- Global cuda-runtime-api/content/cudaGLUnmapBufferObject
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaGLUnmapBufferObjectAsync
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaGLUnregisterBufferObject
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D9MapResources
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D9RegisterResource
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D9ResourceGetMappedArray
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D9ResourceGetMappedPitch
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D9ResourceGetMappedPointer
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D9ResourceGetMappedSize
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D9ResourceGetSurfaceDimensions
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D9ResourceSetMapFlags
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D9UnmapResources
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D9UnregisterResource
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D10GetDirect3DDevice
-
This function is deprecated as of CUDA 5.0.
- Global cuda-runtime-api/content/cudaD3D10MapResources
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D10RegisterResource
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D10ResourceGetMappedArray
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D10ResourceGetMappedPitch
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D10ResourceGetMappedPointer
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D10ResourceGetMappedSize
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D10ResourceGetSurfaceDimensions
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D10ResourceSetMapFlags
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D10SetDirect3DDevice
-
This function is deprecated as of CUDA 5.0.
- Global cuda-runtime-api/content/cudaD3D10UnmapResources
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D10UnregisterResource
-
This function is deprecated as of CUDA 3.0.
- Global cuda-runtime-api/content/cudaD3D11GetDirect3DDevice
-
This function is deprecated as of CUDA 5.0.
- Global cuda-runtime-api/content/cudaD3D11SetDirect3DDevice
-
This function is deprecated as of CUDA 5.0.
- Global cuda-runtime-api/content/cudaErrorPriorLaunchFailure
-
This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release.
- Global cuda-runtime-api/content/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().
- Global cuda-runtime-api/content/cudaErrorTextureFetchFailed
-
This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release.
- Global cuda-runtime-api/content/cudaErrorTextureNotBound
-
This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release.
- Global cuda-runtime-api/content/cudaErrorSynchronizationError
-
This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release.
- Global cuda-runtime-api/content/cudaErrorMixedDeviceExecution
-
This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release.
- Global cuda-runtime-api/content/cudaErrorNotYetImplemented
-
This error return is deprecated as of CUDA 4.1.
- Global cuda-runtime-api/content/cudaErrorMemoryValueTooLarge
-
This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release.
- Global cuda-runtime-api/content/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 cuda-runtime-api/content/cudaProfilerStart or cuda-runtime-api/content/cudaProfilerStop without initialization.
- Global cuda-runtime-api/content/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.
- Global cuda-runtime-api/content/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.
- Global cuda-runtime-api/content/cudaErrorApiFailureBase
-
This error return is deprecated as of CUDA 4.1.
- Global cuda-runtime-api/content/cudaDeviceBlockingSync
-
This flag was deprecated as of CUDA 4.0 and replaced with cuda-runtime-api/content/cudaDeviceScheduleBlockingSync.