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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,11 @@ Available platforms: 3
55
55
· Intel(R) Arc(TM) A770 Graphics (fp16, il)
56
56
```
57
57
58
+
> [!WARNING]
59
+
> OpenCL is only computing the list of platforms [once](https://github.com/KhronosGroup/OpenCL-ICD-Loader/blob/d547426c32f9af274ec1369acd1adcfd8fe0ee40/loader/linux/icd_linux.c#L234-L238).
60
+
> Therefore if `using pocl_jll` is executed after `OpenCL.versioninfo()` or other calls to the OpenCL API
61
+
> then it won't affect the list of platforms available and you will need to restart the Julia session
62
+
> and run `using pocl_jll` before `OpenCL` is used.
0 commit comments