Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 951f2ae

Browse files
authored
[SYCL][ESIMD] Update dgetrf_8x8 regression test. (#795)
1 parent c1366f1 commit 951f2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/regression/dgetrf_8x8.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ using namespace cl::sycl;
4848
using namespace std;
4949
using namespace sycl::ext::intel::experimental::esimd;
5050

51-
ESIMD_PRIVATE ESIMD_REGISTER(192) simd<double, 3 * 32 * 4> GRF;
51+
ESIMD_PRIVATE ESIMD_REGISTER(384) simd<double, 3 * 32 * 4> GRF;
5252

5353
#define V(x, w, i) (x).template select<w, 1>(i)
5454
#define V1(x, i) V(x, 1, i)

0 commit comments

Comments
 (0)