Skip to content

Commit

Permalink
Fix typo in OpenCL blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Jan 15, 2025
1 parent c12227e commit 6739745
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions post/2025-01-13-opencl_0.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6739745

Please sign in to comment.