forked from OSchip/llvm-project
[OpenMP][Offloading] Change N back to 256 in bug49334.cpp
This commit is contained in:
parent
3fb4439a0a
commit
75812e7704
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue