Skip to content

Tags: bytedance/byteir

Tags

v1.9.1.0

Toggle v1.9.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[compiler] support emit byre.alias in remove-copy (#425)

as title

Co-authored-by: Chenhui Huang <[email protected]>

v1.8.4.0

Toggle v1.8.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[torch-frontend] update torch-mlir (#300)

as title

v1.8.1.0

Toggle v1.8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[compiler] fix UAF on getBytecodeProducerString() (#183)

* fix UAF: `BytecodeWriterConfig` accepts a `StringRef`.
* export torch_frontend.DebugType

v1.7.1.0

Toggle v1.7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Sync] Support CUDA multi-stream work queue and other updates (#86)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Release] Official Release ByteIR 1.4.0 (#71)

* [Sync] internal a6ef5f0...22d6dee
* [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