-
Notifications
You must be signed in to change notification settings - Fork 16
add OpenCL examples/tutorials and AMD GPU benchmarks #72
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
base: master
Are you sure you want to change the base?
Conversation
This covers non-graphical tutorials 1 and 3 for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces automation scripts and documentation to run OpenCL tutorials, examples, and an AMD GPU benchmark on the Speed-19 cluster using Slurm.
- Added four new tcsh scripts (
cl-tutorials.sh
,cl-examples.sh
,cl-bench.sh
,cl-all.sh
) to clone, build, and run OpenCL-based repos under Slurm. - Extended documentation in
src/cl/README.md
, updated the mainsrc/README.md
, and added a new OpenCL section in the job management docs.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 11 comments.
Show a summary per file
File | Description |
---|---|
src/cl/cl-tutorials.sh | Script to clone, build, and run selected OpenCL tutorials |
src/cl/cl-examples.sh | Script to clone, build, and run selected OpenCL examples |
src/cl/cl-bench.sh | Script to clone, build, and run the AMD GPU benchmark |
src/cl/cl-all.sh | Wrapper to sequentially launch all three Slurm scripts |
src/cl/README.md | Documentation for the new OpenCL scripts and supported examples |
src/README.md | Added entry for the cl/ directory in the main project README |
doc/job-management/job-management-main.tex | Included the OpenCL subsection in the job management document |
doc/job-management/cl.tex | New subsection explaining OpenCL job support and repository links |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Add references as well.
@yulgroper @carlos-encs @salhanyf -- if at least one of you can review in case would be great; do not merge yet please until @inexistenz is ready as well |
Closes #1