Home
last modified time | relevance | path

Searched refs:_colsPerBlock (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp29 BlockMatrix(const int _rowsPerBlock, const int _colsPerBlock, in BlockMatrix() argument
31 : rowsPerBlock(_rowsPerBlock), colsPerBlock(_colsPerBlock), nRows(_nRows), in BlockMatrix()
33 nBlocksPerCol(_nCols / _colsPerBlock), Blocks(nBlocksPerCol) { in BlockMatrix()
36 Blocks[i].emplace_back(new float[_rowsPerBlock * _colsPerBlock]); in BlockMatrix()