Conversation
This covers non-graphical tutorials 1 and 3 for now.
There was a problem hiding this comment.
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 <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add references as well.
Member
Author
|
@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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1