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

disable task-based parallel on windows #50

Merged
merged 1 commit into from
May 10, 2024
Merged

disable task-based parallel on windows #50

merged 1 commit into from
May 10, 2024

Conversation

koide3
Copy link
Owner

@koide3 koide3 commented May 10, 2024

/openmp:llvm brings the dependency on libomp140.dll, which is not included in MSVC redistables and thus forces the user to install the whole Visual Studio. Because it seems /openmp doesn't cause such a dependency, I choose to remove /openmp:llvm and task-based parallel. This change would result in a speed degradation for downsampling. But the majority of the package is still parallelized, and the influence to the total processing time should be minor.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.70%. Comparing base (eec9c4a) to head (084d389).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   93.70%   93.70%           
=======================================
  Files          36       36           
  Lines         779      779           
  Branches       74       74           
=======================================
  Hits          730      730           
  Misses         49       49           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@koide3 koide3 merged commit 308da3e into master May 10, 2024
10 checks passed
@koide3 koide3 deleted the win3 branch May 10, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants