You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are three computer science students from NYCU in Taiwan. Our goal is to integrate parallel processing into an existing program and showcase it in our course. We found out that "makeitpixel" would be a suitable candidate for parallelization.
We plan to implement parallel processing using the following four ways
pthread
std thread
OpenMP
CUDA (If we have enough time)
Additionally, we would like to inquire if there is any specific version you prefer, and we can create and contribute it as a separate branch for this project.
The text was updated successfully, but these errors were encountered:
MiguelMJ
changed the title
Want to contribute to this project
Implement parallel processing
Jan 9, 2024
I'm glad that you found MakeItPixel interesting! Feel free to ask me any question you may have 😄
For an implementation that would make it in a PR to the master branch, I would require it to use the st::thread library, to keep it portable. However, if you finally implement all three or four, I'll be glad to put your link in the official documentation.
Thanks for your interest and best of luck! ❤️ If you want to keep me updated, feel free to either use this thread or mail me (miguelmjvg at gmail dot com)
Hi MiguelMJ,
We are three computer science students from NYCU in Taiwan. Our goal is to integrate parallel processing into an existing program and showcase it in our course. We found out that "makeitpixel" would be a suitable candidate for parallelization.
We plan to implement parallel processing using the following four ways
Additionally, we would like to inquire if there is any specific version you prefer, and we can create and contribute it as a separate branch for this project.
The text was updated successfully, but these errors were encountered: