[OpenMP][Offloading] Change N back to 256 in bug49334.cpp
authorShilei Tian <i@tianshilei.me>
Wed, 23 Feb 2022 21:10:35 +0000 (16:10 -0500)
committerShilei Tian <i@tianshilei.me>
Wed, 23 Feb 2022 21:10:35 +0000 (16:10 -0500)
openmp/libomptarget/test/offloading/bug49334.cpp

index 047a78c..6c4d904 100644 (file)
@@ -73,7 +73,7 @@ public:
 };
 
 constexpr const int BS = 16;
-constexpr const int N = 16;
+constexpr const int N = 256;
 
 int BlockMatMul_TargetNowait(BlockMatrix &A, BlockMatrix &B, BlockMatrix &C) {
 #pragma omp parallel