Commit 986ac6c
committed
wip: copy burn-backend + burn-std + burn-ir into ndarray (Cargo.toml rewrite pending)
Copied 3 upstream burn crates (~23K lines) to eliminate external deps.
burn/Cargo.toml now points to local path deps instead of git.
All 4 burn crates excluded from workspace (edition 2024).
PENDING: Rewrite Cargo.toml for burn-backend, burn-std, burn-ir to
resolve workspace = true refs. These crates depend on cubecl, cubecl-common,
cubecl-zspace which are GPU compute abstractions — need to determine
which are actually needed for CPU-only operation and which can be stubbed.
This is work-in-progress. The workspace (ndarray core) is unaffected:
1,269 tests pass. The burn crate compiles separately when pointed at
upstream git deps.
https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o71 parent c4f221c commit 986ac6c
67 files changed
Lines changed: 23798 additions & 7 deletions
File tree
- crates
- burn-backend
- src
- backend
- ops
- modules
- data
- element
- tensor
- ops
- quantization
- burn-ir
- src
- burn-std
- src
- tensor
- burn
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
0 commit comments