- Notifications
You must be signed in to change notification settings - Fork532
[FIX]eddy command and multithreading#3721
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
[FIX]eddy command and multithreading#3721
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedMar 21, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## master #3721 +/- ##===========================================+ Coverage 2.88% 69.13% +66.24%=========================================== Files 1279 1278 -1 Lines 59413 59271 -142 ===========================================+ Hits 1717 40978 +39261+ Misses 57696 18293 -39403 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
the second commit fix this: |
ce24f3e
to9348f49
Compare
Uh oh!
There was an error while loading.Please reload this page.
I will send some PRs to improve/fix fsl cuda-capable tools with the new gpu support.
This one is about eddy:
eddy_openmp is an old command, new fls uses eddy_cpu
eddy_cuda is missing in some version, in those cases if user requests cuda, just use eddy
eddy_cpu does not enable multithread with OMP_NUM_THREADS variable but with --nthr argument