diff --git a/post/2025-01-13-opencl_0.10.md b/post/2025-01-13-opencl_0.10.md index 824fc9b..414e671 100644 --- a/post/2025-01-13-opencl_0.10.md +++ b/post/2025-01-13-opencl_0.10.md @@ -74,8 +74,9 @@ There is no free lunch, though, and **the native compiler functionality currentl your OpenCL driver supporting SPIR-V**. This is sadly not a common feature, e.g., neither NVIDIA or ADM's OpenCL drivers support it, only Intel's. But if you are stuck with a driver that does not support SPIR-V, there is still hope: SPIR-V can be compiled back to OpenCL C, -using [Google `clspv`](https://github.com/google/clspv). If you are interested, check out -[this issue](https://github.com/JuliaGPU/OpenCL.jl/issues/234) and feel free to reach out. +using the experimental [`spirv2clc`](https://github.com/kpet/spirv2clc). If you are +interested, check out [this issue](https://github.com/JuliaGPU/OpenCL.jl/issues/234) and +feel free to reach out. ## Breaking API changes