Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp24 const int nBlocksPerRow; member in BlockMatrix
32 nCols(_nCols), nBlocksPerRow(_nRows / _rowsPerBlock), in BlockMatrix()
35 for (int j = 0; j < nBlocksPerRow; j++) { in BlockMatrix()
44 for (int j = 0; j < nBlocksPerRow; j++) { in Initialize()
57 for (int j = 0; j < nBlocksPerRow; j++) { in Compare()
72 assert(i < nBlocksPerCol && j < nBlocksPerRow && "Accessing outside block"); in GetBlock()