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_givens_rotation_in_place #229

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

Parallelize Rust function apply_givens_rotation_in_place #229

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

Comments

@kevinsung
Copy link
Collaborator

This loop here:

Zip::from(&slice1).and(&slice2).for_each(|&i, &j| {

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
priority: high rust Involves writing Rust
Projects
None yet
Development

No branches or pull requests

1 participant