Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 10:49
· 48 commits to master since this release
0b3955a

oneAPI v2.0.0

Diff since v1.6.1

oneAPI.jl 2.0 is a relatively minor release, which the most important change being behind the scenes: GPUArrays.jl v11 has switched to KernelAbstractions.jl (#475).

There is one breaking change: all intrinsics (get_local_id, get_global_idx, etc) are fully 1-based now. They used to return 1-based values, while taking a 0-based dimension index. With the move to SPIRVIntrinsics.jl (#477) providing these intrinsics, the optional dimension index is also 1-based now.
Note that this is unlikely to, or rather should not affect many users, because in most cases the dimension index can be omitted in order to default to the first dimension.

Features

Bug fixes

Merged pull requests:

Closed issues:

  • oneMKL: Remove libOpenCL.so workaround (#425)
  • Update to 2024.2.1 (#465)