void PIMKernel::preloadEltwise(NumpyBurstType* operand, pimBankType pb_type, unsigned starting_row, unsigned starting_col) { int ch_idx = 0; int ra_idx = 0; int bg_idx = 0; int bank_idx = 0; int bank_offset = (int)pb_type % 2; uint64_t addr_op; int dim_operand = operand->getTotalDim(); for (int x=0; x < dim_operand; x+=num_grf_) { u
source not stored for this graph (policy: none)
no test coverage detected