Skip to content

Commit d6bb972

Browse files
s-Nicksgeor255
andcommitted
Update docs/backend/SYCL.md
Co-authored-by: Svetlozar Georgiev <[email protected]>
1 parent 5b5b759 commit d6bb972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/SYCL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ If you want to use Intel C++ Compiler only for ggml-sycl:
561561
cmake -B build -G "Visual Studio 17 2022" -A x64 -DGGML_SYCL=ON -DCMAKE_BUILD_TYPE=Release -DSYCL_INCLUDE_DIR="C:\Program Files (x86)\Intel\oneAPI\compiler\latest\include" -DSYCL_LIBRARY_DIR="C:\Program Files (x86)\Intel\oneAPI\compiler\latest\lib"
562562
```
563563

564-
In both cases, after the Visual Studio is created open it, right click on `ggml-sycl` and open properties. In the left column open `C/C++` sub menu and select `DPC++`. In the option window on the right set `Enable SYCL offload` to `yes` and apply changes.
564+
In both cases, after the Visual Studio solution is created, open it, right click on `ggml-sycl` and open properties. In the left column open `C/C++` sub menu and select `DPC++`. In the option window on the right set `Enable SYCL offload` to `yes` and apply changes.
565565

566566
Properties -> C\C++ -> DPC++ -> Enable SYCL offload(yes)
567567

0 commit comments

Comments
 (0)