burn/crates/burn-ir
Genna Wingert 2c4c03941f
Add boolean and/or to bool tensors (#2802)
* Add boolean and/or to bool tensors and fix version mismatch for rand

* Add tests

* Fix tch

* Fix for cubecl update

* Add missing test attribute

* Update crates/burn-fusion/src/stream/context.rs
2025-02-14 09:53:35 -05:00
..
src Add boolean and/or to bool tensors (#2802) 2025-02-14 09:53:35 -05:00
Cargo.toml Refactor/burn ir (#2796) 2025-02-11 14:29:14 -05:00
README.md Refactor/burn ir (#2796) 2025-02-11 14:29:14 -05:00

README.md

Burn Intermediate Representation

Defines an Intermediate Representation (IR) used to represent tensors and operations.

The abstraction over computation allows execution across different targets (e.g., remote backend). It also enables optimization and transformation of tensor computations before execution (e.g., operator fusion).