Skip to content

Releases: QuantumKitHub/Strided.jl

v2.5.0

23 Apr 13:08
2a2b380

Choose a tag to compare

Strided v2.5.0

Diff since v2.4.0

We are pleased to announce the release of Strided v2.5.0, which introduces experimental support for GPUArray parent arrays via KernelAbstractions.jl.

This feature enables strided operations on GPU-backed arrays, expanding the range of supported execution backends. As this support is still in an early stage, additional performance improvements and stability refinements are expected in upcoming releases.

Feedback is important at this stage—please report any issues, unexpected behavior, or performance observations to help guide further development.

Merged pull requests:

  • GPU support through KernelAbstractions (#51) (@lkdvos)
  • Bump julia-actions/setup-julia from 2 to 3 (#58) (@dependabot[bot])

Closed issues:

  • GPU and AD compatibility (#7)

v2.4.0

16 Apr 13:08
dadcff8

Choose a tag to compare

Strided v2.4.0

Diff since v2.3.6

Breaking changes

  • Switch from CUDA.jl to CUDACore.jl for reduction in load and precompilation times

Other changes

  • Fixes for TagBot
  • Switch to Dependabot from CompatHelper

Merged pull requests:

v2.3.6

13 Apr 16:42
39d5dab

Choose a tag to compare

Strided v2.3.6

Diff since v2.3.4

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v2.3.5

13 Apr 16:42
7612f6d

Choose a tag to compare

Strided v2.3.5

Diff since v2.3.4

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v2.3.4

12 Mar 15:15
b111e63

Choose a tag to compare

Strided v2.3.4

Diff since v2.3.2

Merged pull requests:

v2.3.3

12 Mar 15:15
c4025a3

Choose a tag to compare

Strided v2.3.3

Diff since v2.3.2

Merged pull requests:

v2.3.2

10 Jul 09:09
24fcf11

Choose a tag to compare

Strided v2.3.2

Diff since v2.3.1

Merged pull requests:

v2.3.1

09 Jul 00:02
8e3ccc4

Choose a tag to compare

Strided v2.3.1

Diff since v2.3.0

Merged pull requests:

v2.3.0

28 Mar 21:42

Choose a tag to compare

Strided v2.3.0

Diff since v2.2.0

Merged pull requests:

Closed issues:

  • Correct way to parallelize this code? (#9)
  • Conections with TransmuteDims.jl, TensorCast.jl and CUDA.jl v5. (#25)

v2.2.0

26 Oct 12:09
dee352a

Choose a tag to compare

Strided v2.2.0

Diff since v2.1.1

Merged pull requests:

Closed issues:

  • Re-export StridedViews.isstrided (#30)