-
Notifications
You must be signed in to change notification settings - Fork 171
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
Multi threading #201
base: master
Are you sure you want to change the base?
Multi threading #201
Commits on Sep 14, 2023
-
libsamplerate multi-thread (OpenMP) implementation
compiled and tested on -- FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: x86_64-unknown-freebsd13.2 Thread model: posix --
Configuration menu - View commit details
-
Copy full SHA for 516b1b4 - Browse repository at this point
Copy the full SHA 516b1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for df1aaae - Browse repository at this point
Copy the full SHA df1aaaeView commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c0f676 - Browse repository at this point
Copy the full SHA 8c0f676View commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2799ec3 - Browse repository at this point
Copy the full SHA 2799ec3View commit details
Commits on Sep 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 797a807 - Browse repository at this point
Copy the full SHA 797a807View commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c9959d - Browse repository at this point
Copy the full SHA 9c9959dView commit details
Commits on Nov 14, 2023
-
ensure the number of threads actually used by omp to have the barrier…
… logic work correctly.
Configuration menu - View commit details
-
Copy full SHA for 7c3ec94 - Browse repository at this point
Copy the full SHA 7c3ec94View commit details -
change threading strategy because overhead of allocating extra work b…
…uffer for each thread seems to be larger in fewer channel process cases.
Configuration menu - View commit details
-
Copy full SHA for 58c7d5f - Browse repository at this point
Copy the full SHA 58c7d5fView commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9bce93e - Browse repository at this point
Copy the full SHA 9bce93eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d3132a - Browse repository at this point
Copy the full SHA 6d3132aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d4396 - Browse repository at this point
Copy the full SHA 99d4396View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7348582 - Browse repository at this point
Copy the full SHA 7348582View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6aec3 - Browse repository at this point
Copy the full SHA bd6aec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0738d4d - Browse repository at this point
Copy the full SHA 0738d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c01a77 - Browse repository at this point
Copy the full SHA 1c01a77View commit details
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d4abeb - Browse repository at this point
Copy the full SHA 6d4abebView commit details
Commits on Dec 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0aa879 - Browse repository at this point
Copy the full SHA c0aa879View commit details -
undo loop termination condition fix, and make the decision equivalent…
… to the single-thread version. note: the (single-thread) implementation may have some underlying bug here because the number of output frames is seemingly inconsistent depending on the combinations of src_ratio, input frames, and number of channels. The fix should be out of scope for this PR (MultiThreading).
Configuration menu - View commit details
-
Copy full SHA for d509240 - Browse repository at this point
Copy the full SHA d509240View commit details