Skip to content

Commit d7b1b98

Browse files
s-Nicksgeor255
andauthored
Update docs/backend/SYCL.md
Co-authored-by: Svetlozar Georgiev <[email protected]>
1 parent 281e5fe commit d7b1b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/SYCL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ If you want to use Intel C++ Compiler only for ggml-sycl:
586586
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"
587587
```
588588

589-
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.
589+
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.
590590

591591
Properties -> C\C++ -> DPC++ -> Enable SYCL offload(yes)
592592

0 commit comments

Comments
 (0)