Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 06:37
· 166 commits to main since this release

Reactant v0.2.0

Diff since v0.1.9

Merged pull requests:

  • Move shape information of RArray to field (#58) (@mofeing)
  • Refactor traced_type to allow customization for external types (#59) (@mofeing)
  • Despecialize some methods to lower excessive codegen (#61) (@mofeing)
  • Add benchmarking infrastructure (#65) (@mofeing)
  • Tpu (#66) (@wsmoses)
  • Refactor compilation (#68) (@mofeing)
  • Format code of branch "main" (#69) (@github-actions[bot])
  • Format code of branch "main" (#70) (@github-actions[bot])
  • ci(buildkite): fix scripts (#71) (@avik-pal)
  • Fix permutedims on TracedRArray (#72) (@mofeing)
  • Fix broadcasting on ConcreteRArray (#73) (@mofeing)
  • Small fixes on abstract interpreter (#74) (@mofeing)
  • Try hermetic cuda (#75) (@wsmoses)
  • Implement create_result method for AbstractDict (#76) (@mofeing)
  • Implement only for TracedRArray (#77) (@mofeing)
  • Reuse code cache in abstract interpretation to minimize compile time (#78) (@mofeing)
  • TPU index setup (#81) (@wsmoses)
  • Format code of branch "main" (#82) (@github-actions[bot])
  • Export LoadPjrtPlugin, InitializePjrtPlugin, GetCApiClient functions (#84) (@mofeing)
  • Compile NNlib convolution (#87) (@Pangoraw)
  • Format code of branch "main" (#89) (@github-actions[bot])
  • Cleanup api (#90) (@wsmoses)
  • Imrpove FFI (#91) (@wsmoses)
  • Format code of branch "main" (#92) (@github-actions[bot])
  • Fix libtpu auto download (#93) (@wsmoses)
  • CUDA build local (#94) (@wsmoses)
  • Format code of branch "main" (#95) (@github-actions[bot])
  • Add back support for buffer donation (#96) (@mofeing)

Closed issues:

  • [Eager Mode] Broadcasting ConcreteRArray (#18)
  • Roadmap to v0.2 (#19)
  • Fix precompilation in macOS (#33)
  • stablehlo.compare derivative isn't implemented (#57)
  • Avoid mlir context on copy (#83)