From fb81c0c00e5aa0df6894924c5837be75cdb7f7ad Mon Sep 17 00:00:00 2001 From: jianyuzh Date: Fri, 2 Feb 2024 09:26:48 +0800 Subject: [PATCH] add vs install requirement --- README-sycl.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README-sycl.md b/README-sycl.md index a83b89dd1..1d3f57e92 100644 --- a/README-sycl.md +++ b/README-sycl.md @@ -240,7 +240,11 @@ Please install Intel GPU driver by official guide: [Install GPU Drivers](https:/ Note: **The driver is mandatory for compute function**. -2. Install Intel® oneAPI Base toolkit. +2. Install Visual Studio. + +Please install [Visual Studio](https://visualstudio.microsoft.com/) which impact oneAPI environment enabling in Windows. + +3. Install Intel® oneAPI Base toolkit. a. Please follow the procedure in [Get the Intel® oneAPI Base Toolkit ](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html). @@ -279,7 +283,7 @@ Output (example): [ext_oneapi_level_zero:gpu:0] Intel(R) Level-Zero, Intel(R) Iris(R) Xe Graphics 1.3 [1.3.28044] ``` -3. Install cmake & make +4. Install cmake & make a. Download & install cmake for Windows: https://cmake.org/download/