You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-5Lines changed: 35 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -464,6 +464,8 @@ Building the program with BLAS support may lead to some performance improvements
464
464
You will need the [OpenCL SDK](https://github.com/KhronosGroup/OpenCL-SDK).
465
465
- For Ubuntu or Debian, the packages `opencl-headers`, `ocl-icd` may be needed.
466
466
467
+
- For Windows, a pre-built SDK is available on the [OpenCL Releases](https://github.com/KhronosGroup/OpenCL-SDK/releases) page.
468
+
467
469
- <details>
468
470
<summary>Installing the OpenCL SDK from source</summary>
469
471
@@ -481,10 +483,27 @@ Building the program with BLAS support may lead to some performance improvements
481
483
```
482
484
</details>
483
485
484
-
Installing CLBlast: it may be found in your operating system's packages.
486
+
##### Installing CLBlast
487
+
488
+
Pre-built CLBlast binaries may be found on the [CLBlast Releases](https://github.com/CNugteren/CLBlast/releases) page. For Unix variants, it may also be found in your operating system's packages.
489
+
490
+
Alternatively, they may be built from source.
485
491
486
492
-<details>
487
-
<summary>If not, then installing from source:</summary>
493
+
<summary>Windows:</summary>
494
+
495
+
```cmd
496
+
set OPENCL_SDK_ROOT="C:/OpenCL-SDK-v2023.04.17-Win-x64"
0 commit comments