Skip to content

Releases: spaceandtimelabs/blitzar

v1.97.1

15 Jan 19:18
6e5d5a8
Compare
Choose a tag to compare

1.97.1 (2025-01-15)

Bug Fixes

  • fix scalar transpose for lengths that aren't powers of 2 (PROOF-925) (#217) (6e5d5a8)

v1.97.0

10 Jan 18:36
736d4b4
Compare
Choose a tag to compare

1.97.0 (2025-01-10)

Features

  • use chunked reduction combination algorithm for varying size multiexponentiations (PROOF-923) (#213) (736d4b4)

v1.96.0

09 Jan 18:41
9157dff
Compare
Choose a tag to compare

1.96.0 (2025-01-09)

Features

  • change fixed length multiexponentiation to used chunked combination reductions (PROOF-923) (#212) (9157dff)

v1.95.0

08 Jan 18:01
69940af
Compare
Choose a tag to compare

1.95.0 (2025-01-08)

Features

  • support fixed size reductions (PROOF-923) (#211) (69940af)

v1.94.0

06 Jan 20:07
1e54f6b
Compare
Choose a tag to compare

1.94.0 (2025-01-06)

Features

  • chunk combination-reduction step of variable length multi-exponentiations(PROOF-923) (#208) (1e54f6b)

v1.93.0

06 Jan 19:48
3bc8138
Compare
Choose a tag to compare

1.93.0 (2025-01-06)

Features

  • add functions to query device memory (PROOF-923) (#210) (3bc8138)
  • log errors from cudaGetDeviceCount (PROOF-924) (#209) (af4bf60)

v1.92.0

13 Dec 18:23
ff56d21
Compare
Choose a tag to compare

1.92.0 (2024-12-13)

Features

  • chunk combination of multiexponentiation partials (PROOF-923) (#207) (ff56d21)

v1.91.1

13 Dec 18:01
6f83d9e
Compare
Choose a tag to compare

1.91.1 (2024-12-13)

Bug Fixes

  • don't split inner products that are already on device memory (PROOF-923) (#206) (6f83d9e)

v1.91.0

10 Dec 21:46
07f0e71
Compare
Choose a tag to compare

1.91.0 (2024-12-10)

Features

  • add strided host-to-device copy (PROOF-923) (#204) (07f0e71)

v1.90.0

09 Dec 22:22
38b002d
Compare
Choose a tag to compare

1.90.0 (2024-12-09)

Features