You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rayon is not necessary and should be behind a feature flag (like in e.g. ndarray). Resolving this issue in rayon-cond would make it trivial: cuviper/rayon-cond#3
If this change does not get accepted in rayon-cond I believe the best solution is forking it, adding a rayon feature flag and also moving the abstraction currently in src/utils/parallelism.rs to the fork.
The text was updated successfully, but these errors were encountered:
rayon
is not necessary and should be behind a feature flag (like in e.g.ndarray
). Resolving this issue inrayon-cond
would make it trivial: cuviper/rayon-cond#3If this change does not get accepted in
rayon-cond
I believe the best solution is forking it, adding arayon
feature flag and also moving the abstraction currently insrc/utils/parallelism.rs
to the fork.The text was updated successfully, but these errors were encountered: