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

[PERFORMANCE] Optimize Parallel.For and Parallel.ForReduction #16

Open
computablee opened this issue May 27, 2023 · 0 comments
Open

[PERFORMANCE] Optimize Parallel.For and Parallel.ForReduction #16

computablee opened this issue May 27, 2023 · 0 comments
Labels
cpu Deals with the CPU API performance Something needs optimization
Milestone

Comments

@computablee
Copy link
Owner

After running some benchmarks with ConjugateGradient (which involves lots of lightweight parallel-for's), I've noticed that the performance of Parallel.For and Parallel.ForReduction are really bad. I plan on doing a heavy optimization session this weekend, but I'm opening this issue just so it's on record.

@computablee computablee added the performance Something needs optimization label May 27, 2023
@computablee computablee self-assigned this May 27, 2023
@computablee computablee removed their assignment Sep 20, 2023
@computablee computablee added the hacktoberfest This issue is for Hacktoberfest label Sep 23, 2023
@computablee computablee added this to the DotMP v1.5.0 milestone Sep 23, 2023
@computablee computablee linked a pull request Oct 17, 2023 that will close this issue
@computablee computablee removed a link to a pull request Oct 17, 2023
@computablee computablee modified the milestones: DotMP v1.5.0, DotMP v1.5.1 Oct 25, 2023
@computablee computablee removed the hacktoberfest This issue is for Hacktoberfest label Nov 5, 2023
@computablee computablee changed the title Optimize Parallel.For and Parallel.ForReduction [PERFORMANCE] Optimize Parallel.For and Parallel.ForReduction Nov 7, 2023
@computablee computablee modified the milestones: DotMP v1.5.1, DotMP v1.6.0 Nov 11, 2023
@computablee computablee modified the milestones: DotMP v1.6.0, Perpetual Nov 20, 2023
@computablee computablee added the cpu Deals with the CPU API label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpu Deals with the CPU API performance Something needs optimization
Projects
None yet
Development

No branches or pull requests

1 participant