cuPHY  0.1
CUDA PHY Layer Acceration Library
Data Fields
_cuphyPdschDataIn Struct Reference

#include <cuphy_api.h>

Data Fields

enum _cuphyPdschDataIn:: { ... }  pBufferType
 
uint8_t ** pTbInput
 

Detailed Description

PDSCH Data Input

Field Documentation

◆ pBufferType

enum { ... } _cuphyPdschDataIn::pBufferType

pTbInput[] buffer type; currently only CPU_BUFFER is supported

◆ pTbInput

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.