Skip to content

Feat/dynamic small pool #4550

Feat/dynamic small pool

Feat/dynamic small pool #4550

Triggered via pull request June 26, 2024 08:15
Status Cancelled
Total duration 18m 10s
Artifacts

test.yml

on: pull_request
check-typos
58s
check-typos
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors
[clippy] crates/burn-compute/src/memory_management/memory_pool/small.rs#L14: crates/burn-compute/src/memory_management/memory_pool/small.rs#L14
error: field `handle` is never read --> crates/burn-compute/src/memory_management/memory_pool/small.rs:16:9 | 14 | pub struct SmallChunk { | ---------- field in this struct 15 | pub storage: StorageHandle, 16 | pub handle: ChunkHandle, | ^^^^^^ | = note: `SmallChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
tests (ubuntu-22.04, stable, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1931/merge' exists
tests (ubuntu-22.04, stable, std)
The operation was canceled.