Commit f67fe79
committed
refactor: vendor import burn deps — pin upstream at rev, only override our additions
Revert the 23K-line copy of burn-backend/burn-std/burn-ir.
Instead: pin upstream burn at commit ed72d2b via git rev deps.
Our changes are ONLY in crates/burn/src/ (60 lines of additions):
ops/tensor.rs: try_vml_unary() + 4 SIMD wires (exp, log, sqrt, abs)
ops/activation.rs: fused sigmoid via hpc::activations::sigmoid_f32
Everything else is unmodified upstream burn-ndarray source.
Upstream deps stay upstream. We only own our additions.
30 burn tests pass. 1,269 workspace tests pass.
https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o71 parent 986ac6c commit f67fe79
68 files changed
Lines changed: 3327 additions & 23797 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 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | 112 | | |
116 | 113 | | |
117 | 114 | | |
| |||
This file was deleted.
0 commit comments