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

Commit 2346253

Browse files
committed
gpu_selector warning
Signed-off-by: Chris Perkins <[email protected]>
1 parent 434c962 commit 2346253

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
@@ -302,7 +302,7 @@ void dgetrfnp_batch_strided_c(int64_t m, int64_t n, double *a, int64_t lda,
302302
int64_t stride_a, int64_t *ipiv,
303303
int64_t stride_ipiv, int64_t batch,
304304
int64_t *info) {
305-
queue queue((gpu_selector()));
305+
queue queue(gpu_selector_v);
306306
auto device = queue.get_device();
307307
auto context = queue.get_context();
308308
int status;

0 commit comments

Comments
 (0)