Skip to content

Migrate/jit/matmul tiling 2d #3569

Migrate/jit/matmul tiling 2d

Migrate/jit/matmul tiling 2d #3569

Triggered via pull request March 21, 2024 12:51
Status Cancelled
Total duration 9m 54s
Artifacts

test.yml

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

Annotations

7 errors
[clippy] crates/burn-jit/src/kernel/matmul/base.rs#L101: crates/burn-jit/src/kernel/matmul/base.rs#L101
error: this `impl` can be derived --> crates/burn-jit/src/kernel/matmul/base.rs:101:1 | 101 | / impl Default for MatmulStrategy { 102 | | fn default() -> Self { 103 | | MatmulStrategy::Autotune 104 | | } 105 | | } | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls = note: `-D clippy::derivable-impls` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::derivable_impls)]` = help: remove the manual implementation... help: ...and instead derive it... | 83 + #[derive(Default)] 84 | pub enum MatmulStrategy { | help: ...and mark the default variant | 97 ~ #[default] 98 ~ Autotune, |
tests (ubuntu-22.04, stable, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1472/merge' exists
tests (ubuntu-22.04, stable, std)
The operation was canceled.
tests (macos-13, stable, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1472/merge' exists
tests (macos-13, stable, std)
The operation was canceled.
tests (macos-13, 1.75.0, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1472/merge' exists
tests (macos-13, 1.75.0, std)
The operation was canceled.