Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp25 const int nBlocksPerCol; member in BlockMatrix
33 nBlocksPerCol(_nCols / _colsPerBlock), Blocks(nBlocksPerCol) { in BlockMatrix()
34 for (int i = 0; i < nBlocksPerCol; i++) { in BlockMatrix()
43 for (int i = 0; i < nBlocksPerCol; i++) in Initialize()
56 for (int i = 0; i < nBlocksPerCol; i++) in Compare()
72 assert(i < nBlocksPerCol && j < nBlocksPerRow && "Accessing outside block"); in GetBlock()