LoopVectorization.jl Versions Save

Macro(s) for vectorizing loops.

v0.12.160

11 months ago

LoopVectorization v0.12.160

Diff since v0.12.159

Closed issues:

  • Julia 1.9 error: expected Static.StaticInt{1}, got a value of type Static.StaticInt{0} (#491)
  • Julia 1.9 error: @turbo for empty iterator (#492)
  • Trouble understanding @turbo and passing kwargs (#493)
  • vtrunc(::Float64) issue (#495)

Merged pull requests:

  • @turbo function(;kwag) work around (#494) (@alex-s-gardner)
  • Create vsum (#496) (@MilesCranmer)
  • ignore oftype (#497) (@chriselrod)
  • Type declarations in mulexpr (#500) (@chriselrod)

v0.12.159

1 year ago

LoopVectorization v0.12.159

Diff since v0.12.158

Closed issues:

  • Possible big TTFX regression (#490)

v0.12.158

1 year ago

LoopVectorization v0.12.158

Diff since v0.12.157

Closed issues:

  • Error with accumulation in for loop (#486)

Merged pull requests:

  • Migrate from SnoopPrecompile to PrecompileTools (#487) (@timholy)
  • Update throughput and latency cost calc for shuffling reductions (#488) (@chriselrod)

v0.12.157

1 year ago

LoopVectorization v0.12.157

Diff since v0.12.156

v0.12.156

1 year ago

LoopVectorization v0.12.156

Diff since v0.12.155

Closed issues:

  • Add a vectorized vany (#481)

Merged pull requests:

  • Fix several typos (#482) (@goggle)

v0.12.155

1 year ago

LoopVectorization v0.12.155

Diff since v0.12.154

v0.12.154

1 year ago

LoopVectorization v0.12.154

Diff since v0.12.153

Closed issues:

  • vcount broken for Vector{Bool} (#479)

v0.12.153

1 year ago

LoopVectorization v0.12.153

Diff since v0.12.152

Merged pull requests:

  • Stride penalty increase (#466) (@chriselrod)
  • Fix typo in README.md's "Benchmarks" section (#472) (@numbermaniac)
  • enable dependabot for GitHub actions (#474) (@ranocha)
  • Bump actions/cache from 1 to 3 (#475) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#476) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#477) (@dependabot[bot])
  • Allow for singleton specialization in precompile test (#478) (@timholy)

v0.12.152

1 year ago

LoopVectorization v0.12.152

Diff since v0.12.151

Merged pull requests:

  • vcount (#471) (@chriselrod)

v0.12.151

1 year ago

LoopVectorization v0.12.151

Diff since v0.12.150

Merged pull requests:

  • Updates for StaticArrayInterface (#469) (@chriselrod)