fix: optimize compute_inner_product with parallel computation #198
Annotations
4 errors and 15 warnings
cargo build:
halo2_proofs/src/arithmetic.rs#L126
failed to resolve: use of undeclared crate or module `rayon`
|
cargo build:
halo2_proofs/src/arithmetic.rs#L127
no method named `par_iter` found for reference `&[F]` in the current scope
|
cargo build:
halo2_proofs/src/arithmetic.rs#L127
no method named `par_iter` found for reference `&[F]` in the current scope
|
cargo build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo build
the `wasm32-wasi` target is being renamed to `wasm32-wasip1` and the `wasm32-wasi` target will be removed from nightly in October 2024 and removed from stable Rust in January 2025
|
cargo build
`cfg-if` (lib) generated 1 warning
|
cargo build
`wasi` (lib) generated 1 warning (1 duplicate)
|
cargo build
`typenum` (lib) generated 1 warning (1 duplicate)
|
cargo build
`tap` (lib) generated 1 warning (1 duplicate)
|
cargo build
`crossbeam-utils` (lib) generated 1 warning (1 duplicate)
|
cargo build
`wyz` (lib) generated 1 warning (1 duplicate)
|
cargo build
`byteorder` (lib) generated 1 warning (1 duplicate)
|
cargo build
`radium` (lib) generated 1 warning (1 duplicate)
|
cargo build
`generic-array` (lib) generated 1 warning (1 duplicate)
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading