|
|
| StagingBuffer (hsa_agent_t hsaAgent, hsa_region_t systemRegion, size_t bufferSize, int numBuffers) |
| |
|
void | CopyHostToDevice (void *dst, const void *src, size_t sizeBytes, hsa_signal_t *waitFor) |
| |
|
void | CopyHostToDevicePinInPlace (void *dst, const void *src, size_t sizeBytes, hsa_signal_t *waitFor) |
| |
|
void | CopyDeviceToHost (void *dst, const void *src, size_t sizeBytes, hsa_signal_t *waitFor) |
| |
|
void | CopyDeviceToHostPinInPlace (void *dst, const void *src, size_t sizeBytes, hsa_signal_t *waitFor) |
| |
|
|
static const int | _max_buffers = 4 |
| |
The documentation for this struct was generated from the following files:
- /home/mangupta/hip_git/release_0.84.00/include/hcc_detail/staging_buffer.h
- /home/mangupta/hip_git/release_0.84.00/src/staging_buffer.cpp