Skip to content

Releases: QuantumKitHub/TensorOperations.jl

v5.4.0

05 Jan 20:16
f646b83

Choose a tag to compare

TensorOperations v5.4.0

Diff since v5.3.1

This minor release contains a number of compat version updates, especially for cuTENSOR and CUDA.
Additionally, the automatic differentiation support has been improved to better support second order derivatives, along with a number of performance improvements.

Merged pull requests:

  • Bump dependency compat and try using TO on newer CUDA/cuTENSOR (#223) (@kshyatt)
  • Add warning to docs about mixing contraction order specification styles (#229) (@lkdvos)
  • Bump actions/checkout from 5 to 6 (#232) (@dependabot[bot])
  • Add support for higher-order derivatives (#233) (@yitan1)
  • CompatHelper: bump compat for DynamicPolynomials in [extras] to 0.6, (keep existing compat) (#234) (@github-actions[bot])
  • Avoid computing derivatives with respect to non-differentiable α, β (#236) (@lkdvos)
  • Some AD cleanup (#238) (@Jutho)

Closed issues:

  • document similar_from_indices? (#89)
  • ERROR: MethodError: no method matching Strided.UnsafeStridedView(::Hermitian{Float64,Array{Float64,2}}) (#102)
  • Calling ncon with a view throws MethodError (#119)
  • How can @tensor macro be used in variable length systems? (#125)
  • Add doesn't broadcast (#214)
  • Support for second-order differentiation (grad of grad) (#227)
  • Contraction order with parentheses + ncon style (#228)
  • Bug for CuArray matrix multiplication (#230)
  • Performance issue in Zygote AD for TensorOperations.@tensor on CUDA: costly CPU copies in rrule (#235)

v5.3.1

25 Sep 11:16
f37d338

Choose a tag to compare

TensorOperations v5.3.1

Diff since v5.3.0

Merged pull requests:

  • Bump actions/checkout from 4 to 5 (#221) (@dependabot[bot])
  • Update URLs and support buildkite GPU testing (#222) (@kshyatt)
  • Qualify constructor of CUDAAllocator in cuTENSOR extension (#224) (@giordano)
  • [Fix] include alpha when determining the scalartype of a linear combination (#225) (@lkdvos)

Closed issues:

v5.3.0

29 Jul 01:31
abbd9ba

Choose a tag to compare

TensorOperations v5.3.0

Diff since v5.2.1

This minor version release includes some small fixes, but most importantly changes the precompilation from being opt-out to opt-in. This is mostly because it can take a substantial amount of time, and some users have ran into issues where the precompilation hangs indefinitely, especially on certain cluster architectures.

Merged pull requests:

v5.2.1

28 Jul 12:07
71191a6

Choose a tag to compare

TensorOperations v5.2.1

Diff since v5.2.0

Merged pull requests:

  • [Fix] makeblascontractable should return blascontractable objects. (#210) (@lkdvos)
  • Clean up cuTENSOR plan memory (#212) (@lkdvos)

Closed issues:

  • Enable to perform this operation (#209)
  • Potential memory leak for cuTENSOR contractions with minimal example (#211)

v5.2.0

03 Apr 13:06
390aed8

Choose a tag to compare

TensorOperations v5.2.0

Diff since v5.1.4

v5.2.0 attempts to improve the overall user experience by including some precompilation for the main methods of this package. For now, this is limited to Array{Float64} or Array{ComplexF64} to not overburden the precompilation time, and we'll be monitoring the implications and adjust accordingly if necessary.

Merged pull requests:

Closed issues:

  • Incorrect result when using input tensor to store result of contraction involving sum (#192)

v5.1.4

27 Feb 16:29
68e0eda

Choose a tag to compare

TensorOperations v5.1.4

Diff since v5.1.3

Merged pull requests:

Closed issues:

  • Debugging bus errors triggered from TensorOperations CUDA calls (#201)

v5.1.3

15 Nov 13:03
d6a508b

Choose a tag to compare

TensorOperations v5.1.3

Diff since v5.1.2

Merged pull requests:

v5.1.2

30 Oct 00:38
dd55aa8

Choose a tag to compare

TensorOperations v5.1.2

Diff since v5.1.1

Fixes a missing allocator in tensorfree!which led to memory leaks in the ManualAllocatorstrategy

Merged pull requests:

  • fix missing allocator in tensorfree (#197) (@Jutho)

Closed issues:

  • Einsum Expression works in numpy but not TensorOperations (#195)

v5.1.1

27 Oct 20:57

Choose a tag to compare

TensorOperations v5.1.1

Diff since v5.1.0

  • fix excessive compilation times for large rank arrays

v5.1.0

18 Oct 22:01

Choose a tag to compare

TensorOperations v5.1.0

Diff since v5.0.2

  • remove small type instability in Strided implementations
  • fix broken extension behaviour after Julia 1.11.1 update

Merged pull requests: