File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ distribution and a Philox-type generator provided by the oneMKL RNG API.
27
27
This sample performs its computations on the default SYCL* device. You can set
28
28
the ` ONEAPI_DEVICE_SELECTOR ` environment variable to ` "*:cpu" ` or ` "*:gpu" `
29
29
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 ) .
30
32
31
33
## Key Implementation Details
32
34
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ distribution and a Philox-type generator provided by the oneMKL RNG API.
28
28
This sample performs its computations on the default SYCL* device. You can set
29
29
the ` ONEAPI_DEVICE_SELECTOR ` environment variable to ` "*:cpu" ` or ` "*:gpu" `
30
30
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 ) .
31
33
32
34
This article explains in detail how oneMKL functions speed up Black-Scholes
33
35
computation of European options pricing:
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Matrix Multiplication uses oneMKL to multiply two large matrices and measure dev
19
19
This sample performs its computations on the default SYCL* device. You can set
20
20
the ` ONEAPI_DEVICE_SELECTOR ` environment variable to ` "*:cpu" ` or ` "*:gpu" `
21
21
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 ) .
22
24
23
25
## Key Implementation Details
24
26
You can’t perform that action at this time.
0 commit comments