From 75812e7704fcb7cf89e107cc773c5a2118f380ab Mon Sep 17 00:00:00 2001 From: Shilei Tian Date: Wed, 23 Feb 2022 16:10:35 -0500 Subject: [PATCH] [OpenMP][Offloading] Change N back to 256 in bug49334.cpp --- openmp/libomptarget/test/offloading/bug49334.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/libomptarget/test/offloading/bug49334.cpp b/openmp/libomptarget/test/offloading/bug49334.cpp index 047a78c..6c4d904 100644 --- a/openmp/libomptarget/test/offloading/bug49334.cpp +++ b/openmp/libomptarget/test/offloading/bug49334.cpp @@ -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 -- 2.7.4