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

[FEATURE] Calling all parallel programmers! #15

Open
computablee opened this issue Apr 13, 2023 · 2 comments
Open

[FEATURE] Calling all parallel programmers! #15

computablee opened this issue Apr 13, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@computablee
Copy link
Owner

Hey! It would be great if we had a wider array of examples that make use of some of the more niche features of OpenMP.NET. The two current parallel programs don't make great use of a lot of the library functions (the GEMM is embarrassingly parallel and the HeatTransfer isn't much more in-depth). If anyone wants to port their favorite parallel algorithm to C#, it would be really cool to see usage of OpenMP.NET and added to the examples folder in this repo!

Please just make sure it's well-commented :)

@computablee computablee added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 13, 2023
@computablee
Copy link
Owner Author

Update: Conjugate gradient has been implemented, and @jestes15 and I are currently implementing K nearest neighbors and particle filtering from the Rodinia suite. Still want more, though!

@computablee
Copy link
Owner Author

Current wishlist:

  1. A parallel algorithm that makes extensive use of the tasking system, including dependencies.
  2. An example in Visual Basic .NET.
  3. An example in F#.

@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 pinned this issue Sep 24, 2023
@computablee computablee removed the hacktoberfest This issue is for Hacktoberfest label Nov 5, 2023
@computablee computablee changed the title Calling all parallel programmers! [FEATURE] Calling all parallel programmers! Nov 7, 2023
@computablee computablee modified the milestones: DotMP v1.6.0, Perpetual Nov 20, 2023
@computablee computablee removed their assignment Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants