Skip to content

Commit cc9ace4

Browse files
Fix CMPLRTST-17112: Set offset=256 in llvm_test_suite_sycl/esimd_regression_dgetrf test source. (intel#1008)
1 parent e5a53aa commit cc9ace4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/regression/Inputs/dgetrf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ using namespace cl::sycl;
4646
using namespace std;
4747
using namespace sycl::ext::intel::esimd;
4848

49-
ESIMD_PRIVATE ESIMD_REGISTER(192) simd<double, 3 * 32 * 4> GRF;
49+
ESIMD_PRIVATE ESIMD_REGISTER(256) simd<double, 3 * 32 * 4> GRF;
5050

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

0 commit comments

Comments
 (0)