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

Parallelize Rust function apply_phase_shift_in_place #230

Open
kevinsung opened this issue Jun 2, 2024 · 0 comments
Open

Parallelize Rust function apply_phase_shift_in_place #230

kevinsung opened this issue Jun 2, 2024 · 0 comments
Labels
rust Involves writing Rust
Milestone

Comments

@kevinsung
Copy link
Collaborator

This function here:

indices.for_each(|&str0| {

A straightforward attempt doesn't pass the compiler due to the use of unsafe BLAS functions.

@kevinsung kevinsung added the rust Involves writing Rust label Jun 2, 2024
@kevinsung kevinsung added this to the v0.1 milestone Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Involves writing Rust
Projects
None yet
Development

No branches or pull requests

1 participant