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

Commit e8fa63d

Browse files
authored
[SYCL][ESIMD] Update ESIMD/regression/dgetrf.cpp after renaming replicate APIs (#893)
Signed-off-by: Sergey Dmitriev <[email protected]>
1 parent b2897f9 commit e8fa63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/regression/dgetrf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ESIMD_PRIVATE ESIMD_REGISTER(192) simd<double, 3 * 32 * 4> GRF;
5959
#define V(x, w, i) (x).template select<w, 1>(i)
6060
#define V1(x, i) V(x, 1, i)
6161
#define V8(x, i) V(x, 8, i)
62-
#define BCAST8(x, i) (x).template replicate<8, 1>(i)
62+
#define BCAST8(x, i) (x).template replicate_w<8, 1>(i)
6363

6464
template <int M, int N, int K> ESIMD_INLINE void dgetrfnp_panel(int64_t *info) {
6565
auto a = V(GRF, M * N, 0);

0 commit comments

Comments
 (0)