burn/crates/burn-candle
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 Bump next version of Burn to 0.17.0 (#2698) 2025-01-14 18:43:58 -05:00
LICENSE-APACHE Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
LICENSE-MIT Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
README.md [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00

README.md

Burn Candle Backend

This crate provides a backend for Burn based on the Candle framework.

It is still in alpha stage, not all operations are supported. It is usable for some use cases, like for inference.

It can be used with CPU or CUDA. On macOS computations can be accelerated by using the Accelerate framework.

Feature Flags

The following features are supported:

  • cuda - Cuda GPU device (NVIDIA only)
  • accelerate - Accelerate framework (macOS only)