Skip to content

Commit

Permalink
Add missing release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Sep 10, 2024
1 parent a43ab12 commit b25280c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Breaking changes:
(e.g., `cl.info(dev, :name)` and `dev[:name]` are now simply `dev.name`).
- The blocking `cl.launch` has been replaced by a nonblocking `cl.call`, while also removing
the `getindex`-overloading shorthand.
- Argument conversion has been removed; the user should make sure Julia arguments passed to
kernels match the OpenCL argument types (i.e., no empty types, 4-element tuples for
a 3-element `float3` arguments).


New features:
Expand Down

0 comments on commit b25280c

Please sign in to comment.