[OpenMP][Offloading] Change N back to 256 in bug49334.cpp

This commit is contained in:
Shilei Tian 2022-02-23 16:10:35 -05:00
parent 3fb4439a0a
commit 75812e7704

View 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