HIP: Heterogenous-computing Interface for Portability
CUDA Runtime API supported by HIP

**1. Device Management**

CUDA A D R HIP A D R
cudaChooseDevicehipChooseDevice 1.6.0
cudaDeviceGetAttributehipDeviceGetAttribute 1.6.0
cudaDeviceGetByPCIBusIdhipDeviceGetByPCIBusId 1.6.0
cudaDeviceGetCacheConfighipDeviceGetCacheConfig 1.6.0
cudaDeviceGetDefaultMemPool11.2
cudaDeviceGetLimithipDeviceGetLimit 1.6.0
cudaDeviceGetMemPool11.2
cudaDeviceGetNvSciSyncAttributes10.2
cudaDeviceGetP2PAttribute8.0 hipDeviceGetP2PAttribute 3.8.0
cudaDeviceGetPCIBusIdhipDeviceGetPCIBusId 1.6.0
cudaDeviceGetSharedMemConfighipDeviceGetSharedMemConfig 1.6.0
cudaDeviceGetStreamPriorityRangehipDeviceGetStreamPriorityRange 2.0.0
cudaDeviceGetTexture1DLinearMaxWidth11.1
cudaDeviceResethipDeviceReset 1.6.0
cudaDeviceSetCacheConfighipDeviceSetCacheConfig 1.6.0
cudaDeviceSetLimit
cudaDeviceSetMemPool11.2
cudaDeviceSetSharedMemConfighipDeviceSetSharedMemConfig 1.6.0
cudaDeviceSynchronizehipDeviceSynchronize 1.6.0
cudaGetDevicehipGetDevice 1.6.0
cudaGetDeviceCounthipGetDeviceCount 1.6.0
cudaGetDeviceFlagshipGetDeviceFlags 3.6.0
cudaGetDevicePropertieshipGetDeviceProperties 1.6.0
cudaIpcCloseMemHandlehipIpcCloseMemHandle 1.6.0
cudaIpcGetEventHandlehipIpcGetEventHandle 1.6.0
cudaIpcGetMemHandlehipIpcGetMemHandle 1.6.0
cudaIpcOpenEventHandlehipIpcOpenEventHandle 1.6.0
cudaIpcOpenMemHandlehipIpcOpenMemHandle 1.6.0
cudaSetDevicehipSetDevice 1.6.0
cudaSetDeviceFlagshipSetDeviceFlags 1.6.0
cudaSetValidDevices

**2. Thread Management [DEPRECATED]**

CUDA A D R HIP A D R
cudaThreadExit10.0 hipDeviceReset 1.6.0
cudaThreadGetCacheConfig10.0 hipDeviceGetCacheConfig 1.6.0
cudaThreadGetLimit10.0
cudaThreadSetCacheConfig10.0 hipDeviceSetCacheConfig 1.6.0
cudaThreadSetLimit10.0
cudaThreadSynchronize10.0 hipDeviceSynchronize 1.6.0

**3. Error Handling**

CUDA A D R HIP A D R
cudaGetErrorNamehipGetErrorName 1.6.0
cudaGetErrorStringhipGetErrorString 1.6.0
cudaGetLastErrorhipGetLastError 1.6.0
cudaPeekAtLastErrorhipPeekAtLastError 1.6.0

**4. Stream Management**

CUDA A D R HIP A D R
cudaCtxResetPersistingL2Cache11.0
cudaStreamAddCallbackhipStreamAddCallback 1.6.0
cudaStreamAttachMemAsynchipStreamAttachMemAsync 3.7.0
cudaStreamBeginCapture10.0
cudaStreamCopyAttributes11.0
cudaStreamCreatehipStreamCreate 1.6.0
cudaStreamCreateWithFlagshipStreamCreateWithFlags 1.6.0
cudaStreamCreateWithPriorityhipStreamCreateWithPriority 2.0.0
cudaStreamDestroyhipStreamDestroy 1.6.0
cudaStreamEndCapture10.0
cudaStreamGetAttribute11.0
cudaStreamGetCaptureInfo10.1
cudaStreamGetFlagshipStreamGetFlags 1.6.0
cudaStreamGetPriorityhipStreamGetPriority 2.0.0
cudaStreamIsCapturing10.0
cudaStreamQueryhipStreamQuery 1.6.0
cudaStreamSetAttribute11.0
cudaStreamSynchronizehipStreamSynchronize 1.6.0
cudaStreamWaitEventhipStreamWaitEvent 1.6.0
cudaThreadExchangeStreamCaptureMode10.1

**5. Event Management**

CUDA A D R HIP A D R
cudaEventCreatehipEventCreate 1.6.0
cudaEventCreateWithFlagshipEventCreateWithFlags 1.6.0
cudaEventDestroyhipEventDestroy 1.6.0
cudaEventElapsedTimehipEventElapsedTime 1.6.0
cudaEventQueryhipEventQuery 1.6.0
cudaEventRecordhipEventRecord 1.6.0
cudaEventRecordWithFlags11.1
cudaEventSynchronizehipEventSynchronize 1.6.0

**6. External Resource Interoperability**

CUDA A D R HIP A D R
cudaDestroyExternalMemory10.0
cudaDestroyExternalSemaphore10.0
cudaExternalMemoryGetMappedBuffer10.0
cudaExternalMemoryGetMappedMipmappedArray10.0
cudaImportExternalMemory10.0
cudaImportExternalSemaphore10.0
cudaSignalExternalSemaphoresAsync10.0
cudaWaitExternalSemaphoresAsync10.0

**7. Execution Control**

CUDA A D R HIP A D R
cudaFuncGetAttributeshipFuncGetAttributes 1.9.0
cudaFuncSetAttribute9.0 hipFuncSetAttribute 3.9.0
cudaFuncSetCacheConfighipFuncSetCacheConfig 1.6.0
cudaFuncSetSharedMemConfighipFuncSetSharedMemConfig 3.9.0
cudaGetParameterBuffer
cudaGetParameterBufferV2
cudaLaunchCooperativeKernel9.0 hipLaunchCooperativeKernel 2.6.0
cudaLaunchCooperativeKernelMultiDevice9.0 hipLaunchCooperativeKernelMultiDevice 2.6.0
cudaLaunchHostFunc10.0
cudaLaunchKernelhipLaunchKernel 1.6.0
cudaSetDoubleForDevice10.0
cudaSetDoubleForHost10.0

**8. Occupancy**

CUDA A D R HIP A D R
cudaOccupancyAvailableDynamicSMemPerBlock11.0
cudaOccupancyMaxActiveBlocksPerMultiprocessorhipOccupancyMaxActiveBlocksPerMultiprocessor 1.6.0
cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlagshipOccupancyMaxActiveBlocksPerMultiprocessorWithFlags 2.6.0
cudaOccupancyMaxPotentialBlockSizehipOccupancyMaxPotentialBlockSize 1.6.0
cudaOccupancyMaxPotentialBlockSizeVariableSMem
cudaOccupancyMaxPotentialBlockSizeVariableSMemWithFlags
cudaOccupancyMaxPotentialBlockSizeWithFlagshipOccupancyMaxPotentialBlockSizeWithFlags 3.5.0

**9. Memory Management**

CUDA A D R HIP A D R
cudaArrayGetInfo
cudaArrayGetPlane11.2
cudaArrayGetSparseProperties11.1
cudaFreehipFree 1.5.0
cudaFreeArrayhipFreeArray 1.6.0
cudaFreeHosthipHostFree 1.6.0
cudaFreeMipmappedArrayhipFreeMipmappedArray 3.5.0
cudaGetMipmappedArrayLevelhipGetMipmappedArrayLevel 3.5.0
cudaGetSymbolAddresshipGetSymbolAddress 2.0.0
cudaGetSymbolSizehipGetSymbolSize 2.0.0
cudaHostAllochipHostMalloc 1.6.0
cudaHostGetDevicePointerhipHostGetDevicePointer 1.6.0
cudaHostGetFlagshipHostGetFlags 1.6.0
cudaHostRegisterhipHostRegister 1.6.0
cudaHostUnregisterhipHostUnregister 1.6.0
cudaMallochipMalloc 1.5.0
cudaMalloc3DhipMalloc3D 1.9.0
cudaMalloc3DArrayhipMalloc3DArray 1.7.0
cudaMallocArrayhipMallocArray 1.6.0
cudaMallocHosthipHostMalloc 1.6.0
cudaMallocManagedhipMallocManaged 2.5.0
cudaMallocMipmappedArrayhipMallocMipmappedArray 3.5.0
cudaMallocPitchhipMallocPitch 1.6.0
cudaMemAdvise8.0 hipMemAdvise 3.7.0
cudaMemGetInfohipMemGetInfo 1.6.0
cudaMemPrefetchAsync8.0 hipMemPrefetchAsync 3.7.0
cudaMemRangeGetAttribute8.0 hipMemRangeGetAttribute 3.7.0
cudaMemRangeGetAttributes8.0 hipMemRangeGetAttributes 3.7.0
cudaMemcpyhipMemcpy 1.5.0
cudaMemcpy2DhipMemcpy2D 1.6.0
cudaMemcpy2DArrayToArray
cudaMemcpy2DAsynchipMemcpy2DAsync 1.6.0
cudaMemcpy2DFromArrayhipMemcpy2DFromArray 3.0.0
cudaMemcpy2DFromArrayAsynchipMemcpy2DFromArrayAsync 3.0.0
cudaMemcpy2DToArrayhipMemcpy2DToArray 1.6.0
cudaMemcpy2DToArrayAsync
cudaMemcpy3DhipMemcpy3D 1.6.0
cudaMemcpy3DAsynchipMemcpy3DAsync 2.8.0
cudaMemcpy3DPeer
cudaMemcpy3DPeerAsync
cudaMemcpyAsynchipMemcpyAsync 1.6.0
cudaMemcpyFromSymbolhipMemcpyFromSymbol 1.6.0
cudaMemcpyFromSymbolAsynchipMemcpyFromSymbolAsync 1.6.0
cudaMemcpyPeerhipMemcpyPeer 1.6.0
cudaMemcpyPeerAsynchipMemcpyPeerAsync 1.6.0
cudaMemcpyToSymbolhipMemcpyToSymbol 1.6.0
cudaMemcpyToSymbolAsynchipMemcpyToSymbolAsync 1.6.0
cudaMemsethipMemset 1.6.0
cudaMemset2DhipMemset2D 1.7.0
cudaMemset2DAsynchipMemset2DAsync 1.9.0
cudaMemset3DhipMemset3D 1.9.0
cudaMemset3DAsynchipMemset3DAsync 1.9.0
cudaMemsetAsynchipMemsetAsync 1.6.0
make_cudaExtentmake_hipExtent 1.7.0
make_cudaPitchedPtrmake_hipPitchedPtr 1.7.0
make_cudaPosmake_hipPos 1.7.0

**10. Memory Management [DEPRECATED]**

CUDA A D R HIP A D R
cudaMemcpyArrayToArray10.1
cudaMemcpyFromArray10.1 hipMemcpyFromArray 1.9.0 3.8.0
cudaMemcpyFromArrayAsync10.1
cudaMemcpyToArray10.1 hipMemcpyToArray 1.6.0 3.8.0
cudaMemcpyToArrayAsync10.1

**11. Stream Ordered Memory Allocator**

CUDA A D R HIP A D R
cudaFreeAsync11.2
cudaMallocAsync11.2
cudaMallocFromPoolAsync11.2
cudaMemPoolCreate11.2
cudaMemPoolDestroy11.2
cudaMemPoolExportPointer11.2
cudaMemPoolExportToShareableHandle11.2
cudaMemPoolGetAccess11.2
cudaMemPoolGetAttribute11.2
cudaMemPoolImportFromShareableHandle11.2
cudaMemPoolImportPointer11.2
cudaMemPoolSetAccess11.2
cudaMemPoolSetAttribute11.2
cudaMemPoolTrimTo11.2

**12. Unified Addressing**

CUDA A D R HIP A D R
cudaPointerGetAttributeshipPointerGetAttributes 1.6.0

**13. Peer Device Memory Access**

CUDA A D R HIP A D R
cudaDeviceCanAccessPeerhipDeviceCanAccessPeer 1.9.0
cudaDeviceDisablePeerAccesshipDeviceDisablePeerAccess 1.9.0
cudaDeviceEnablePeerAccesshipDeviceEnablePeerAccess 1.9.0

**14. OpenGL Interoperability**

CUDA A D R HIP A D R
cudaGLGetDevices
cudaGraphicsGLRegisterBuffer
cudaGraphicsGLRegisterImage
cudaWGLGetDevice

**15. OpenGL Interoperability [DEPRECATED]**

CUDA A D R HIP A D R
cudaGLMapBufferObject10.0
cudaGLMapBufferObjectAsync10.0
cudaGLRegisterBufferObject10.0
cudaGLSetBufferObjectMapFlags10.0
cudaGLSetGLDevice10.0
cudaGLUnmapBufferObject10.0
cudaGLUnmapBufferObjectAsync10.0
cudaGLUnregisterBufferObject10.0

**16. Direct3D 9 Interoperability**

CUDA A D R HIP A D R
cudaD3D9GetDevice
cudaD3D9GetDevices
cudaD3D9GetDirect3DDevice
cudaD3D9SetDirect3DDevice
cudaGraphicsD3D9RegisterResource

**17. Direct3D 9 Interoperability [DEPRECATED]**

CUDA A D R HIP A D R
cudaD3D9MapResources10.0
cudaD3D9RegisterResource
cudaD3D9ResourceGetMappedArray10.0
cudaD3D9ResourceGetMappedPitch10.0
cudaD3D9ResourceGetMappedPointer10.0
cudaD3D9ResourceGetMappedSize10.0
cudaD3D9ResourceGetSurfaceDimensions10.0
cudaD3D9ResourceSetMapFlags10.0
cudaD3D9UnmapResources10.0
cudaD3D9UnregisterResource10.0

**18. Direct3D 10 Interoperability**

CUDA A D R HIP A D R
cudaD3D10GetDevice
cudaD3D10GetDevices
cudaGraphicsD3D10RegisterResource

**19. Direct3D 10 Interoperability [DEPRECATED]**

CUDA A D R HIP A D R
cudaD3D10GetDirect3DDevice10.0
cudaD3D10MapResources10.0
cudaD3D10RegisterResource10.0
cudaD3D10ResourceGetMappedArray10.0
cudaD3D10ResourceGetMappedPitch10.0
cudaD3D10ResourceGetMappedPointer10.0
cudaD3D10ResourceGetMappedSize10.0
cudaD3D10ResourceGetSurfaceDimensions10.0
cudaD3D10ResourceSetMapFlags10.0
cudaD3D10SetDirect3DDevice10.0
cudaD3D10UnmapResources10.0
cudaD3D10UnregisterResource10.0

**20. Direct3D 11 Interoperability**

CUDA A D R HIP A D R
cudaD3D11GetDevice
cudaD3D11GetDevices
cudaGraphicsD3D11RegisterResource

**21. Direct3D 11 Interoperability [DEPRECATED]**

CUDA A D R HIP A D R
cudaD3D11GetDirect3DDevice10.0
cudaD3D11SetDirect3DDevice10.0

**22. VDPAU Interoperability**

CUDA A D R HIP A D R
cudaGraphicsVDPAURegisterOutputSurface
cudaGraphicsVDPAURegisterVideoSurface
cudaVDPAUGetDevice
cudaVDPAUSetVDPAUDevice

**23. EGL Interoperability**

CUDA A D R HIP A D R
cudaEGLStreamConsumerAcquireFrame9.1
cudaEGLStreamConsumerConnect9.1
cudaEGLStreamConsumerConnectWithFlags9.1
cudaEGLStreamConsumerDisconnect9.1
cudaEGLStreamConsumerReleaseFrame9.1
cudaEGLStreamProducerConnect9.1
cudaEGLStreamProducerDisconnect9.1
cudaEGLStreamProducerPresentFrame9.1
cudaEGLStreamProducerReturnFrame9.1
cudaEventCreateFromEGLSync9.1
cudaGraphicsEGLRegisterImage9.1
cudaGraphicsResourceGetMappedEglFrame9.1

**24. Graphics Interoperability**

CUDA A D R HIP A D R
cudaGraphicsMapResources
cudaGraphicsResourceGetMappedMipmappedArray
cudaGraphicsResourceGetMappedPointer
cudaGraphicsResourceSetMapFlags
cudaGraphicsSubResourceGetMappedArray
cudaGraphicsUnmapResources
cudaGraphicsUnregisterResource

**25. Texture Reference Management [DEPRECATED]**

CUDA A D R HIP A D R
cudaBindTexture11.0 hipBindTexture 1.6.0 3.8.0
cudaBindTexture2D11.0 hipBindTexture2D 1.7.0 3.8.0
cudaBindTextureToArray11.0 hipBindTextureToArray 1.6.0 3.8.0
cudaBindTextureToMipmappedArray11.0 hipBindTextureToMipmappedArray 1.7.0
cudaCreateChannelDeschipCreateChannelDesc 1.6.0
cudaGetChannelDeschipGetChannelDesc 1.7.0
cudaGetTextureAlignmentOffset11.0 hipGetTextureAlignmentOffset 1.9.0 3.8.0
cudaGetTextureReference11.0 hipGetTextureReference 1.7.0
cudaUnbindTexture11.0 hipUnbindTexture 1.6.0 3.8.0

**26. Surface Reference Management [DEPRECATED]**

CUDA A D R HIP A D R
cudaBindSurfaceToArray11.0
cudaGetSurfaceReference11.0

**27. Texture Object Management**

CUDA A D R HIP A D R
cuTexObjectGetTextureDesc9.0 hipGetTextureObjectTextureDesc 1.7.0
cudaCreateTextureObjecthipCreateTextureObject 1.7.0
cudaDestroyTextureObjecthipDestroyTextureObject 1.7.0
cudaGetTextureObjectResourceDeschipGetTextureObjectResourceDesc 1.7.0
cudaGetTextureObjectResourceViewDeschipGetTextureObjectResourceViewDesc 1.7.0

**28. Surface Object Management**

CUDA A D R HIP A D R
cudaCreateSurfaceObject9.0 hipCreateSurfaceObject 1.9.0
cudaDestroySurfaceObject9.0 hipDestroySurfaceObject 1.9.0
cudaGetSurfaceObjectResourceDesc9.0

**29. Version Management**

CUDA A D R HIP A D R
cudaDriverGetVersion9.0 hipDriverGetVersion 1.6.0
cudaRuntimeGetVersion9.0 hipRuntimeGetVersion 1.6.0

**30. Graph Management**

CUDA A D R HIP A D R
cudaGraphAddChildGraphNode10.0
cudaGraphAddDependencies10.0
cudaGraphAddEmptyNode10.0
cudaGraphAddEventRecordNode11.1
cudaGraphAddEventWaitNode11.1
cudaGraphAddExternalSemaphoresSignalNode11.2
cudaGraphAddExternalSemaphoresWaitNode11.2
cudaGraphAddHostNode10.0
cudaGraphAddKernelNode10.0
cudaGraphAddMemcpyNode10.0
cudaGraphAddMemcpyNode1D11.1
cudaGraphAddMemcpyNodeFromSymbol11.1
cudaGraphAddMemcpyNodeToSymbol11.1
cudaGraphAddMemsetNode10.0
cudaGraphChildGraphNodeGetGraph10.0
cudaGraphClone10.0
cudaGraphCreate10.0
cudaGraphDestroy10.0
cudaGraphDestroyNode10.0
cudaGraphEventRecordNodeGetEvent11.1
cudaGraphEventRecordNodeSetEvent11.1
cudaGraphEventWaitNodeGetEvent11.1
cudaGraphEventWaitNodeSetEvent11.1
cudaGraphExecChildGraphNodeSetParams11.1
cudaGraphExecDestroy10.0
cudaGraphExecEventRecordNodeSetEvent11.1
cudaGraphExecEventWaitNodeSetEvent11.1
cudaGraphExecExternalSemaphoresSignalNodeSetParams11.2
cudaGraphExecExternalSemaphoresWaitNodeSetParams11.2
cudaGraphExecHostNodeSetParams11.0
cudaGraphExecKernelNodeSetParams11.0
cudaGraphExecMemcpyNodeSetParams11.0
cudaGraphExecMemcpyNodeSetParams1D11.1
cudaGraphExecMemcpyNodeSetParamsFromSymbol11.1
cudaGraphExecMemcpyNodeSetParamsToSymbol11.1
cudaGraphExecMemsetNodeSetParams11.0
cudaGraphExecUpdate11.0
cudaGraphExternalSemaphoresSignalNodeGetParams11.2
cudaGraphExternalSemaphoresSignalNodeSetParams11.2
cudaGraphExternalSemaphoresWaitNodeGetParams11.2
cudaGraphExternalSemaphoresWaitNodeSetParams11.2
cudaGraphGetEdges10.0
cudaGraphGetNodes10.0
cudaGraphGetRootNodes10.0
cudaGraphHostNodeGetParams10.0
cudaGraphHostNodeSetParams10.0
cudaGraphInstantiate10.0
cudaGraphKernelNodeCopyAttributes11.0
cudaGraphKernelNodeGetAttribute11.0
cudaGraphKernelNodeGetParams11.0
cudaGraphKernelNodeSetAttribute11.0
cudaGraphKernelNodeSetParams11.0
cudaGraphLaunch11.0
cudaGraphMemcpyNodeGetParams11.0
cudaGraphMemcpyNodeSetParams11.0
cudaGraphMemcpyNodeSetParams1D11.1
cudaGraphMemcpyNodeSetParamsFromSymbol11.1
cudaGraphMemcpyNodeSetParamsToSymbol11.1
cudaGraphMemsetNodeGetParams11.0
cudaGraphMemsetNodeSetParams11.0
cudaGraphNodeFindInClone11.0
cudaGraphNodeGetDependencies11.0
cudaGraphNodeGetDependentNodes11.0
cudaGraphNodeGetType11.0
cudaGraphRemoveDependencies11.0
cudaGraphUpload11.1

**31. C++ API Routines**

Unsupported

**32. Interactions with the CUDA Driver API**

CUDA A D R HIP A D R
cudaGetFuncBySymbol11.0

**33. Profiler Control [DEPRECATED]**

CUDA A D R HIP A D R
cudaProfilerInitialize11.0

**34. Profiler Control**

CUDA A D R HIP A D R
cudaProfilerStarthipProfilerStart 1.6.0 3.0.0
cudaProfilerStophipProfilerStop 1.6.0 3.0.0

**35. Data types used by CUDA Runtime**

CUDA A D R HIP A D R
CUDA_EGL_MAX_PLANES9.1
CUDA_IPC_HANDLE_SIZEHIP_IPC_HANDLE_SIZE 1.6.0
CUeglStreamConnection_st9.1
CUevent_stihipEvent_t 1.6.0
CUexternalMemory_st10.0
CUexternalSemaphore_st10.0
CUgraphExec_st10.0
CUgraphNode_st10.0
CUgraph_st10.0
CUstream_stihipStream_t 1.5.0
CUuuid_st
MAJOR_VERSION8.0
MINOR_VERSION8.0
PATCH_LEVEL8.0
cudaAccessPolicyWindow11.0
cudaAccessProperty11.0
cudaAccessPropertyNormal11.0
cudaAccessPropertyPersisting11.0
cudaAccessPropertyStreaming11.0
cudaAddressModeBorderhipAddressModeBorder 1.7.0
cudaAddressModeClamphipAddressModeClamp 1.7.0
cudaAddressModeMirrorhipAddressModeMirror 1.7.0
cudaAddressModeWraphipAddressModeWrap 1.7.0
cudaArrayhipArray 1.7.0
cudaArrayColorAttachment10.0
cudaArrayCubemaphipArrayCubemap 1.7.0
cudaArrayDefaulthipArrayDefault 1.7.0
cudaArrayLayeredhipArrayLayered 1.7.0
cudaArraySparse11.1
cudaArraySparseProperties11.1
cudaArraySparsePropertiesSingleMipTail11.1
cudaArraySurfaceLoadStorehipArraySurfaceLoadStore 1.7.0
cudaArrayTextureGatherhipArrayTextureGather 1.7.0
cudaArray_const_thipArray_const_t 1.6.0
cudaArray_thipArray_t 1.7.0
cudaBoundaryModeClamphipBoundaryModeClamp 1.9.0
cudaBoundaryModeTraphipBoundaryModeTrap 1.9.0
cudaBoundaryModeZerohipBoundaryModeZero 1.9.0
cudaCGScope9.0
cudaCGScopeGrid9.0
cudaCGScopeInvalid9.0
cudaCGScopeMultiGrid9.0
cudaCSV
cudaChannelFormatDeschipChannelFormatDesc 1.6.0
cudaChannelFormatKindhipChannelFormatKind 1.6.0
cudaChannelFormatKindFloathipChannelFormatKindFloat 1.6.0
cudaChannelFormatKindNV1211.2
cudaChannelFormatKindNonehipChannelFormatKindNone 1.6.0
cudaChannelFormatKindSignedhipChannelFormatKindSigned 1.6.0
cudaChannelFormatKindUnsignedhipChannelFormatKindUnsigned 1.6.0
cudaComputeModehipComputeMode 1.9.0
cudaComputeModeDefaulthipComputeModeDefault 1.9.0
cudaComputeModeExclusivehipComputeModeExclusive 1.9.0
cudaComputeModeExclusiveProcesshipComputeModeExclusiveProcess 2.0.0
cudaComputeModeProhibitedhipComputeModeProhibited 1.9.0
cudaCooperativeLaunchMultiDeviceNoPostSync9.0 hipCooperativeLaunchMultiDeviceNoPostSync 3.2.0
cudaCooperativeLaunchMultiDeviceNoPreSync9.0 hipCooperativeLaunchMultiDeviceNoPreSync 3.2.0
cudaCpuDeviceId8.0 hipCpuDeviceId 3.7.0
cudaD3D10DeviceList
cudaD3D10DeviceListAll
cudaD3D10DeviceListCurrentFrame
cudaD3D10DeviceListNextFrame
cudaD3D10MapFlags
cudaD3D10MapFlagsNone
cudaD3D10MapFlagsReadOnly
cudaD3D10MapFlagsWriteDiscard
cudaD3D10RegisterFlags
cudaD3D10RegisterFlagsArray
cudaD3D10RegisterFlagsNone
cudaD3D11DeviceList
cudaD3D11DeviceListAll
cudaD3D11DeviceListCurrentFrame
cudaD3D11DeviceListNextFrame
cudaD3D9DeviceList
cudaD3D9DeviceListAll
cudaD3D9DeviceListCurrentFrame
cudaD3D9DeviceListNextFrame
cudaD3D9MapFlags
cudaD3D9MapFlagsNone
cudaD3D9MapFlagsReadOnly
cudaD3D9MapFlagsWriteDiscard
cudaD3D9RegisterFlags
cudaD3D9RegisterFlagsArray
cudaD3D9RegisterFlagsNone
cudaDevAttrAsyncEngineCount
cudaDevAttrCanFlushRemoteWrites9.2
cudaDevAttrCanMapHostMemoryhipDeviceAttributeCanMapHostMemory 2.10.0
cudaDevAttrCanUseHostPointerForRegisteredMem8.0
cudaDevAttrClockRatehipDeviceAttributeClockRate 1.6.0
cudaDevAttrComputeCapabilityMajorhipDeviceAttributeComputeCapabilityMajor 1.6.0
cudaDevAttrComputeCapabilityMinorhipDeviceAttributeComputeCapabilityMinor 1.6.0
cudaDevAttrComputeModehipDeviceAttributeComputeMode 1.6.0
cudaDevAttrComputePreemptionSupported8.0
cudaDevAttrConcurrentKernelshipDeviceAttributeConcurrentKernels 1.6.0
cudaDevAttrConcurrentManagedAccess8.0 hipDeviceAttributeConcurrentManagedAccess 3.10.0
cudaDevAttrCooperativeLaunch9.0 hipDeviceAttributeCooperativeLaunch 2.6.0
cudaDevAttrCooperativeMultiDeviceLaunch9.0 hipDeviceAttributeCooperativeMultiDeviceLaunch 2.6.0
cudaDevAttrDirectManagedMemAccessFromHost9.2 hipDeviceAttributeDirectManagedMemAccessFromHost 3.10.0
cudaDevAttrEccEnabledhipDeviceAttributeEccEnabled 2.10.0
cudaDevAttrGlobalL1CacheSupported
cudaDevAttrGlobalMemoryBusWidthhipDeviceAttributeMemoryBusWidth 1.6.0
cudaDevAttrGpuOverlap
cudaDevAttrHostNativeAtomicSupported8.0
cudaDevAttrHostRegisterReadOnlySupported11.1
cudaDevAttrHostRegisterSupported9.2
cudaDevAttrIntegratedhipDeviceAttributeIntegrated 1.9.0
cudaDevAttrIsMultiGpuBoardhipDeviceAttributeIsMultiGpuBoard 1.6.0
cudaDevAttrKernelExecTimeouthipDeviceAttributeKernelExecTimeout 2.10.0
cudaDevAttrL2CacheSizehipDeviceAttributeL2CacheSize 1.6.0
cudaDevAttrLocalL1CacheSupported
cudaDevAttrManagedMemoryhipDeviceAttributeManagedMemory 3.10.0
cudaDevAttrMaxBlockDimXhipDeviceAttributeMaxBlockDimX 1.6.0
cudaDevAttrMaxBlockDimYhipDeviceAttributeMaxBlockDimY 1.6.0
cudaDevAttrMaxBlockDimZhipDeviceAttributeMaxBlockDimZ 1.6.0
cudaDevAttrMaxBlocksPerMultiprocessor11.0
cudaDevAttrMaxGridDimXhipDeviceAttributeMaxGridDimX 1.6.0
cudaDevAttrMaxGridDimYhipDeviceAttributeMaxGridDimY 1.6.0
cudaDevAttrMaxGridDimZhipDeviceAttributeMaxGridDimZ 1.6.0
cudaDevAttrMaxPitchhipDeviceAttributeMaxPitch 2.10.0
cudaDevAttrMaxRegistersPerBlockhipDeviceAttributeMaxRegistersPerBlock 1.6.0
cudaDevAttrMaxRegistersPerMultiprocessor
cudaDevAttrMaxSharedMemoryPerBlockhipDeviceAttributeMaxSharedMemoryPerBlock 1.6.0
cudaDevAttrMaxSharedMemoryPerBlockOptin9.0
cudaDevAttrMaxSharedMemoryPerMultiprocessorhipDeviceAttributeMaxSharedMemoryPerMultiprocessor 1.6.0
cudaDevAttrMaxSurface1DLayeredLayers
cudaDevAttrMaxSurface1DLayeredWidth
cudaDevAttrMaxSurface1DWidth
cudaDevAttrMaxSurface2DHeight
cudaDevAttrMaxSurface2DLayeredHeight
cudaDevAttrMaxSurface2DLayeredLayers
cudaDevAttrMaxSurface2DLayeredWidth
cudaDevAttrMaxSurface2DWidth
cudaDevAttrMaxSurface3DDepth
cudaDevAttrMaxSurface3DHeight
cudaDevAttrMaxSurface3DWidth
cudaDevAttrMaxSurfaceCubemapLayeredLayers
cudaDevAttrMaxSurfaceCubemapLayeredWidth
cudaDevAttrMaxSurfaceCubemapWidth
cudaDevAttrMaxTexture1DLayeredLayers
cudaDevAttrMaxTexture1DLayeredWidth
cudaDevAttrMaxTexture1DLinearWidth
cudaDevAttrMaxTexture1DMipmappedWidth
cudaDevAttrMaxTexture1DWidthhipDeviceAttributeMaxTexture1DWidth 2.7.0
cudaDevAttrMaxTexture2DGatherHeight
cudaDevAttrMaxTexture2DGatherWidth
cudaDevAttrMaxTexture2DHeighthipDeviceAttributeMaxTexture2DHeight 2.7.0
cudaDevAttrMaxTexture2DLayeredHeight
cudaDevAttrMaxTexture2DLayeredLayers
cudaDevAttrMaxTexture2DLayeredWidth
cudaDevAttrMaxTexture2DLinearHeight
cudaDevAttrMaxTexture2DLinearPitch
cudaDevAttrMaxTexture2DLinearWidth
cudaDevAttrMaxTexture2DMipmappedHeight
cudaDevAttrMaxTexture2DMipmappedWidth
cudaDevAttrMaxTexture2DWidthhipDeviceAttributeMaxTexture2DWidth 2.7.0
cudaDevAttrMaxTexture3DDepthhipDeviceAttributeMaxTexture3DDepth 2.7.0
cudaDevAttrMaxTexture3DDepthAlt
cudaDevAttrMaxTexture3DHeighthipDeviceAttributeMaxTexture3DHeight 2.7.0
cudaDevAttrMaxTexture3DHeightAlt
cudaDevAttrMaxTexture3DWidthhipDeviceAttributeMaxTexture3DWidth 2.7.0
cudaDevAttrMaxTexture3DWidthAlt
cudaDevAttrMaxTextureCubemapLayeredLayers
cudaDevAttrMaxTextureCubemapLayeredWidth
cudaDevAttrMaxTextureCubemapWidth
cudaDevAttrMaxThreadsPerBlockhipDeviceAttributeMaxThreadsPerBlock 1.6.0
cudaDevAttrMaxThreadsPerMultiProcessorhipDeviceAttributeMaxThreadsPerMultiProcessor 1.6.0
cudaDevAttrMaxTimelineSemaphoreInteropSupported11.2
cudaDevAttrMemoryClockRatehipDeviceAttributeMemoryClockRate 1.6.0
cudaDevAttrMemoryPoolsSupported11.2
cudaDevAttrMultiGpuBoardGroupID
cudaDevAttrMultiProcessorCounthipDeviceAttributeMultiprocessorCount 1.6.0
cudaDevAttrPageableMemoryAccess8.0 hipDeviceAttributePageableMemoryAccess 3.10.0
cudaDevAttrPageableMemoryAccessUsesHostPageTables9.2 hipDeviceAttributePageableMemoryAccessUsesHostPageTables 3.10.0
cudaDevAttrPciBusIdhipDeviceAttributePciBusId 1.6.0
cudaDevAttrPciDeviceIdhipDeviceAttributePciDeviceId 1.6.0
cudaDevAttrPciDomainId
cudaDevAttrReserved929.0
cudaDevAttrReserved939.0
cudaDevAttrReserved949.0
cudaDevAttrReservedSharedMemoryPerBlock11.0
cudaDevAttrSingleToDoublePrecisionPerfRatio8.0
cudaDevAttrSparseCudaArraySupported11.1
cudaDevAttrStreamPrioritiesSupported
cudaDevAttrSurfaceAlignment
cudaDevAttrTccDriver
cudaDevAttrTextureAlignmenthipDeviceAttributeTextureAlignment 2.10.0
cudaDevAttrTexturePitchAlignment3.2.0
cudaDevAttrTotalConstantMemoryhipDeviceAttributeTotalConstantMemory 1.6.0
cudaDevAttrUnifiedAddressing
cudaDevAttrWarpSizehipDeviceAttributeWarpSize 1.6.0
cudaDevP2PAttrAccessSupported8.0 hipDevP2PAttrAccessSupported 3.8.0
cudaDevP2PAttrCudaArrayAccessSupported9.2 hipDevP2PAttrHipArrayAccessSupported 3.8.0
cudaDevP2PAttrNativeAtomicSupported8.0 hipDevP2PAttrNativeAtomicSupported 3.8.0
cudaDevP2PAttrPerformanceRank8.0 hipDevP2PAttrPerformanceRank 3.8.0
cudaDeviceAttrhipDeviceAttribute_t 1.6.0
cudaDeviceBlockingSynchipDeviceScheduleBlockingSync 1.6.0
cudaDeviceLmemResizeToMaxhipDeviceLmemResizeToMax 1.6.0
cudaDeviceMapHosthipDeviceMapHost 1.6.0
cudaDeviceMask
cudaDeviceP2PAttr8.0 hipDeviceP2PAttr 3.8.0
cudaDeviceProphipDeviceProp_t 1.6.0
cudaDevicePropDontCare
cudaDeviceScheduleAutohipDeviceScheduleAuto 1.6.0
cudaDeviceScheduleBlockingSynchipDeviceScheduleBlockingSync 1.6.0
cudaDeviceScheduleMaskhipDeviceScheduleMask 1.6.0
cudaDeviceScheduleSpinhipDeviceScheduleSpin 1.6.0
cudaDeviceScheduleYieldhipDeviceScheduleYield 1.6.0
cudaEglColorFormat9.1
cudaEglColorFormatA9.1
cudaEglColorFormatABGR9.1
cudaEglColorFormatARGB9.1
cudaEglColorFormatAYUV9.1
cudaEglColorFormatAYUV_ER9.1
cudaEglColorFormatBGR9.1
cudaEglColorFormatBGRA9.1
cudaEglColorFormatBayer10BGGR9.1
cudaEglColorFormatBayer10GBRG9.1
cudaEglColorFormatBayer10GRBG9.1
cudaEglColorFormatBayer10RGGB9.1
cudaEglColorFormatBayer12BGGR9.1
cudaEglColorFormatBayer12GBRG9.1
cudaEglColorFormatBayer12GRBG9.1
cudaEglColorFormatBayer12RGGB9.1
cudaEglColorFormatBayer14BGGR9.1
cudaEglColorFormatBayer14GBRG9.1
cudaEglColorFormatBayer14GRBG9.1
cudaEglColorFormatBayer14RGGB9.1
cudaEglColorFormatBayer20BGGR9.1
cudaEglColorFormatBayer20GBRG9.1
cudaEglColorFormatBayer20GRBG9.1
cudaEglColorFormatBayer20RGGB9.1
cudaEglColorFormatBayerBGGR9.1
cudaEglColorFormatBayerGBRG9.1
cudaEglColorFormatBayerGRBG9.1
cudaEglColorFormatBayerIspBGGR9.2
cudaEglColorFormatBayerIspGBRG9.2
cudaEglColorFormatBayerIspGRBG9.2
cudaEglColorFormatBayerIspRGGB9.2
cudaEglColorFormatBayerRGGB9.1
cudaEglColorFormatL9.1
cudaEglColorFormatR9.1
cudaEglColorFormatRG9.1
cudaEglColorFormatRGB9.1
cudaEglColorFormatRGBA9.1
cudaEglColorFormatUYVY4229.1
cudaEglColorFormatUYVY_ER9.1
cudaEglColorFormatVYUY_ER9.1
cudaEglColorFormatY10V10U10_420SemiPlanar9.1
cudaEglColorFormatY10V10U10_444SemiPlanar9.1
cudaEglColorFormatY12V12U12_420SemiPlanar9.1
cudaEglColorFormatY12V12U12_444SemiPlanar9.1
cudaEglColorFormatYUV420Planar9.1
cudaEglColorFormatYUV420Planar_ER9.1
cudaEglColorFormatYUV420SemiPlanar9.1
cudaEglColorFormatYUV420SemiPlanar_ER9.1
cudaEglColorFormatYUV422Planar9.1
cudaEglColorFormatYUV422Planar_ER9.1
cudaEglColorFormatYUV422SemiPlanar9.1
cudaEglColorFormatYUV422SemiPlanar_ER9.1
cudaEglColorFormatYUV444Planar9.1
cudaEglColorFormatYUV444Planar_ER9.1
cudaEglColorFormatYUV444SemiPlanar9.1
cudaEglColorFormatYUV444SemiPlanar_ER9.1
cudaEglColorFormatYUVA_ER9.1
cudaEglColorFormatYUV_ER9.1
cudaEglColorFormatYUYV4229.1
cudaEglColorFormatYUYV_ER9.1
cudaEglColorFormatYVU420Planar9.1
cudaEglColorFormatYVU420Planar_ER9.1
cudaEglColorFormatYVU420SemiPlanar9.1
cudaEglColorFormatYVU420SemiPlanar_ER9.1
cudaEglColorFormatYVU422Planar9.1
cudaEglColorFormatYVU422Planar_ER9.1
cudaEglColorFormatYVU422SemiPlanar9.1
cudaEglColorFormatYVU422SemiPlanar_ER9.1
cudaEglColorFormatYVU444Planar9.1
cudaEglColorFormatYVU444Planar_ER9.1
cudaEglColorFormatYVU444SemiPlanar9.1
cudaEglColorFormatYVU444SemiPlanar_ER
cudaEglColorFormatYVYU_ER9.1
cudaEglFrame9.1
cudaEglFrameType9.1
cudaEglFrameTypeArray9.1
cudaEglFrameTypePitch9.1
cudaEglFrame_st9.1
cudaEglPlaneDesc9.1
cudaEglPlaneDesc_st9.1
cudaEglResourceLocationFlags9.1
cudaEglResourceLocationSysmem9.1
cudaEglResourceLocationVidmem9.1
cudaEglStreamConnection9.1
cudaErrorhipError_t 1.5.0
cudaErrorAddressOfConstant3.1
cudaErrorAlreadyAcquired10.1 hipErrorAlreadyAcquired 1.6.0
cudaErrorAlreadyMapped10.1 hipErrorAlreadyMapped 1.6.0
cudaErrorApiFailureBase4.1
cudaErrorArrayIsMapped10.1 hipErrorArrayIsMapped 1.6.0
cudaErrorAsserthipErrorAssert 1.9.0
cudaErrorCallRequiresNewerDriver11.1
cudaErrorCapturedEvent10.0
cudaErrorCompatNotSupportedOnDevice10.1
cudaErrorContextIsDestroyed10.1
cudaErrorCooperativeLaunchTooLarge9.0 hipErrorCooperativeLaunchTooLarge 3.2.0
cudaErrorCudartUnloadinghipErrorDeinitialized 1.6.0
cudaErrorDeviceAlreadyInUsehipErrorContextAlreadyInUse 1.6.0
cudaErrorDeviceNotLicensed11.1
cudaErrorDeviceUninitialized10.2 hipErrorInvalidContext 1.6.0
cudaErrorDeviceUninitilialized10.1 10.2 hipErrorInvalidContext 1.6.0
cudaErrorDevicesUnavailable
cudaErrorDuplicateSurfaceName
cudaErrorDuplicateTextureName
cudaErrorDuplicateVariableName
cudaErrorECCUncorrectablehipErrorECCNotCorrectable 1.6.0
cudaErrorFileNotFound10.1 hipErrorFileNotFound 1.6.0
cudaErrorGraphExecUpdateFailure10.2
cudaErrorHardwareStackError
cudaErrorHostMemoryAlreadyRegisteredhipErrorHostMemoryAlreadyRegistered 1.6.0
cudaErrorHostMemoryNotRegisteredhipErrorHostMemoryNotRegistered 1.6.0
cudaErrorIllegalAddresshipErrorIllegalAddress 1.6.0
cudaErrorIllegalInstruction
cudaErrorIllegalState10.0
cudaErrorIncompatibleDriverContext
cudaErrorInitializationErrorhipErrorNotInitialized 1.6.0
cudaErrorInsufficientDriverhipErrorInsufficientDriver 1.7.0
cudaErrorInvalidAddressSpace
cudaErrorInvalidChannelDescriptor
cudaErrorInvalidConfigurationhipErrorInvalidConfiguration 1.6.0
cudaErrorInvalidDevicehipErrorInvalidDevice 1.6.0
cudaErrorInvalidDeviceFunctionhipErrorInvalidDeviceFunction 1.6.0
cudaErrorInvalidDevicePointer10.1 hipErrorInvalidDevicePointer 1.6.0
cudaErrorInvalidFilterSetting
cudaErrorInvalidGraphicsContexthipErrorInvalidGraphicsContext 1.6.0
cudaErrorInvalidHostPointer10.1
cudaErrorInvalidKernelImagehipErrorInvalidImage 1.6.0
cudaErrorInvalidMemcpyDirectionhipErrorInvalidMemcpyDirection 1.6.0
cudaErrorInvalidNormSetting
cudaErrorInvalidPc
cudaErrorInvalidPitchValue
cudaErrorInvalidPtxhipErrorInvalidKernelFile 1.6.0
cudaErrorInvalidResourceHandlehipErrorInvalidHandle 1.6.0
cudaErrorInvalidSource10.1 hipErrorInvalidSource 1.6.0
cudaErrorInvalidSurface
cudaErrorInvalidSymbolhipErrorInvalidSymbol 1.6.0
cudaErrorInvalidTexture
cudaErrorInvalidTextureBinding
cudaErrorInvalidValuehipErrorInvalidValue 1.6.0
cudaErrorJitCompilationDisabled11.2
cudaErrorJitCompilerNotFound9.0
cudaErrorLaunchFailurehipErrorLaunchFailure 1.6.0
cudaErrorLaunchFileScopedSurf
cudaErrorLaunchFileScopedTex
cudaErrorLaunchIncompatibleTexturing10.1
cudaErrorLaunchMaxDepthExceeded
cudaErrorLaunchOutOfResourceshipErrorLaunchOutOfResources 1.6.0
cudaErrorLaunchPendingCountExceeded
cudaErrorLaunchTimeouthipErrorLaunchTimeOut 1.6.0
cudaErrorMapBufferObjectFailedhipErrorMapFailed 1.6.0
cudaErrorMemoryAllocationhipErrorOutOfMemory 1.6.0
cudaErrorMemoryValueTooLarge3.1
cudaErrorMisalignedAddress
cudaErrorMissingConfigurationhipErrorMissingConfiguration 1.6.0
cudaErrorMixedDeviceExecution3.1
cudaErrorNoDevicehipErrorNoDevice 1.6.0
cudaErrorNoKernelImageForDevicehipErrorNoBinaryForGpu 1.6.0
cudaErrorNotMapped10.1 hipErrorNotMapped 1.6.0
cudaErrorNotMappedAsArray10.1 hipErrorNotMappedAsArray 1.6.0
cudaErrorNotMappedAsPointer10.1 hipErrorNotMappedAsPointer 1.6.0
cudaErrorNotPermitted
cudaErrorNotReadyhipErrorNotReady 1.6.0
cudaErrorNotSupportedhipErrorNotSupported 1.6.0
cudaErrorNotYetImplemented4.1
cudaErrorNvlinkUncorrectable8.0
cudaErrorOperatingSystemhipErrorOperatingSystem 1.6.0
cudaErrorPeerAccessAlreadyEnabledhipErrorPeerAccessAlreadyEnabled 1.6.0
cudaErrorPeerAccessNotEnabledhipErrorPeerAccessNotEnabled 1.6.0
cudaErrorPeerAccessUnsupportedhipErrorPeerAccessUnsupported 1.6.0
cudaErrorPriorLaunchFailure3.1 hipErrorPriorLaunchFailure 1.6.0
cudaErrorProfilerAlreadyStarted5.0 hipErrorProfilerAlreadyStarted 1.6.0
cudaErrorProfilerAlreadyStopped5.0 hipErrorProfilerAlreadyStopped 1.6.0
cudaErrorProfilerDisabledhipErrorProfilerDisabled 1.6.0
cudaErrorProfilerNotInitialized5.0 hipErrorProfilerNotInitialized 1.6.0
cudaErrorSetOnActiveProcesshipErrorSetOnActiveProcess 1.6.0
cudaErrorSharedObjectInitFailedhipErrorSharedObjectInitFailed 1.6.0
cudaErrorSharedObjectSymbolNotFoundhipErrorSharedObjectSymbolNotFound 1.6.0
cudaErrorSoftwareValidityNotEstablished11.2
cudaErrorStartupFailure
cudaErrorStreamCaptureImplicit10.0
cudaErrorStreamCaptureInvalidated10.0
cudaErrorStreamCaptureIsolation10.0
cudaErrorStreamCaptureMerge10.0
cudaErrorStreamCaptureUnjoined10.0
cudaErrorStreamCaptureUnmatched10.0
cudaErrorStreamCaptureUnsupported10.0
cudaErrorStreamCaptureWrongThread10.1
cudaErrorStubLibrary11.1
cudaErrorSymbolNotFound10.1 hipErrorNotFound 1.6.0
cudaErrorSyncDepthExceeded
cudaErrorSynchronizationError3.1
cudaErrorSystemDriverMismatch10.1
cudaErrorSystemNotReady10.0
cudaErrorTextureFetchFailed3.1
cudaErrorTextureNotBound3.1
cudaErrorTimeout10.2
cudaErrorTooManyPeers
cudaErrorUnknownhipErrorUnknown 1.6.0
cudaErrorUnmapBufferObjectFailedhipErrorUnmapFailed 1.6.0
cudaErrorUnsupportedLimithipErrorUnsupportedLimit 1.6.0
cudaErrorUnsupportedPtxVersion11.1
cudaError_thipError_t 1.5.0
cudaEventBlockingSynchipEventBlockingSync 1.6.0
cudaEventDefaulthipEventDefault 1.6.0
cudaEventDisableTiminghipEventDisableTiming 1.6.0
cudaEventInterprocesshipEventInterprocess 1.6.0
cudaEventRecordDefault11.1
cudaEventRecordExternal11.1
cudaEventWaitDefault11.1
cudaEventWaitExternal
cudaEvent_thipEvent_t 1.6.0
cudaExtenthipExtent 1.7.0
cudaExternalMemoryBufferDesc10.0
cudaExternalMemoryDedicated10.0
cudaExternalMemoryHandleDesc10.0
cudaExternalMemoryHandleType10.0
cudaExternalMemoryHandleTypeD3D11Resource10.0
cudaExternalMemoryHandleTypeD3D11ResourceKmt10.2
cudaExternalMemoryHandleTypeD3D12Heap10.0
cudaExternalMemoryHandleTypeD3D12Resource10.0
cudaExternalMemoryHandleTypeNvSciBuf10.2
cudaExternalMemoryHandleTypeOpaqueFd10.0
cudaExternalMemoryHandleTypeOpaqueWin3210.0
cudaExternalMemoryHandleTypeOpaqueWin32Kmt10.0
cudaExternalMemoryMipmappedArrayDesc10.0
cudaExternalMemory_t10.0
cudaExternalSemaphoreHandleDesc10.0
cudaExternalSemaphoreHandleType10.0
cudaExternalSemaphoreHandleTypeD3D11Fence10.2
cudaExternalSemaphoreHandleTypeD3D12Fence10.0
cudaExternalSemaphoreHandleTypeKeyedMutex10.2
cudaExternalSemaphoreHandleTypeKeyedMutexKmt10.2
cudaExternalSemaphoreHandleTypeNvSciSync10.2
cudaExternalSemaphoreHandleTypeOpaqueFd10.0
cudaExternalSemaphoreHandleTypeOpaqueWin3210.0
cudaExternalSemaphoreHandleTypeOpaqueWin32Kmt10.0
cudaExternalSemaphoreHandleTypeTimelineSemaphoreFd11.2
cudaExternalSemaphoreHandleTypeTimelineSemaphoreWin3211.2
cudaExternalSemaphoreSignalNodeParams11.2
cudaExternalSemaphoreSignalParams10.0
cudaExternalSemaphoreSignalParams_v111.2
cudaExternalSemaphoreSignalSkipNvSciBufMemSync10.2
cudaExternalSemaphoreWaitNodeParams11.2
cudaExternalSemaphoreWaitParams10.0
cudaExternalSemaphoreWaitParams_v111.2
cudaExternalSemaphoreWaitSkipNvSciBufMemSync10.2
cudaExternalSemaphore_t10.0
cudaFilterModeLinearhipFilterModeLinear 1.7.0
cudaFilterModePointhipFilterModePoint 1.6.0
cudaFormatModeAuto
cudaFormatModeForced
cudaFuncAttribute9.0 hipFuncAttribute 3.9.0
cudaFuncAttributeMax9.0 hipFuncAttributeMax 3.9.0
cudaFuncAttributeMaxDynamicSharedMemorySize9.0 hipFuncAttributeMaxDynamicSharedMemorySize 3.9.0
cudaFuncAttributePreferredSharedMemoryCarveout9.0 hipFuncAttributePreferredSharedMemoryCarveout 3.9.0
cudaFuncAttributeshipFuncAttributes 1.9.0
cudaFuncCachehipFuncCache_t 1.6.0
cudaFuncCachePreferEqualhipFuncCachePreferEqual 1.6.0
cudaFuncCachePreferL1hipFuncCachePreferL1 1.6.0
cudaFuncCachePreferNonehipFuncCachePreferNone 1.6.0
cudaFuncCachePreferSharedhipFuncCachePreferShared 1.6.0
cudaGLDeviceList
cudaGLDeviceListAll
cudaGLDeviceListCurrentFrame
cudaGLDeviceListNextFrame
cudaGLMapFlags
cudaGLMapFlagsNone
cudaGLMapFlagsReadOnly
cudaGLMapFlagsWriteDiscard
cudaGraphExecUpdateError10.2
cudaGraphExecUpdateErrorFunctionChanged10.2
cudaGraphExecUpdateErrorNodeTypeChanged10.2
cudaGraphExecUpdateErrorNotSupported10.2
cudaGraphExecUpdateErrorParametersChanged10.2
cudaGraphExecUpdateErrorTopologyChanged10.2
cudaGraphExecUpdateErrorUnsupportedFunctionChange11.2
cudaGraphExecUpdateResult10.2
cudaGraphExecUpdateSuccess10.2
cudaGraphExec_t10.0
cudaGraphNodeType10.0
cudaGraphNodeTypeCount10.0
cudaGraphNodeTypeEmpty10.0
cudaGraphNodeTypeEventRecord11.1
cudaGraphNodeTypeGraph10.0
cudaGraphNodeTypeHost10.0
cudaGraphNodeTypeKernel10.0
cudaGraphNodeTypeMemcpy10.0
cudaGraphNodeTypeMemset10.0
cudaGraphNodeTypeWaitEvent11.1
cudaGraphNode_t10.0
cudaGraph_t10.0
cudaGraphicsCubeFace
cudaGraphicsCubeFaceNegativeX
cudaGraphicsCubeFaceNegativeY
cudaGraphicsCubeFaceNegativeZ
cudaGraphicsCubeFacePositiveX
cudaGraphicsCubeFacePositiveY
cudaGraphicsCubeFacePositiveZ
cudaGraphicsMapFlags
cudaGraphicsMapFlagsNone
cudaGraphicsMapFlagsReadOnly
cudaGraphicsMapFlagsWriteDiscard
cudaGraphicsRegisterFlags
cudaGraphicsRegisterFlagsNone
cudaGraphicsRegisterFlagsReadOnly
cudaGraphicsRegisterFlagsSurfaceLoadStore
cudaGraphicsRegisterFlagsTextureGather
cudaGraphicsRegisterFlagsWriteDiscard
cudaGraphicsResource
cudaGraphicsResource_t
cudaHostAllocDefaulthipHostMallocDefault 1.6.0
cudaHostAllocMappedhipHostMallocMapped 1.6.0
cudaHostAllocPortablehipHostMallocPortable 1.6.0
cudaHostAllocWriteCombinedhipHostMallocWriteCombined 1.6.0
cudaHostFn_t10.0
cudaHostNodeParams10.0
cudaHostRegisterDefaulthipHostRegisterDefault 1.6.0
cudaHostRegisterIoMemory7.5 hipHostRegisterIoMemory 1.6.0
cudaHostRegisterMappedhipHostRegisterMapped 1.6.0
cudaHostRegisterPortablehipHostRegisterPortable 1.6.0
cudaHostRegisterReadOnly11.1
cudaInvalidDeviceId8.0 hipInvalidDeviceId 3.7.0
cudaIpcEventHandle_sthipIpcEventHandle_st 3.5.0
cudaIpcEventHandle_thipIpcEventHandle_t 1.6.0
cudaIpcMemHandle_sthipIpcMemHandle_st 1.6.0
cudaIpcMemHandle_thipIpcMemHandle_t 1.6.0
cudaIpcMemLazyEnablePeerAccesshipIpcMemLazyEnablePeerAccess 1.6.0
cudaKernelNodeAttrID11.0
cudaKernelNodeAttrValue11.0
cudaKernelNodeAttributeAccessPolicyWindow11.0
cudaKernelNodeAttributeCooperative11.0
cudaKernelNodeParams10.0
cudaKeyValuePair
cudaLaunchParams9.0 hipLaunchParams 2.6.0
cudaLimithipLimit_t 1.6.0
cudaLimitDevRuntimePendingLaunchCount
cudaLimitDevRuntimeSyncDepth
cudaLimitMallocHeapSizehipLimitMallocHeapSize 1.6.0
cudaLimitMaxL2FetchGranularity10.0
cudaLimitPersistingL2CacheSize11.0
cudaLimitPrintfFifoSize
cudaLimitStackSize
cudaMemAccessDesc11.2
cudaMemAccessFlags11.2
cudaMemAccessFlagsProtNone11.2
cudaMemAccessFlagsProtRead11.2
cudaMemAccessFlagsProtReadWrite11.2
cudaMemAdviseSetAccessedBy8.0 hipMemAdviseSetAccessedBy 3.7.0
cudaMemAdviseSetPreferredLocation8.0 hipMemAdviseSetPreferredLocation 3.7.0
cudaMemAdviseSetReadMostly8.0 hipMemAdviseSetReadMostly 3.7.0
cudaMemAdviseUnsetAccessedBy8.0 hipMemAdviseUnsetAccessedBy 3.7.0
cudaMemAdviseUnsetPreferredLocation8.0 hipMemAdviseUnsetPreferredLocation 3.7.0
cudaMemAdviseUnsetReadMostly8.0 hipMemAdviseUnsetReadMostly 3.7.0
cudaMemAllocationHandleType11.2
cudaMemAllocationType11.2
cudaMemAllocationTypeInvalid11.2
cudaMemAllocationTypeMax11.2
cudaMemAllocationTypePinned11.2
cudaMemAttachGlobalhipMemAttachGlobal 2.5.0
cudaMemAttachHosthipMemAttachHost 2.5.0
cudaMemAttachSinglehipMemAttachSingle 3.7.0
cudaMemHandleTypeNone11.2
cudaMemHandleTypePosixFileDescriptor11.2
cudaMemHandleTypeWin3211.2
cudaMemHandleTypeWin32Kmt11.2
cudaMemLocation11.2
cudaMemLocationType11.2
cudaMemLocationTypeDevice11.2
cudaMemLocationTypeInvalid11.2
cudaMemPoolAttr11.2
cudaMemPoolAttrReleaseThreshold11.2
cudaMemPoolProps11.2
cudaMemPoolPtrExportData11.2
cudaMemPoolReuseAllowInternalDependencies11.2
cudaMemPoolReuseAllowOpportunistic11.2
cudaMemPoolReuseFollowEventDependencies11.2
cudaMemPool_t11.2
cudaMemRangeAttribute8.0 hipMemRangeAttribute 3.7.0
cudaMemRangeAttributeAccessedBy8.0 hipMemRangeAttributeAccessedBy 3.7.0
cudaMemRangeAttributeLastPrefetchLocation8.0 hipMemRangeAttributeLastPrefetchLocation 3.7.0
cudaMemRangeAttributePreferredLocation8.0 hipMemRangeAttributePreferredLocation 3.7.0
cudaMemRangeAttributeReadMostly8.0 hipMemRangeAttributeReadMostly 3.7.0
cudaMemcpy3DParmshipMemcpy3DParms 1.7.0
cudaMemcpy3DPeerParms
cudaMemcpyDefaulthipMemcpyDefault 1.5.0
cudaMemcpyDeviceToDevicehipMemcpyDeviceToDevice 1.5.0
cudaMemcpyDeviceToHosthipMemcpyDeviceToHost 1.5.0
cudaMemcpyHostToDevicehipMemcpyHostToDevice 1.5.0
cudaMemcpyHostToHosthipMemcpyHostToHost 1.5.0
cudaMemcpyKindhipMemcpyKind 1.5.0
cudaMemoryAdvise8.0 hipMemoryAdvise 3.7.0
cudaMemoryType
cudaMemoryTypeDevice
cudaMemoryTypeHost
cudaMemoryTypeManaged10.0
cudaMemoryTypeUnregistered
cudaMemsetParams10.0
cudaMipmappedArrayhipMipmappedArray 1.7.0
cudaMipmappedArray_const_thipMipmappedArray_const_t 1.6.0
cudaMipmappedArray_thipMipmappedArray_t 1.7.0
cudaNvSciSyncAttrSignal10.2
cudaNvSciSyncAttrWait10.2
cudaOccupancyDefaulthipOccupancyDefault 3.2.0
cudaOccupancyDisableCachingOverride
cudaOutputMode
cudaOutputMode_t
cudaPitchedPtrhipPitchedPtr 1.7.0
cudaPointerAttributeshipPointerAttribute_t 1.6.0
cudaPoshipPos 1.7.0
cudaReadModeElementTypehipReadModeElementType 1.6.0
cudaReadModeNormalizedFloathipReadModeNormalizedFloat 1.7.0
cudaResViewFormatFloat1hipResViewFormatFloat1 1.7.0
cudaResViewFormatFloat2hipResViewFormatFloat2 1.7.0
cudaResViewFormatFloat4hipResViewFormatFloat4 1.7.0
cudaResViewFormatHalf1hipResViewFormatHalf1 1.7.0
cudaResViewFormatHalf2hipResViewFormatHalf2 1.7.0
cudaResViewFormatHalf4hipResViewFormatHalf4 1.7.0
cudaResViewFormatNonehipResViewFormatNone 1.7.0
cudaResViewFormatSignedBlockCompressed4hipResViewFormatSignedBlockCompressed4 1.7.0
cudaResViewFormatSignedBlockCompressed5hipResViewFormatSignedBlockCompressed5 1.7.0
cudaResViewFormatSignedBlockCompressed6HhipResViewFormatSignedBlockCompressed6H 1.7.0
cudaResViewFormatSignedChar1hipResViewFormatSignedChar1 1.7.0
cudaResViewFormatSignedChar2hipResViewFormatSignedChar2 1.7.0
cudaResViewFormatSignedChar4hipResViewFormatSignedChar4 1.7.0
cudaResViewFormatSignedInt1hipResViewFormatSignedInt1 1.7.0
cudaResViewFormatSignedInt2hipResViewFormatSignedInt2 1.7.0
cudaResViewFormatSignedInt4hipResViewFormatSignedInt4 1.7.0
cudaResViewFormatSignedShort1hipResViewFormatSignedShort1 1.7.0
cudaResViewFormatSignedShort2hipResViewFormatSignedShort2 1.7.0
cudaResViewFormatSignedShort4hipResViewFormatSignedShort4 1.7.0
cudaResViewFormatUnsignedBlockCompressed1hipResViewFormatUnsignedBlockCompressed1 1.7.0
cudaResViewFormatUnsignedBlockCompressed2hipResViewFormatUnsignedBlockCompressed2 1.7.0
cudaResViewFormatUnsignedBlockCompressed3hipResViewFormatUnsignedBlockCompressed3 1.7.0
cudaResViewFormatUnsignedBlockCompressed4hipResViewFormatUnsignedBlockCompressed4 1.7.0
cudaResViewFormatUnsignedBlockCompressed5hipResViewFormatUnsignedBlockCompressed5 1.7.0
cudaResViewFormatUnsignedBlockCompressed6HhipResViewFormatUnsignedBlockCompressed6H 1.7.0
cudaResViewFormatUnsignedBlockCompressed7hipResViewFormatUnsignedBlockCompressed7 1.7.0
cudaResViewFormatUnsignedChar1hipResViewFormatUnsignedChar1 1.7.0
cudaResViewFormatUnsignedChar2hipResViewFormatUnsignedChar2 1.7.0
cudaResViewFormatUnsignedChar4hipResViewFormatUnsignedChar4 1.7.0
cudaResViewFormatUnsignedInt1hipResViewFormatUnsignedInt1 1.7.0
cudaResViewFormatUnsignedInt2hipResViewFormatUnsignedInt2 1.7.0
cudaResViewFormatUnsignedInt4hipResViewFormatUnsignedInt4 1.7.0
cudaResViewFormatUnsignedShort1hipResViewFormatUnsignedShort1 1.7.0
cudaResViewFormatUnsignedShort2hipResViewFormatUnsignedShort2 1.7.0
cudaResViewFormatUnsignedShort4hipResViewFormatUnsignedShort4 1.7.0
cudaResourceDeschipResourceDesc 1.7.0
cudaResourceTypehipResourceType 1.7.0
cudaResourceTypeArrayhipResourceTypeArray 1.7.0
cudaResourceTypeLinearhipResourceTypeLinear 1.7.0
cudaResourceTypeMipmappedArrayhipResourceTypeMipmappedArray 1.7.0
cudaResourceTypePitch2DhipResourceTypePitch2D 1.7.0
cudaResourceViewDeschipResourceViewDesc 1.7.0
cudaResourceViewFormathipResourceViewFormat 1.7.0
cudaSharedCarveout9.0
cudaSharedMemBankSizeDefaulthipSharedMemBankSizeDefault 1.6.0
cudaSharedMemBankSizeEightBytehipSharedMemBankSizeEightByte 1.6.0
cudaSharedMemBankSizeFourBytehipSharedMemBankSizeFourByte 1.6.0
cudaSharedMemConfighipSharedMemConfig 1.6.0
cudaSharedmemCarveoutDefault9.0
cudaSharedmemCarveoutMaxL19.0
cudaSharedmemCarveoutMaxShared9.0
cudaStreamAttrID11.0
cudaStreamAttrValue11.0
cudaStreamAttributeAccessPolicyWindow11.0
cudaStreamAttributeSynchronizationPolicy11.0
cudaStreamCallback_thipStreamCallback_t 1.6.0
cudaStreamCaptureMode10.1
cudaStreamCaptureModeGlobal10.1
cudaStreamCaptureModeRelaxed10.1
cudaStreamCaptureModeThreadLocal10.1
cudaStreamCaptureStatus10.0
cudaStreamCaptureStatusActive10.0
cudaStreamCaptureStatusInvalidated10.0
cudaStreamCaptureStatusNone10.0
cudaStreamDefaulthipStreamDefault 1.6.0
cudaStreamLegacy
cudaStreamNonBlockinghipStreamNonBlocking 1.6.0
cudaStreamPerThread
cudaStream_thipStream_t 1.5.0
cudaSuccesshipSuccess 1.5.0
cudaSurfaceBoundaryModehipSurfaceBoundaryMode 1.9.0
cudaSurfaceFormatMode
cudaSurfaceObject_thipSurfaceObject_t 1.9.0
cudaSyncPolicyAuto11.0
cudaSyncPolicyBlockingSync11.0
cudaSyncPolicySpin11.0
cudaSyncPolicyYield11.0
cudaSynchronizationPolicy11.0
cudaTextureAddressModehipTextureAddressMode 1.7.0
cudaTextureDeschipTextureDesc 1.7.0
cudaTextureFilterModehipTextureFilterMode 1.6.0
cudaTextureObject_thipTextureObject_t 1.7.0
cudaTextureReadModehipTextureReadMode 1.6.0
cudaTextureType1DhipTextureType1D 1.6.0
cudaTextureType1DLayeredhipTextureType1DLayered 1.7.0
cudaTextureType2DhipTextureType2D 1.7.0
cudaTextureType2DLayeredhipTextureType2DLayered 1.7.0
cudaTextureType3DhipTextureType3D 1.7.0
cudaTextureTypeCubemaphipTextureTypeCubemap 1.7.0
cudaTextureTypeCubemapLayeredhipTextureTypeCubemapLayered 1.7.0
cudaUUID_t
libraryPropertyType8.0
libraryPropertyType_t8.0
surfaceReferencesurfaceReference 1.9.0

**36. Execution Control [REMOVED]**

CUDA A D R HIP A D R
cudaConfigureCall10.1 hipConfigureCall 1.9.0
cudaLaunch10.1 hipLaunchByPtr 1.9.0
cudaSetupArgument10.1 hipSetupArgument 1.9.0

*A - Added; D - Deprecated; R - Removed