Skip to content

Releases: Jutho/TensorOperations.jl

v2.1.1

22 Dec 00:20
v2.1.1
Compare
Choose a tag to compare

v2.1.0

10 Dec 20:19
v2.1.0
Compare
Choose a tag to compare

v2.0.1

06 Dec 12:48
v2.0.1
Compare
Choose a tag to compare

v2.0.0

20 Nov 21:48
v2.0.0
c47f2c7
Compare
Choose a tag to compare

v2.0.0 (2019-11-20)

Diff since v1.3.1

Closed issues:

  • Multi-dimensional array contraction code not working (#73)

Merged pull requests:

  • cuarray support via cutensor (#76) (Jutho)
  • ncon docs (#75) (Jutho)
  • add ncon function and macro, add optional contraction order (#72) (Jutho)

v1.3.1

22 Oct 22:02
v1.3.1
Compare
Choose a tag to compare

v1.3.0

08 Oct 15:49
v1.3.0
be69b93
Compare
Choose a tag to compare

v1.3.0 (2019-10-08)

Diff since v1.2.0

Closed issues:

  • gpu support (#61)

Merged pull requests:

  • completely rewritten parser (#71) (Jutho)

v1.2.0

07 Aug 07:57
v1.2.0
Compare
Choose a tag to compare
  • switch to thread safe LRU cache for temporaries
  • use fixed size default for maximal memory of cache
  • refactor part of the index notation processing to make it easier to inspect and more robust and efficient for complicated tensor objects
  • introduce an overloadable memsize function to measure the size of the temporaries in the cache

v1.1.0

13 Jun 22:05
v1.1.0
Compare
Choose a tag to compare
  • Tensoropt support for large number of tensors, thanks @GiggleLiu
  • Switched to new registration system

v1.0.4

03 Mar 23:08
Compare
Choose a tag to compare

simplify deindexify

v1.0.3

01 Feb 08:10
Compare
Choose a tag to compare

Support for blocks inside @tensor, small changes in precompilation/compilation time ?