Skip to content

Commit 2cbf63a

Browse files
committed
add a link to the documentation
1 parent 065b6d1 commit 2cbf63a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Libraries/oneMKL/binomial/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ distribution and a Philox-type generator provided by the oneMKL RNG API.
2727
This sample performs its computations on the default SYCL* device. You can set
2828
the `ONEAPI_DEVICE_SELECTOR` environment variable to `"*:cpu"` or `"*:gpu"`
2929
to select the device to use.
30+
To find more information about the variable follow the link:
31+
[ONEAPI_DEVICE_SELECTOR](https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md#oneapi_device_selector).
3032

3133
## Key Implementation Details
3234

Libraries/oneMKL/black_scholes/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ distribution and a Philox-type generator provided by the oneMKL RNG API.
2828
This sample performs its computations on the default SYCL* device. You can set
2929
the `ONEAPI_DEVICE_SELECTOR` environment variable to `"*:cpu"` or `"*:gpu"`
3030
to select the device to use.
31+
To find more information about the variable follow the link:
32+
[ONEAPI_DEVICE_SELECTOR](https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md#oneapi_device_selector).
3133

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

Libraries/oneMKL/matrix_mul_mkl/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Matrix Multiplication uses oneMKL to multiply two large matrices and measure dev
1919
This sample performs its computations on the default SYCL* device. You can set
2020
the `ONEAPI_DEVICE_SELECTOR` environment variable to `"*:cpu"` or `"*:gpu"`
2121
to select the device to use.
22+
To find more information about the variable follow the link:
23+
[ONEAPI_DEVICE_SELECTOR](https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md#oneapi_device_selector).
2224

2325
## Key Implementation Details
2426

0 commit comments

Comments
 (0)