Public Member Functions | |
| OptionalHIPGuardMasqueradingAsCUDA (optional< Device > device_opt) | |
| OptionalHIPGuardMasqueradingAsCUDA (optional< DeviceIndex > device_index_opt) | |
| OptionalHIPGuardMasqueradingAsCUDA (const OptionalHIPGuardMasqueradingAsCUDA &)=delete | |
| OptionalHIPGuardMasqueradingAsCUDA & | operator= (const OptionalHIPGuardMasqueradingAsCUDA &)=delete |
| OptionalHIPGuardMasqueradingAsCUDA (OptionalHIPGuardMasqueradingAsCUDA &&other)=delete | |
| OptionalHIPGuardMasqueradingAsCUDA & | operator= (OptionalHIPGuardMasqueradingAsCUDA &&other)=delete |
| void | set_device (Device device) |
| void | reset_device (Device device) |
| void | set_index (DeviceIndex device_index) |
| optional< Device > | original_device () const |
| optional< Device > | current_device () const |
| void | reset () |
Definition at line 126 of file HIPGuardImplMasqueradingAsCUDA.h.
1.8.11