burn/burn-candle
Joshua Ferguson 1d84eb775e
`NaN` and `Inf` detection in `assert_approx_eq` (#1209)
2024-02-02 14:53:34 -05:00
..
src `NaN` and `Inf` detection in `assert_approx_eq` (#1209) 2024-02-02 14:53:34 -05:00
Cargo.toml Create doc feature in all burn crates and use them for docs.rs build (#1212) 2024-02-01 12:47:46 -05:00
README.md Chore/release (#1031) 2023-12-01 14:33:28 -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)