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

Optimizations and Benchmarks #11

Merged
merged 7 commits into from
Sep 15, 2024
Merged

Optimizations and Benchmarks #11

merged 7 commits into from
Sep 15, 2024

Conversation

allemangD
Copy link
Collaborator

Closes #5. Closes #6.

Use auto-schedulers to obtain optimized schedules for CPU and GPU.

CPU schedule outperforms everything else _by far_ except for unreasonably large variances, in which case the GPU schedule wins.

CPU schedule is faster than current ITK CPU filter by over an order of magnitude. It is even faster than the ITK GPU filter, but the contest is closer.
@allemangD allemangD merged commit 72aa7d2 into main Sep 15, 2024
5 of 32 checks passed
@allemangD allemangD deleted the benchmark branch September 15, 2024 21:00
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.

Optimize Schedule for Multithreaded CPU Generate benchmarks for comparison
1 participant