Home
last modified time | relevance | path

Searched refs:_rowsPerBlock (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()
32 nCols(_nCols), nBlocksPerRow(_nRows / _rowsPerBlock), in BlockMatrix()
36 Blocks[i].emplace_back(new float[_rowsPerBlock * _colsPerBlock]); in BlockMatrix()