Skip to main content

Crate burn_candle

Crate burn_candle 

Source
👎Deprecated since 0.21.0:

burn-candle is deprecated and will be removed in a future release. Use burn-cubecl (CUDA/ROCm/Vulkan/Metal/WebGPU), burn-flex, or burn-tch instead.

Expand description

Burn Candle Backend

Deprecated: This backend is deprecated and will be removed in a future release. Please migrate to one of the actively maintained backends:

  • CubeCL backends (CUDA, ROCm, Vulkan, Metal, WebGPU) for GPU acceleration
  • Flex (burn-flex) for portable pure-Rust CPU execution (std, no_std, WASM)
  • LibTorch (burn-tch) for a mature CPU/GPU backend

Structs§

CandleDeprecated
Tensor backend that uses the candle crate for executing tensor operations.
CandleTensorDeprecated
A tensor that uses the candle backend.
CudaDeviceDeprecated
A Cuda device for the candle backend.
MetalDeviceDeprecated
A Metal device for the candle backend.

Enums§

CandleDeviceDeprecated
The device type for the candle backend. The device struct when using the candle backend.

Traits§

CandleElementDeprecated
Candle element
FloatCandleElementDeprecated
Candle float element
IntCandleElementDeprecated
Candle int element