Autodiff Memory Management: BFS #4052
Annotations
7 errors
[clippy] crates/burn-autodiff/src/runtime/memory_management.rs#L1:
crates/burn-autodiff/src/runtime/memory_management.rs#L1
error: unused import: `graph::Node`
--> crates/burn-autodiff/src/runtime/memory_management.rs:1:13
|
1 | use crate::{graph::Node, tensor::NodeRefCount, NodeID};
| ^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
tests (windows-2022, stable, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1710/merge' exists
|
tests (windows-2022, stable, std)
The operation was canceled.
|
tests (windows-2022, 1.75.0, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1710/merge' exists
|
tests (windows-2022, 1.75.0, std)
The operation was canceled.
|
tests (ubuntu-22.04, stable, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1710/merge' exists
|
tests (ubuntu-22.04, stable, std)
The operation was canceled.
|