burn/burn-candle
Louis Fortier-Dubois ab67b6b036
slice assign in candle (#1095)
2024-01-08 16:41:34 -05:00
..
src slice assign in candle (#1095) 2024-01-08 16:41:34 -05:00
Cargo.toml slice assign in candle (#1095) 2024-01-08 16:41:34 -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)