Skip to content

Releases: JuliaGPU/oneAPI.jl

v2.6.0

16 Dec 15:04
8628729

Choose a tag to compare

oneAPI v2.6.0

Diff since v2.5.0

Merged pull requests:

Closed issues:

  • mapreduce failure with CartesianIndex values (#259)
  • Issues with floating-point atomics (#508)
  • Compatibility with SPIRVIntrinsics 0.5 (#540)

v2.5.0

31 Oct 21:11

Choose a tag to compare

oneAPI v2.5.0

Diff since v2.4.0

Merged pull requests:

Closed issues:

  • MKL test failures on PVC (#428)
  • oneMKL.jl tests failed on PVC using 2024.2 (#454)
  • Simple GEMM fails with oneAPI.jl (#504)

v2.4.0

14 Oct 13:56
8c987b0

Choose a tag to compare

oneAPI v2.4.0

Diff since v2.3.0

Merged pull requests:

Closed issues:

  • oneVector broken on Julia 1.12.0-rc1 (#524)

v2.3.0

23 Sep 20:25

Choose a tag to compare

oneAPI v2.3.0

Diff since v2.2.0

Merged pull requests:

Closed issues:

  • Add a function version in the C interface (#525)

v2.2.0

04 Sep 15:13

Choose a tag to compare

oneAPI v2.2.0

Diff since v2.1.1

v2.1.1

30 Aug 04:34

Choose a tag to compare

oneAPI v2.1.1

Diff since v2.1.0

Merged pull requests:

v2.1.0

21 Aug 20:41

Choose a tag to compare

oneAPI v2.1.0

Diff since v2.0.3

Merged pull requests:

  • Add JLD2 to test env (#507) (@christiangnrd)
  • CompatHelper: bump compat for GPUToolbox to 0.3, (keep existing compat) (#512) (@github-actions[bot])
  • Update software stack to NEO v25.27.34303 (#513) (@michel2323)
  • Upgrade oneAPI_Support_jll.jl (#516) (@amontoison)

Closed issues:

  • Failed to translate LLVM code to SPIR-V on PVC (#502)

v2.0.3

16 May 12:03
98f4618

Choose a tag to compare

oneAPI v2.0.3

Diff since v2.0.2

Merged pull requests:

  • CompatHelper: bump compat for GPUToolbox to 0.2, (keep existing compat) (#495) (@github-actions[bot])
  • [CI] Use oneAPI 2025.1.0 (#496) (@amontoison)
  • Upgrade oneAPI_Support_jll (#498) (@amontoison)
  • Remove unneedded line in oneArray constructor (#499) (@christiangnrd)
  • Sink intrinsic results to ensure they survive. (#500) (@maleadt)
  • Upgrade and switch to the non-unified SPIRV LLVM Translator. (#501) (@maleadt)

Closed issues:

  • Native device isn't exposed to SYCL error for linear algebra call using 2.0.2 (#494)

v2.0.2

26 Feb 13:47
5971392

Choose a tag to compare

oneAPI v2.0.2

Diff since v2.0.1

Merged pull requests:

Closed issues:

  • Importing on Mac gives an error that halts the session (#489)
  • Inconsistent results for repeated matmul (followed by segfault) (#492)

v2.0.1

17 Jan 08:15
8a63881

Choose a tag to compare

oneAPI v2.0.1

Diff since v2.0.0

Merged pull requests:

  • Elide bounds checks when kernels contains manual ones. (#486) (@maleadt)
  • Adapt to GPUArrays.jl changes. (#487) (@maleadt)