Home
last modified time | relevance | path

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

/llvm-project/offload/test/offloading/
H A Dbug49334.cpp26 const int nBlocksPerCol; member in BlockMatrix
34 nBlocksPerCol(_nCols / _colsPerBlock), Blocks(nBlocksPerCol) { in BlockMatrix()
35 for (int i = 0; i < nBlocksPerCol; i++) { in BlockMatrix()
44 for (int i = 0; i < nBlocksPerCol; i++) in Initialize()
57 for (int i = 0; i < nBlocksPerCol; i++) in Compare()
73 assert(i < nBlocksPerCol && j < nBlocksPerRow && "Accessing outside block"); in GetBlock()