burn/crates/burn-core
Nathaniel Simard f3dfd05c6a
Refactor/cubecl fusion (#2815)
2025-02-17 17:38:59 -05:00
..
src Refactor/cubecl fusion (#2815) 2025-02-17 17:38:59 -05:00
tests Remove copy restriction for const generic modules (#2222) 2024-09-03 09:39:12 -04:00
Cargo.toml Refactor/cubecl fusion (#2815) 2025-02-17 17:38:59 -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 Core

This crate should be used with burn.

Current Crates.io Version license

Feature Flags

This crate can be used without the standard library (#![no_std]) with alloc by disabling the default std feature.

  • std - enables the standard library. Enabled by default.
  • experimental-named-tensor - enables experimental named tensor.