Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update toolchain version. #920

Closed
wants to merge 1 commit into from
Closed

Update toolchain version. #920

wants to merge 1 commit into from

Conversation

ilyalesokhin-starkware
Copy link
Collaborator

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

@ilyalesokhin-starkware
Copy link
Collaborator Author

crates/prover/src/core/backend/simd/lookups/gkr.rs line 28 at r1 (raw file):

        // Start DP with CPU backend to avoid dealing with instances smaller than a SIMD vector.
        let (y_rem, y_last_chunk) = y.split_last_chunk::<{ LOG_N_LANES as usize }>().unwrap();

this was fun to debug :(

Code quote:

 let (y_rem, y_last_chunk)

@ilyalesokhin-starkware
Copy link
Collaborator Author

crates/prover/src/lib.rs line 14 at r1 (raw file):

    portable_simd,
    slice_ptr_get,
    stdarch_x86_avx512,

is there a way to enable this only if
#[cfg(not(target_arch = "wasm32"))]

Code quote:

stdarch_x86_avx512,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants