You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Libraries/oneMKL/matrix_mul_mkl/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ For more information on oneMKL and complete documentation of all oneMKL routines
16
16
17
17
Matrix Multiplication uses oneMKL to multiply two large matrices and measure device performance.
18
18
19
-
This sample performs its computations on the default SYCL* device. You can set the `SYCL_DEVICE_FILTER` environment variable to `cpu` or `gpu` to select the device to use.
19
+
This sample performs its computations on the default SYCL* device. You can set
20
+
the `ONEAPI_DEVICE_SELECTOR` environment variable to `"*:cpu"` or `"*:gpu"`
0 commit comments