Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 11:13
· 2 commits to main since this release
255df9f

cuTile v1.0.0

Diff since v0.3.2

Breaking changes:

  • ct.cat((a, b), i) has been removed in favor of the Base spellings inside kernels: cat(a, b; dims=i), vcat/hcat, and array construction syntax [a; b] (#289).

Merged pull requests:

Closed issues:

  • High-level atomic operations (#50)
  • TileArray and the AbstractArray interface (#66)
  • Support for CUDA 13.3 (#188)
  • Deploy documentation to site instead of README (#260)
  • hvcat, hvncat, vect for tile construction (#271)