-
Notifications
You must be signed in to change notification settings - Fork 101
SWDEV-508776 - Validate VGPRs #620
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
Merged
Merged
Conversation
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
30db670 to
7f59c27
Compare
7f59c27 to
9aa7ff7
Compare
Add a test to verify VGPRs. Make hipInfo show maxAddressableVgprsPerThread. Change-Id: Ibfc2c912a54ccd1686a3930a1008c472a8465136
9aa7ff7 to
099406b
Compare
gandryey
approved these changes
Sep 22, 2025
systems-assistant bot
pushed a commit
to ROCm/hip-tests
that referenced
this pull request
Sep 22, 2025
Add a test to verify VGPRs. Make hipInfo show maxAddressableVgprsPerThread. Change-Id: Ibfc2c912a54ccd1686a3930a1008c472a8465136 Co-authored-by: taosang2 <[email protected]> [rocm-systems] ROCm/rocm-systems#620 (commit 05c0a38)
sauverma93
pushed a commit
that referenced
this pull request
Sep 26, 2025
Add a test to verify VGPRs. Make hipInfo show maxAddressableVgprsPerThread. Change-Id: Ibfc2c912a54ccd1686a3930a1008c472a8465136 Co-authored-by: taosang2 <[email protected]>
ryang-amd
pushed a commit
that referenced
this pull request
Nov 7, 2025
Add a test to verify VGPRs. Make hipInfo show maxAddressableVgprsPerThread. Change-Id: Ibfc2c912a54ccd1686a3930a1008c472a8465136 Co-authored-by: taosang2 <[email protected]>
ammallya
pushed a commit
that referenced
this pull request
Nov 17, 2025
- **Added evicted_time metric for kfd processes**.
- Time that queues are evicted on a GPU in milliseconds
- Added to CLI in `amd-smi monitor -q` and `amd-smi process`
- Added to C API and Python API:
- amdsmi_get_gpu_process_list()
- amdsmi_get_gpu_compute_process_info()
- amdsmi_get_gpu_compute_process_info_by_pid()
---------
Signed-off-by: Pryor, Adam <[email protected]>
ammallya
pushed a commit
that referenced
this pull request
Nov 18, 2025
- **Added evicted_time metric for kfd processes**.
- Time that queues are evicted on a GPU in milliseconds
- Added to CLI in `amd-smi monitor -q` and `amd-smi process`
- Added to C API and Python API:
- amdsmi_get_gpu_process_list()
- amdsmi_get_gpu_compute_process_info()
- amdsmi_get_gpu_compute_process_info_by_pid()
---------
Signed-off-by: Pryor, Adam <[email protected]>
[ROCm/amdsmi commit: 2144cfb]
ammallya
pushed a commit
that referenced
this pull request
Nov 21, 2025
- **Added evicted_time metric for kfd processes**.
- Time that queues are evicted on a GPU in milliseconds
- Added to CLI in `amd-smi monitor -q` and `amd-smi process`
- Added to C API and Python API:
- amdsmi_get_gpu_process_list()
- amdsmi_get_gpu_compute_process_info()
- amdsmi_get_gpu_compute_process_info_by_pid()
---------
Signed-off-by: Pryor, Adam <[email protected]>
[ROCm/amdsmi commit: 2144cfb]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
imported pr
organization: ROCm
project: hip-tests
STRESS_TEST_INITIATED
PR Taken For CQE Stress Testing
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.
Add a test to force using VGPRs
Add test code to query property MaxAddressableVgprsPerThread.
Change-Id: Ibfc2c912a54ccd1686a3930a1008c472a8465136
π Imported from ROCm/hip-tests#603
π§βπ» Originally authored by @rocm-devops