HIP: Heterogenous-computing Interface for Portability
HCC-Specific Accessors

----------------------------------------------------------------------------------------------—

The following calls are only supported when compiler HIP with HCC. To produce portable code, use of these calls must be guarded #ifdef checks:

#ifdef __HCC__
hc::accelerator acc;
hipError_t err = hipHccGetAccelerator(deviceId, &acc)
#endif