Skip to content

Commit 321cf7f

Browse files
committed
Minor changes to documentation
1 parent bae66c3 commit 321cf7f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/backend/SYCL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,10 @@ You have two options to use Visual Studio to build llama.cpp:
545545
- As CMake Project using CMake presets.
546546
- Creating a Visual Studio solution to handle the project.
547547

548+
**Note**:
549+
550+
All following commands are executed in PowerShell.
551+
548552
1. Open as a CMake Project
549553

550554
You can use Visual Studio to open the `llama.cpp` folder directly as a CMake project. Before compiling, select one of the SYCL CMake presets:
@@ -600,7 +604,7 @@ Once the Visual Studio solution is created, follow these steps:
600604
5. Apply the changes and save.
601605

602606

603-
### Navigation Path:
607+
*Navigation Path:*
604608

605609
```
606610
Properties -> C/C++ -> DPC++ -> Enable SYCL Offload (Yes)

0 commit comments

Comments
 (0)