Gaius.jl Versions Save

Divide and Conquer Linear Algebra

v0.6.8

1 year ago

Gaius v0.6.8

Diff since v0.6.7

Closed issues:

  • Analyzing matrix-matrix multiplication performance degradation in "more balanced" branch (#85)

Merged pull requests:

  • Two-phase recursion and even more balanced DAG (#88) (@tkf)
  • Refactoring: Move block_size to Threading type (#89) (@tkf)
  • Updates for !(StaticInt<:Integer) (#92) (@chriselrod)
  • bump version (#93) (@MasonProtter)

v0.6.7

2 years ago

Gaius v0.6.7

Diff since v0.6.6

Merged pull requests:

  • More balanced task DAG (#83) (@tkf)
  • [CI] Automatically cancel old PR builds when new commits are pushed to the PR (#84) (@DilumAluthge)
  • Bump to 0.6.7 (#87) (@tkf)

v0.6.6

2 years ago

Gaius v0.6.6

Diff since v0.6.5

Merged pull requests:

  • bump compat bounds (#82) (@MasonProtter)

v0.6.5

3 years ago

Gaius v0.6.5

Diff since v0.6.4

Merged pull requests:

  • Bump VectorizationBase compat. (#81) (@chriselrod)

v0.6.4

3 years ago

Gaius v0.6.4

Diff since v0.6.3

Merged pull requests:

  • Update for VectorizationBase 0.18 (#78) (@chriselrod)
  • Remove PtrMatrix, add LV 0.12 support (#80) (@chriselrod)

v0.6.3

3 years ago

Gaius v0.6.3

Diff since v0.6.2

Merged pull requests:

  • Update for VectorizationBase 0.16/LoopVec 0.10 (#77) (@chriselrod)

v0.6.2

3 years ago

Gaius v0.6.2

Diff since v0.6.1

Merged pull requests:

  • README: Mention the strengths of Octavian and Tullio respectively (#75) (@DilumAluthge)

v0.6.1

3 years ago

Gaius v0.6.1

Diff since v0.6.0

Merged pull requests:

  • Increase code coverage, and make small tweaks to the test suite (#76) (@DilumAluthge)

v0.6.0

3 years ago

Gaius v0.6.0

Diff since v0.5.0

Merged pull requests:

  • Print a warning if Threads.nthreads() < VectorizationBase.NUM_CORES (#74) (@DilumAluthge)

v0.5.0

3 years ago

Gaius v0.5.0

Diff since v0.4.4

Merged pull requests:

  • [breaking] Rename mul_single_threaded! to mul_serial! and mul_single_threaded to mul_serial (#73) (@DilumAluthge)