9. 已弃用列表
- Global cudaDeviceGetSharedMemConfig
- Global cudaDeviceSetSharedMemConfig
- Global cudaThreadExit
- Global cudaThreadGetCacheConfig
- Global cudaThreadGetLimit
- Global cudaThreadSetCacheConfig
- Global cudaThreadSetLimit
- Global cudaThreadSynchronize
- Global cudaLaunchCooperativeKernelMultiDevice
-
该函数自 CUDA 11.3 起已弃用。
- Global cudaSetDoubleForDevice
-
该函数自CUDA 7.5起已弃用
- Global cudaSetDoubleForHost
-
该函数自CUDA 7.5起已弃用
- Global cudaFuncSetSharedMemConfig
- Global cudaMemcpyArrayToArray
- Global cudaMemcpyFromArray
- Global cudaMemcpyFromArrayAsync
- Global cudaMemcpyToArray
- Global cudaMemcpyToArrayAsync
- Global cudaGLMapBufferObject
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaGLMapBufferObjectAsync
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaGLRegisterBufferObject
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaGLSetBufferObjectMapFlags
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaGLSetGLDevice
-
该函数自 CUDA 5.0 起已弃用。
- Global cudaGLUnmapBufferObject
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaGLUnmapBufferObjectAsync
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaGLUnregisterBufferObject
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D9MapResources
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D9RegisterResource
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D9ResourceGetMappedArray
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D9ResourceGetMappedPitch
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D9ResourceGetMappedPointer
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D9ResourceGetMappedSize
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D9ResourceGetSurfaceDimensions
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D9ResourceSetMapFlags
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D9UnmapResources
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D9UnregisterResource
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D10GetDirect3DDevice
-
该函数自 CUDA 5.0 起已弃用。
- Global cudaD3D10MapResources
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D10RegisterResource
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D10ResourceGetMappedArray
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D10ResourceGetMappedPitch
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D10ResourceGetMappedPointer
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D10ResourceGetMappedSize
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D10ResourceGetSurfaceDimensions
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D10ResourceSetMapFlags
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D10SetDirect3DDevice
-
该函数自 CUDA 5.0 起已弃用。
- Global cudaD3D10UnmapResources
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D10UnregisterResource
-
该函数自 CUDA 3.0 起已弃用。
- Global cudaD3D11GetDirect3DDevice
-
该函数自 CUDA 5.0 起已弃用。
- Global cudaD3D11SetDirect3DDevice
-
该函数自 CUDA 5.0 起已弃用。
- Global cudaErrorProfilerNotInitialized
-
从CUDA 5.0开始,此错误返回已被弃用。即使未初始化,尝试通过cudaProfilerStart或cudaProfilerStop启用/禁用性能分析也不再被视为错误。
- Global cudaErrorProfilerAlreadyStarted
-
自CUDA 5.0起,此错误返回已被弃用。当分析功能已启用时调用cudaProfilerStart()不再被视为错误。
- Global cudaErrorProfilerAlreadyStopped
-
自CUDA 5.0起,此错误返回值已被弃用。当性能分析已禁用时调用cudaProfilerStop()不再被视为错误。
- Global cudaErrorInvalidHostPointer
-
该错误返回值自 CUDA 10.1 起已弃用。
- Global cudaErrorInvalidDevicePointer
-
该错误返回值自 CUDA 10.1 起已弃用。
- Global cudaErrorAddressOfConstant
-
此错误返回自CUDA 3.1起已弃用。常量内存中的变量现在可以通过运行时cudaGetSymbolAddress()获取其地址。
- Global cudaErrorTextureFetchFailed
-
此错误返回自CUDA 3.1起已弃用。设备仿真模式在CUDA 3.1发布时已被移除。
- Global cudaErrorTextureNotBound
-
此错误返回自CUDA 3.1起已弃用。设备仿真模式在CUDA 3.1发布时已被移除。
- Global cudaErrorSynchronizationError
-
该错误返回自CUDA 3.1起已弃用。设备仿真模式在CUDA 3.1发布时已被移除。
- Global cudaErrorMixedDeviceExecution
-
此错误返回自CUDA 3.1起已弃用。设备仿真模式在CUDA 3.1发布时已被移除。
- Global cudaErrorNotYetImplemented
-
此错误返回自 CUDA 4.1 起已弃用。
- Global cudaErrorMemoryValueTooLarge
-
此错误返回自CUDA 3.1起已弃用。设备仿真模式在CUDA 3.1发布时已被移除。
- Global cudaErrorPriorLaunchFailure
-
此错误返回自CUDA 3.1起已弃用。设备仿真模式在CUDA 3.1版本发布时已被移除。
- Global cudaSharedMemConfig
- Global cudaDeviceBlockingSync
-
该标志自CUDA 4.0起已弃用,并被cudaDeviceScheduleBlockingSync取代。