cuPHY
0.1
CUDA PHY Layer Acceration Library
|
#include <cuphy_api.h>
Data Fields | |
enum _cuphyPdschDataIn:: { ... } | pBufferType |
uint8_t ** | pTbInput |
PDSCH Data Input
enum { ... } _cuphyPdschDataIn::pBufferType |
pTbInput[] buffer type; currently only CPU_BUFFER is supported
uint8_t** _cuphyPdschDataIn::pTbInput |
array of transport block input buffers, one buffer per cell, indexed by cellPrmDynIdx. Each pTbInput[] element points to a flat array with all TBs for that cell. Currently per-cell TB allocations are contiguous, zero-padded to byte boundary.