Skip to content

Releases: bytedance/byteir

ByteIR 1.8.4.0

31 May 07:06
6f26a46
Compare
Choose a tag to compare

What's Changed

  • More codegen fusion on mhlo, like slice-concat fusion and insert_slice fusion.
  • More graph optimization.
  • Enhance reduction codegen.
  • Refactor byteir.compile.
  • Add dynamo backend in torch_frontend.byteir_backend.
  • E2E on NCCL backend.

Full Changelog: v1.8.1.0...v1.8.4.0

ByteIR 1.8.1.0

07 Apr 05:10
fcc858f
Compare
Choose a tag to compare
  • Design ccl dialect to be lowered from torch communication ops.
  • Release Torch Frontend v1.1.1, which split torchscript and dynamo/fx support.
  • Support emitting stablehlo bytecode from frontends
  • Compiler support accepting stablehlo bytecode.

ByteIR 1.7.1.0

15 Dec 07:03
f99e390
Compare
Choose a tag to compare
  • Update Torch-Frontend to 1.0.3
  • Update ByteIR Compiler & Runtime to 1.7.1.0
  • Support Serialization on Byre Dialect
  • Init for NCCL Backend

ByteIR 1.4.0

26 Sep 07:03
4a22533
Compare
Choose a tag to compare
[Release] Official Release ByteIR 1.4.0 (#71)

* [Sync] internal a6ef5f00...22d6dee6
* [AIT] Disabled hw info log, added error handling
* [CAT] Adjusted layout support
* [compiler/doc] Added codegen doc
* [frontend/torch] Added demo code, added more fx pattern for llm, fixed einsum, updated to 23b72244b1e1eaa0511cece8535b32810c1d0d7a
* [GPU] Added reduction codegen for PTX
* [Mhlo] Fixed transpose movedown, Added canonicalizer for gather with iota
* [Release] released 1.4.0 package
* [Runtime] Supported non-splat value in FillOp, added dropout support for flashV2
* [Util] Fixed bugs