File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -545,6 +545,10 @@ You have two options to use Visual Studio to build llama.cpp:
545
545
- As CMake Project using CMake presets.
546
546
- Creating a Visual Studio solution to handle the project.
547
547
548
+ ** Note** :
549
+
550
+ All following commands are executed in PowerShell.
551
+
548
552
1 . Open as a CMake Project
549
553
550
554
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:
600
604
5 . Apply the changes and save.
601
605
602
606
603
- ### Navigation Path:
607
+ * Navigation Path:*
604
608
605
609
```
606
610
Properties -> C/C++ -> DPC++ -> Enable SYCL Offload (Yes)
You can’t perform that action at this time.
0 commit comments