HCC
HCC is a single-source, C/C++ compiler for heterogeneous computing. It's optimized with HSA (http://www.hsafoundation.com/).
|
This is the complete list of members for hc::AmPointerInfo, including all inherited members.
_acc | hc::AmPointerInfo | |
_allocSeqNum | hc::AmPointerInfo | |
_appAllocationFlags | hc::AmPointerInfo | |
_appId | hc::AmPointerInfo | |
_appPtr | hc::AmPointerInfo | |
_devicePointer | hc::AmPointerInfo | |
_hostPointer | hc::AmPointerInfo | |
_isAmManaged | hc::AmPointerInfo | |
_isInDeviceMem | hc::AmPointerInfo | |
_sizeBytes | hc::AmPointerInfo | |
_unalignedDevicePointer | hc::AmPointerInfo | |
AmPointerInfo() (defined in hc::AmPointerInfo) | hc::AmPointerInfo | inline |
AmPointerInfo(void *hostPointer, void *devicePointer, void *unalignedDevicePointer, std::size_t sizeBytes, hc::accelerator &acc, bool isInDeviceMem=false, bool isAmManaged=false) (defined in hc::AmPointerInfo) | hc::AmPointerInfo | inline |
operator=(const AmPointerInfo &other) (defined in hc::AmPointerInfo) | hc::AmPointerInfo |