Add hipThreads examples - #497
Open
adeljo-amd wants to merge 2 commits into
Open
Conversation
adeljo-amd
force-pushed
the
hipthreads
branch
2 times, most recently
from
August 13, 2026 12:10
b171ea5 to
536785e
Compare
marsavicc
self-requested a review
August 13, 2026 14:07
randyh62
reviewed
Aug 13, 2026
randyh62
reviewed
Aug 13, 2026
| @@ -0,0 +1,20 @@ | |||
| # hipThreads Ray Tracing in One Weekend Step 1: CPU Baseline Example | |||
Contributor
There was a problem hiding this comment.
How come there is no top-level README for the in_one_weekend_example? There are step-level READMEs but nothing introducing the whole exercise? It looks like this is true of all the examples.
Contributor
Author
There was a problem hiding this comment.
Added some series-level READMEs for hipThreads; the other libraries don't have these as most examples are not part of a series
randyh62
approved these changes
Aug 13, 2026
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.
Motivation
Adds examples for hipThreads, a new rocm-libraries component.
Technical Details
Supports all ROCm-capable GPUs.
Test Plan
Tested on various linux machines with different GPUs with the latest nightlies from therock.
Test Result
Passed on every linux machine tested.
Added/Updated documentation?
Included Visual Studio files?
Submission Checklist