Skip to content

Commit 065b6d1

Browse files
committed
changes or readme files
1 parent 6fb83e9 commit 065b6d1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Libraries/oneMKL/binomial/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ The sample first generates a portfolio within given constraints using a uniform
2525
distribution and a Philox-type generator provided by the oneMKL RNG API.
2626

2727
This sample performs its computations on the default SYCL* device. You can set
28-
the `SYCL_DEVICE_FILTER` environment variable to `cpu` or `gpu` to select the device to use.
28+
the `ONEAPI_DEVICE_SELECTOR` environment variable to `"*:cpu"` or `"*:gpu"`
29+
to select the device to use.
2930

3031
## Key Implementation Details
3132

Libraries/oneMKL/black_scholes/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ The sample first generates a portfolio within given constraints using a uniform
2626
distribution and a Philox-type generator provided by the oneMKL RNG API.
2727

2828
This sample performs its computations on the default SYCL* device. You can set
29-
the `SYCL_DEVICE_FILTER` environment variable to `cpu` or `gpu` to select the device to use.
29+
the `ONEAPI_DEVICE_SELECTOR` environment variable to `"*:cpu"` or `"*:gpu"`
30+
to select the device to use.
3031

3132
This article explains in detail how oneMKL functions speed up Black-Scholes
3233
computation of European options pricing:

Libraries/oneMKL/matrix_mul_mkl/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ For more information on oneMKL and complete documentation of all oneMKL routines
1616

1717
Matrix Multiplication uses oneMKL to multiply two large matrices and measure device performance.
1818

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"`
21+
to select the device to use.
2022

2123
## Key Implementation Details
2224

0 commit comments

Comments
 (0)