Go to the source code of this file.
 | 
| enum   | {  
  hip_intf::hipsuccess = 0
, hip_intf::hiperrorinvalidcontext = 1
, hip_intf::hiperrorinvalidkernelfile = 2
, hip_intf::hiperrormemoryallocation = 3
,  
  hip_intf::hiperrorinitializationerror = 4
, hip_intf::hiperrorlaunchfailure = 5
, hip_intf::hiperrorlaunchoutofresources = 6
, hip_intf::hiperrorinvaliddevice = 7
,  
  hip_intf::hiperrorinvalidvalue = 8
, hip_intf::hiperrorinvaliddevicepointer = 9
, hip_intf::hiperrorinvalidmemcpydirection = 10
, hip_intf::hiperrorunknown = 11
,  
  hip_intf::hiperrorinvalidresourcehandle = 12
, hip_intf::hiperrornotready = 13
, hip_intf::hiperrornodevice = 14
, hip_intf::hiperrorpeeraccessalreadyenabled = 15
,  
  hip_intf::hiperrorpeeraccessnotenabled = 16
, hip_intf::hiperrorruntimememory = 17
, hip_intf::hiperrorruntimeother = 18
, hip_intf::hiperrorhostmemoryalreadyregistered = 19
,  
  hip_intf::hiperrorhostmemorynotregistered = 20
, hip_intf::hiperrormapbufferobjectfailed = 21
, hip_intf::hiperrortbd = 22
 
 } | 
|   | Enum hipError_t.  More...
  | 
|   | 
| enum   | {  
  hip_intf::hipmemcpyhosttohost = 0
, hip_intf::hipmemcpyhosttodevice = 1
, hip_intf::hipmemcpydevicetohost = 2
, hip_intf::hipmemcpydevicetodevice = 3
,  
  hip_intf::hipmemcpydefault = 4
 
 } | 
|   | Enum hipMemcpyKind.  More...
  | 
|   |