|
HIP: Heterogenous-computing Interface for Portability
|
Functions | |
| hipError_t | hipHccGetAccelerator (int deviceId, hc::accelerator *acc) |
| Return hc::acclerator associated with the specified deviceId. More... | |
| hipError_t | hipHccGetAcceleratorView (hipStream_t stream, hc::accelerator_view **av) |
| Return hc::acclerator_view associated with the specified stream. More... | |
The following calls are only supported when compiler HIP with HCC. To produce portable code, use of these calls must be guarded #ifdef checks:
| hipError_t hipHccGetAccelerator | ( | int | deviceId, |
| hc::accelerator * | acc | ||
| ) |
Return hc::acclerator associated with the specified deviceId.
| hipError_t hipHccGetAcceleratorView | ( | hipStream_t | stream, |
| hc::accelerator_view ** | av | ||
| ) |
Return hc::acclerator_view associated with the specified stream.
1.8.6