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.cpp20 const int rowsPerBlock; member in BlockMatrix
31 : rowsPerBlock(_rowsPerBlock), colsPerBlock(_colsPerBlock), nRows(_nRows), in BlockMatrix()
47 for (int jj = 0; jj < rowsPerBlock; ++jj) { in Initialize()
49 int currj = j * rowsPerBlock + jj; in Initialize()
60 for (int jj = 0; jj < rowsPerBlock; ++jj) { in Compare()
62 int currj = j * rowsPerBlock + jj; in Compare()