Skip to content

Releases: mcabbott/Tullio.jl

v0.2.3

24 Aug 00:47
Compare
Choose a tag to compare

Tullio v0.2.3

Diff since v0.2.2

Closed issues:

  • @tullio seems slower than equivalent for loop? (#22)
  • The initialization for user defined reduction function is always zero(T) (#24)
  • Force avx to "avx = false" when use LHS scattering, unless the index is checked to be unique. (#27)

Merged pull requests:

  • Better choice of tile sizes? (#23) (@mcabbott)
  • Allow init=0.0, and updating with any reduction (#25) (@mcabbott)
  • Simplify the generated code in ex_nored, and use first() to collect scalar output instead of sum() (#28) (@N3N5)

v0.2.2

18 Aug 00:44
Compare
Choose a tag to compare

Tullio v0.2.2

Diff since v0.2.1

v0.2.1

16 Aug 00:46
Compare
Choose a tag to compare

Tullio v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

14 Jul 00:37
Compare
Choose a tag to compare

Tullio v0.2.0

Diff since v0.1.3

Merged pull requests:

v0.1.3

07 Jul 00:36
541c5b5
Compare
Choose a tag to compare

Tullio v0.1.3

Diff since v0.1.2

Merged pull requests:

  • Allow threader to inline by making keyword args positional (#15) (@chriselrod)

v0.1.2

03 Jul 00:35
Compare
Choose a tag to compare

Tullio v0.1.2

Diff since v0.1.1

Closed issues:

  • Gradient with Zygote and Identity (#13)

v0.1.1

18 Jun 00:27
Compare
Choose a tag to compare

Tullio v0.1.1

Closed issues:

  • Different results: for loop vs Tullio (#7)
  • Register (#8)
  • Segmentation fault for consecutive Tullio statements (#10)

Merged pull requests: