HIP API DocumentationΒΆ
Contents:
- Device management
- hipDeviceSynchronize
- hipDeviceReset
- hipSetDevice
- hipGetDevice
- hipGetDeviceCount
- hipDeviceGetAttribute
- hipGetDeviceProperties
- hipDeviceSetCacheConfig
- hipDeviceGetCacheConfig
- hipDeviceGetLimit
- hipFuncSetCacheConfig
- hipDeviceGetSharedMemConfig
- hipDeviceSetSharedMemConfig
- hipSetDeviceFlags
- hipChooseDevice
- Error Handling
- Stream Management
- Event Management
- Memory Management
- hipPointerGetAttributes
- hipMalloc
- hipMallocHost
- hipHostMalloc
- hipHostAlloc
- hipHostGetDevicePointer
- hipHostGetFlags
- hipHostRegister
- hipHostUnregister
- hipMallocPitch
- hipFree
- hipFreeHost
- hipMemcpy
- hipMemcpyHtoD
- hipMemcpyDtoH
- hipMemcpyDtoD
- hipMemcpyHtoDAsync
- hipMemcpyDtoHAsync
- hipMemcpyDtoDAsync
- hipMemcpyToSymbol
- hipMemcpyToSymbolAsync
- hipMemcpyFromSymbol
- hipMemcpyFromSymbolAsync
- hipMemcpyAsync
- hipMemset
- hipMemsetD8
- hipMemsetAsync
- hipMemset2D
- hipMemGetInfo
- hipMemPtrGetInfo
- hipMallocArray
- hipFreeArray
- hipMalloc3DArray
- hipMemcpy2D
- hipMemcpy2DAsync
- hipMemcpy2DToArray
- hipMemcpyToArray
- hipMemcpy3D
- Device Memory Access
- Initialization and Version
- Context Management
- hipCtxCreate
- hipCtxDestroy
- hipCtxPopCurrent
- hipCtxPushCurrent
- hipCtxSetCurrent
- hipCtxGetCurrent
- hipCtxGetDevice
- hipCtxGetApiVersion
- hipCtxGetCacheConfig
- hipCtxSetSharedMemConfig
- hipCtxGetSharedMemConfig
- hipCtxSynchronize
- hipCtxGetFlags
- hipCtxEnablePeerAccess
- hipCtxDisablePeerAccess
- hipDevicePrimaryCtxGetState
- hipDevicePrimaryCtxRelease
- hipDevicePrimaryCtxRetain
- hipDevicePrimaryCtxReset
- hipDevicePrimaryCtxSetFlags
- Control