cuPHY
0.1
CUDA PHY Layer Acceration Library
|
PUSCH In/Out Data.
#include <cuphy_api.h>
Data Fields | |
uint8_t ** | pHarqBuffersInOut |
uint8_t** cuphyPuschDataInOut_t::pHarqBuffersInOut |
< pointer to array of In/Out HARQ buffers
The In/Out HARQ buffers will be read or written depending on ndi and TB CRC pass result
The In/Out HARQ buffers themselves are located in GPU memory
The “array of pointers” must be read-able from a GPU kernel. An allocation from cudaHostAlloc with cudaHostAllocPortable | cudaHostAllocMapped is sufficient.