Skip to content

Releases: ROCm/aotriton

AOTriton 0.6 Beta

06 Jun 02:52
04b5df8
Compare
Choose a tag to compare

What's Changed

  • Resolve cmake conflicts when adding aotriton into TE via add_subdirectory by @wangye805 in #23
  • [mGPU] Run hipModuleLoadDataEx for each GPU device. by @xinyazhang in #24
  • Adding mutex.h for TE pytorch extension compilation by @wangye805 in #26
  • Refactor the build system by @xinyazhang in #29

New Contributors

Full Changelog: 0.5b...0.6b

AOTriton 0.5 Beta

08 May 00:47
00ccbf3
Compare
Choose a tag to compare

What's Changed

  • Switch Tuning database to SQLite3 for Incremental Tuning
  • Add matrix bias to forward/backward kernel
  • Fix build failures due to missing
  • Add new triton kernel debug_fill_dropout_rng to for debugging dropout
  • Add FP32 support to fulfill the functionalities required by torch.nn.attention.SDPBackend.EFFICIENT_ATTENTION

Notes about binary delivery

Starting from 0.5 Beta, we are not delivering binary form of AOTriton along with software releases due to software supply chain security considerations, for now.

Full Changelog: 0.4.1b...0.5b

AOTriton 0.4.1 Beta

29 Mar 20:14
Compare
Choose a tag to compare

Summary

This is an emergency fix for the build process. It delivers the same (in terms of functional and performance) as of 0.4b version. AOTriton users who are not seeking for building the library from source can keep using 0.4b binary release packages.

Changes

  • Triton's setup.py downloads CUDA Packages during the build, but it does not always success. AOTriton does not need them for now, and hence they were commented out.

AOTriton 0.4 Beta

20 Mar 06:15
e537881
Compare
Choose a tag to compare

Summary

This is the first release which is considered sufficiently stable for production.

Features

AOTriton GA Preview for Legal Scan

19 Feb 20:21
2569660
Compare
Choose a tag to compare
Pre-release

This release is created for legal review before releasing to the public.

Compiled on ROCM 6.0, Ubuntu 20.04, Python 3.9