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.
2727This sample performs its computations on the default SYCL* device. You can set
2828the ` ONEAPI_DEVICE_SELECTOR ` environment variable to ` "*:cpu" ` or ` "*:gpu" `
2929to 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
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.
2828This sample performs its computations on the default SYCL* device. You can set
2929the ` ONEAPI_DEVICE_SELECTOR ` environment variable to ` "*:cpu" ` or ` "*:gpu" `
3030to 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
3234This article explains in detail how oneMKL functions speed up Black-Scholes
3335computation 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
1919This sample performs its computations on the default SYCL* device. You can set
2020the ` ONEAPI_DEVICE_SELECTOR ` environment variable to ` "*:cpu" ` or ` "*:gpu" `
2121to 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
You can’t perform that action at this time.
0 commit comments