Skip to content

Sparse tensors

Sparse tensors #4828

Triggered via pull request July 11, 2024 11:18
Status Failure
Total duration 4m 3s
Artifacts

test.yml

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

Annotations

28 errors and 1 warning
tests (ubuntu-22.04, stable, std): crates/burn-sparse/src/decorator/sparse_csr.rs#L75
[clippy] reported by reviewdog 🐶 error: unused variable: `tensor` --> crates/burn-sparse/src/decorator/sparse_csr.rs:75:9 | 75 | tensor: SparseTensor<Self, D>, | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tensor` | = note: `-D unused-variables` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_variables)]` Raw Output: crates/burn-sparse/src/decorator/sparse_csr.rs:75:9:e:error: unused variable: `tensor` --> crates/burn-sparse/src/decorator/sparse_csr.rs:75:9 | 75 | tensor: SparseTensor<Self, D>, | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tensor` | = note: `-D unused-variables` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_variables)]` __END__
tests (ubuntu-22.04, stable, std): crates/burn-sparse/src/decorator/sparse_csr.rs#L75
[clippy] reported by reviewdog 🐶 error: unused variable: `tensor` --> crates/burn-sparse/src/decorator/sparse_csr.rs:75:9 | 75 | tensor: SparseTensor<Self, D>, | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tensor` | = note: `-D unused-variables` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_variables)]` Raw Output: crates/burn-sparse/src/decorator/sparse_csr.rs:75:9:e:error: unused variable: `tensor` --> crates/burn-sparse/src/decorator/sparse_csr.rs:75:9 | 75 | tensor: SparseTensor<Self, D>, | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tensor` | = note: `-D unused-variables` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_variables)]` __END__
tests (ubuntu-22.04, stable, std): crates/burn-sparse/src/decorator/sparse_coo.rs#L71
[clippy] reported by reviewdog 🐶 error: unused variable: `num_nonzero` --> crates/burn-sparse/src/decorator/sparse_coo.rs:71:13 | 71 | let num_nonzero = coordinates.shape().dims[1]; | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_nonzero` Raw Output: crates/burn-sparse/src/decorator/sparse_coo.rs:71:13:e:error: unused variable: `num_nonzero` --> crates/burn-sparse/src/decorator/sparse_coo.rs:71:13 | 71 | let num_nonzero = coordinates.shape().dims[1]; | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_nonzero` __END__
tests (ubuntu-22.04, stable, std): crates/burn-sparse/src/decorator/sparse_coo.rs#L167
[clippy] reported by reviewdog 🐶 error: unused variable: `lhs` --> crates/burn-sparse/src/decorator/sparse_coo.rs:167:9 | 167 | lhs: Self::SparseTensorPrimitive<D>, | ^^^ help: if this is intentional, prefix it with an underscore: `_lhs` Raw Output: crates/burn-sparse/src/decorator/sparse_coo.rs:167:9:e:error: unused variable: `lhs` --> crates/burn-sparse/src/decorator/sparse_coo.rs:167:9 | 167 | lhs: Self::SparseTensorPrimitive<D>, | ^^^ help: if this is intentional, prefix it with an underscore: `_lhs` __END__
tests (ubuntu-22.04, stable, std): crates/burn-sparse/src/decorator/sparse_coo.rs#L168
[clippy] reported by reviewdog 🐶 error: unused variable: `rhs` --> crates/burn-sparse/src/decorator/sparse_coo.rs:168:9 | 168 | rhs: Self::FloatTensorPrimitive<D>, | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` Raw Output: crates/burn-sparse/src/decorator/sparse_coo.rs:168:9:e:error: unused variable: `rhs` --> crates/burn-sparse/src/decorator/sparse_coo.rs:168:9 | 168 | rhs: Self::FloatTensorPrimitive<D>, | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` __END__
tests (ubuntu-22.04, stable, std): crates/burn-sparse/src/decorator/sparse_coo.rs#L276
[clippy] reported by reviewdog 🐶 error: unused variable: `tensor` --> crates/burn-sparse/src/decorator/sparse_coo.rs:276:9 | 276 | tensor: SparseTensor<Self, D1>, | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tensor` Raw Output: crates/burn-sparse/src/decorator/sparse_coo.rs:276:9:e:error: unused variable: `tensor` --> crates/burn-sparse/src/decorator/sparse_coo.rs:276:9 | 276 | tensor: SparseTensor<Self, D1>, | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tensor` __END__
tests (ubuntu-22.04, stable, std): crates/burn-sparse/src/decorator/sparse_coo.rs#L277
[clippy] reported by reviewdog 🐶 error: unused variable: `shape` --> crates/burn-sparse/src/decorator/sparse_coo.rs:277:9 | 277 | shape: Shape<D2>, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` Raw Output: crates/burn-sparse/src/decorator/sparse_coo.rs:277:9:e:error: unused variable: `shape` --> crates/burn-sparse/src/decorator/sparse_coo.rs:277:9 | 277 | shape: Shape<D2>, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` __END__
tests (ubuntu-22.04, stable, std): crates/burn-sparse/src/decorator/sparse_coo.rs#L282
[clippy] reported by reviewdog 🐶 error: unused variable: `tensor` --> crates/burn-sparse/src/decorator/sparse_coo.rs:282:41 | 282 | fn sparse_transpose<const D: usize>(tensor: SparseTensor<Self, D>) -> SparseTensor<Self, D> { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tensor` Raw Output: crates/burn-sparse/src/decorator/sparse_coo.rs:282:41:e:error: unused variable: `tensor` --> crates/burn-sparse/src/decorator/sparse_coo.rs:282:41 | 282 | fn sparse_transpose<const D: usize>(tensor: SparseTensor<Self, D>) -> SparseTensor<Self, D> { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tensor` __END__
tests (ubuntu-22.04, stable, std): crates/burn-sparse/src/decorator/sparse_coo.rs#L287
[clippy] reported by reviewdog 🐶 error: unused variable: `tensor` --> crates/burn-sparse/src/decorator/sparse_coo.rs:287:9 | 287 | tensor: SparseTensor<Self, D>, | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tensor` Raw Output: crates/burn-sparse/src/decorator/sparse_coo.rs:287:9:e:error: unused variable: `tensor` --> crates/burn-sparse/src/decorator/sparse_coo.rs:287:9 | 287 | tensor: SparseTensor<Self, D>, | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tensor` __END__
tests (ubuntu-22.04, stable, std)
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
tests (ubuntu-22.04, stable, no-std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
tests (ubuntu-22.04, stable, no-std)
The operation was canceled.
tests (windows-2022, stable, examples)
The job was canceled because "ubuntu-22_04_stable_std" failed.
tests (windows-2022, stable, examples)
The operation was canceled.
tests (windows-2022, 1.75.0, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
tests (windows-2022, 1.75.0, std)
The operation was canceled.
tests (windows-2022, stable, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
tests (windows-2022, stable, std)
The operation was canceled.
tests (ubuntu-22.04, 1.75.0, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
tests (ubuntu-22.04, 1.75.0, std)
The operation was canceled.
tests (ubuntu-22.04, 1.75.0, no-std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
tests (ubuntu-22.04, 1.75.0, no-std)
The operation was canceled.
tests (ubuntu-22.04, stable, examples)
The job was canceled because "ubuntu-22_04_stable_std" failed.
tests (ubuntu-22.04, stable, examples)
The operation was canceled.
tests (blaze/macos-14, 1.75.0, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
tests (blaze/macos-14, 1.75.0, std)
The operation was canceled.
tests (blaze/macos-14, stable, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
tests (blaze/macos-14, stable, std)
The operation was canceled.
tests (ubuntu-22.04, stable, std)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/