Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 20:51
· 74 commits to main since this release

Reactant v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Format code of branch "main" (#101) (@github-actions[bot])
  • Compile NNlib.maxpool and NNlib.meanpool (#102) (@Pangoraw)
  • feat: handle cat/hcat/vcat (#103) (@avik-pal)
  • feat: implementing view/getindex/setindex (#104) (@avik-pal)
  • perf: test compile times for neural networks -- VGG16 (#105) (@avik-pal)
  • fix: local JLL build script (#108) (@avik-pal)
  • NNlib: forward feature group counts to convolution (#109) (@Pangoraw)
  • tests: more comprehensive NN testing (#110) (@avik-pal)
  • ci(github-actions): update the formatter action (#111) (@avik-pal)
  • Format code of branch "main" (#112) (@github-actions[bot])
  • Format code of branch "main" (#113) (@github-actions[bot])
  • feat: allow building for CPU target on CUDA-enabled machines (#114) (@avik-pal)
  • NNlib: handle kernel flip with reverse instead of window_reversal (#115) (@Pangoraw)
  • Format code of branch "main" (#116) (@github-actions[bot])
  • Configure CompatHelper workflow (#118) (@mofeing)
  • chore: testing Enzyme 0.13 (#119) (@avik-pal)
  • Fix non-used argument (#123) (@wsmoses)
  • Fix typo in mlirIsNull call (#124) (@mofeing)
  • Format code of branch "main" (#125) (@github-actions[bot])
  • Refactor compile and test buffer donation (#126) (@mofeing)
  • Replace IdDict for OrderedIdDict (#128) (@mofeing)
  • CompatHelper: add new compat entry for OrderedCollections at version 1, (keep existing compat) (#129) (@github-actions[bot])

Closed issues:

  • Set up GPU CI (#41)
  • Print "donated" attribute on @code_hlo (#97)
  • Grouped Convolution generates incorrect code (#106)
  • Compiling leads to KeyError (#107)
  • Update to Enzyme v0.13 (#117)
  • gelu needs to be fixed (#121)
  • Max Pooling doesn't give correct answers for certain padding (#122)