Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@oulgen oulgen released this 06 Aug 20:37
· 27 commits to main since this release
f105b05

What's Changed

  • Ref-eager and normal modes can share cache by @oulgen in #421
  • Helion examples by @sekyondaMeta in #401
  • Add extensive setter/getter unit tests for indexed tensor; fix bugs discovered by new tests by @yf225 in #422
  • Always set triton allocator by @jansel in #416
  • Add stacked tensor by @joydddd in #346
  • Change references to pytorch-labs to pytorch by @oulgen in #430
  • [BC breaking] Add StackTensor support to hl.signal & hl.wait (as_ptrs) by @joydddd in #261
  • Fix: test/test_signal_pad by @joydddd in #432
  • Fix test/test_stack_tensor.py by @oulgen in #431
  • Skip associative_scan tests in ref eager mode by @yf225 in #433
  • Fix scalar value assignment to tensor slices by @yf225 in #424
  • Fix scalar tensor broadcasting in type propagation by @yf225 in #425
  • Fix strided slice support for static slices (e.g., buf[::2]) by @yf225 in #426
  • Better fix for triton allocator error by @jansel in #427
  • Make bullet points clickable by @sekyondaMeta in #428

New Contributors

Full Changelog: v0.0.12...v0.1.0