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

Commit f22ff9a

Browse files
committed
typo fix in dgetrf_8x8.cpp
1 parent dc24d24 commit f22ff9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYCL/ESIMD/regression/dgetrf_8x8.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ static int dgetrfnp_batch_strided_check(int64_t m, int64_t n, T *a_in, T *a,
224224
char label[1024];
225225
unsigned char prec_b1[] = {0, 0, 0xb0, 0x3c};
226226
unsigned char prec_b2[] = {0, 0, 0, 0, 0, 0, 0xb0, 0x3c};
227-
T res = 0.0, nrm = 0.0, ulp if (std::is_same<T, double>::value) {
227+
T res = 0.0, nrm = 0.0, ulp;
228+
if (std::is_same<T, double>::value) {
228229
ulp = *(T *)prec_b2;
229230
}
230231
else {

0 commit comments

Comments
 (0)