Make backend names in JSON reports match burnbench CLI #3295
Annotations
15 errors and 1 warning
tests (ubuntu-22.04, stable, std):
crates/burn-wgpu/benches/reduction.rs#L96
[clippy] reported by reviewdog 🐶
error[E0061]: this function takes 2 arguments but 1 argument was supplied
--> crates/burn-wgpu/benches/reduction.rs:96:17
|
96 | run_benchmark($benchmark::new(
| _________________^^^^^^^^^^^^^-
97 | | shape.clone(),
98 | | dim,
99 | | num_repeats,
100 | | device.clone(),
101 | | ))
| |__________________- an argument of type `std::option::Option<std::string::String>` is missing
...
106 | run_reduce_benchmark!(SumDimSharedMemoryBenchmark);
| -------------------------------------------------- in this macro invocation
|
note: function defined here
--> /home/runner/work/burn/burn/crates/burn-common/src/benchmark.rs:216:8
|
216 | pub fn run_benchmark<BM>(benchmark: BM, backend_name: Option<String>) -> BenchmarkResult
| ^^^^^^^^^^^^^
= note: this error originates in the macro `run_reduce_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)
help: provide the argument
|
96 ~ run_benchmark($benchmark::new(
97 + shape.clone(),
98 + dim,
99 + num_repeats,
100 + device.clone(),
101 + ), /* std::option::Option<std::string::String> */)
|
Raw Output:
crates/burn-wgpu/benches/reduction.rs:96:30:e:error[E0061]: this function takes 2 arguments but 1 argument was supplied
--> crates/burn-wgpu/benches/reduction.rs:96:17
|
96 | run_benchmark($benchmark::new(
| _________________^^^^^^^^^^^^^-
97 | | shape.clone(),
98 | | dim,
99 | | num_repeats,
100 | | device.clone(),
101 | | ))
| |__________________- an argument of type `std::option::Option<std::string::String>` is missing
...
106 | run_reduce_benchmark!(SumDimSharedMemoryBenchmark);
| -------------------------------------------------- in this macro invocation
|
note: function defined here
--> /home/runner/work/burn/burn/crates/burn-common/src/benchmark.rs:216:8
|
216 | pub fn run_benchmark<BM>(benchmark: BM, backend_name: Option<String>) -> BenchmarkResult
| ^^^^^^^^^^^^^
= note: this error originates in the macro `run_reduce_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)
help: provide the argument
|
96 ~ run_benchmark($benchmark::new(
97 + shape.clone(),
98 + dim,
99 + num_repeats,
100 + device.clone(),
101 + ), /* std::option::Option<std::string::String> */)
|
__END__
|
tests (ubuntu-22.04, stable, std):
crates/burn-wgpu/benches/reduction.rs#L96
[clippy] reported by reviewdog 🐶
error[E0061]: this function takes 2 arguments but 1 argument was supplied
--> crates/burn-wgpu/benches/reduction.rs:96:17
|
96 | run_benchmark($benchmark::new(
| _________________^^^^^^^^^^^^^-
97 | | shape.clone(),
98 | | dim,
99 | | num_repeats,
100 | | device.clone(),
101 | | ))
| |__________________- an argument of type `std::option::Option<std::string::String>` is missing
...
107 | run_reduce_benchmark!(SumDimBenchmark);
| -------------------------------------- in this macro invocation
|
note: function defined here
--> /home/runner/work/burn/burn/crates/burn-common/src/benchmark.rs:216:8
|
216 | pub fn run_benchmark<BM>(benchmark: BM, backend_name: Option<String>) -> BenchmarkResult
| ^^^^^^^^^^^^^
= note: this error originates in the macro `run_reduce_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)
help: provide the argument
|
96 ~ run_benchmark($benchmark::new(
97 + shape.clone(),
98 + dim,
99 + num_repeats,
100 + device.clone(),
101 + ), /* std::option::Option<std::string::String> */)
|
Raw Output:
crates/burn-wgpu/benches/reduction.rs:96:30:e:error[E0061]: this function takes 2 arguments but 1 argument was supplied
--> crates/burn-wgpu/benches/reduction.rs:96:17
|
96 | run_benchmark($benchmark::new(
| _________________^^^^^^^^^^^^^-
97 | | shape.clone(),
98 | | dim,
99 | | num_repeats,
100 | | device.clone(),
101 | | ))
| |__________________- an argument of type `std::option::Option<std::string::String>` is missing
...
107 | run_reduce_benchmark!(SumDimBenchmark);
| -------------------------------------- in this macro invocation
|
note: function defined here
--> /home/runner/work/burn/burn/crates/burn-common/src/benchmark.rs:216:8
|
216 | pub fn run_benchmark<BM>(benchmark: BM, backend_name: Option<String>) -> BenchmarkResult
| ^^^^^^^^^^^^^
= note: this error originates in the macro `run_reduce_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)
help: provide the argument
|
96 ~ run_benchmark($benchmark::new(
97 + shape.clone(),
98 + dim,
99 + num_repeats,
100 + device.clone(),
101 + ), /* std::option::Option<std::string::String> */)
|
__END__
|
tests (ubuntu-22.04, stable, std)
reviewdog exited with status code: 1
|
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, stable, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
|
tests (windows-2022, stable, std)
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 (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 (macos-13, 1.75.0, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
|
tests (macos-13, 1.75.0, std)
The operation was canceled.
|
tests (macos-13, stable, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
|
tests (macos-13, stable, std)
The operation was canceled.
|
tests (ubuntu-22.04, stable, std)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|