Lytovchenko, Danylo
069e097234
SWDEV-123456 - fix runners name ( #208 )
...
[ROCm/hip commit: 2ec7b7fdb4 ]
2025-06-26 12:15:49 +02:00
Lytovchenko, Danylo
2ec7b7fdb4
SWDEV-123456 - fix runners name ( #208 )
2025-06-26 12:15:49 +02:00
Lytovchenko, Danylo
34507629ef
SWDEV-123456 - fix runners names ( #18 )
...
[ROCm/hipother commit: 1992d81122 ]
2025-06-26 12:15:39 +02:00
Lytovchenko, Danylo
1992d81122
SWDEV-123456 - fix runners names ( #18 )
2025-06-26 12:15:39 +02:00
Lytovchenko, Danylo
f2c4dd51b1
SWDEV-123456 - fix runners name ( #351 )
...
[ROCm/hip-tests commit: c9ce31fb24 ]
2025-06-26 12:15:36 +02:00
Lytovchenko, Danylo
c9ce31fb24
SWDEV-123456 - fix runners name ( #351 )
2025-06-26 12:15:36 +02:00
Jiang, Julia
f890d0d4f7
SWDEV-461599 - scrub HCC in hip documents ( #178 )
...
[ROCm/hip commit: 8eca6453dc ]
2025-06-26 15:06:31 +05:30
Jiang, Julia
8eca6453dc
SWDEV-461599 - scrub HCC in hip documents ( #178 )
2025-06-26 15:06:31 +05:30
Jiang, Julia
cc2129b2f4
SWDEV-461599 - scrub HCC in clr documents ( #569 )
...
[ROCm/clr commit: b5cd8321d3 ]
2025-06-26 15:05:59 +05:30
Jiang, Julia
b5cd8321d3
SWDEV-461599 - scrub HCC in clr documents ( #569 )
2025-06-26 15:05:59 +05:30
Sicarov, Dragoslav
dbfd869936
SWDEV-533232 Add num_threads API in cooperative_groups ( #437 )
...
* Add num_threads API in cooperative_groups
* Reimplementsize API as its alias.
* Update changelog
[ROCm/clr commit: a4631b5700 ]
2025-06-26 15:05:17 +05:30
Sicarov, Dragoslav
a4631b5700
SWDEV-533232 Add num_threads API in cooperative_groups ( #437 )
...
* Add num_threads API in cooperative_groups
* Reimplementsize API as its alias.
* Update changelog
2025-06-26 15:05:17 +05:30
Arandjelovic, Marko
c530e72a7c
SWDEV-512344 - Allow unmapping of only complete subbuffers ( #608 )
...
* Do not allow partial unmapping
* Add check to prevent out of bounds unmap
* Improve code quality
* Use getOrigin instead of getOffset
[ROCm/clr commit: 349b83c1f6 ]
2025-06-26 15:01:33 +05:30
Arandjelovic, Marko
349b83c1f6
SWDEV-512344 - Allow unmapping of only complete subbuffers ( #608 )
...
* Do not allow partial unmapping
* Add check to prevent out of bounds unmap
* Improve code quality
* Use getOrigin instead of getOffset
2025-06-26 15:01:33 +05:30
Lytovchenko, Danylo
18dc7b2d24
SWDEV-123456 - use explicit PR head SHA for clang-format ( #623 )
...
* SWDEV-123456 - use explicit PR head SHA for clang-format
* SWDEV-123456 - set new runners name
[ROCm/clr commit: 704fea29cf ]
2025-06-26 10:46:02 +02:00
Lytovchenko, Danylo
704fea29cf
SWDEV-123456 - use explicit PR head SHA for clang-format ( #623 )
...
* SWDEV-123456 - use explicit PR head SHA for clang-format
* SWDEV-123456 - set new runners name
2025-06-26 10:46:02 +02:00
Honglei Huang
dee5bdc679
rocr: replace direct libhsakmt calls with driver interfaces
...
Replace direct hsakmt API calls with calls through the driver abstraction layer
in queue management related functions. This includes:
- CreateQueue/DestroyQueue operations
- Queue update and GWS allocation
- CU masking configuration
Also update the corresponding error status types from HSAKMT_STATUS to
hsa_status_t and adjust error handling accordingly.
Signed-off-by: Honglei Huang <Honglei1.Huang@amd.com >
2025-06-26 15:53:01 +08:00
Honglei Huang
5e7fd3b5ba
rocr: replace direct libhsakmt calls with driver interfaces
...
Replace direct hsakmt API calls with calls through the driver abstraction layer
in queue management related functions. This includes:
- CreateQueue/DestroyQueue operations
- Queue update and GWS allocation
- CU masking configuration
Also update the corresponding error status types from HSAKMT_STATUS to
hsa_status_t and adjust error handling accordingly.
Signed-off-by: Honglei Huang <Honglei1.Huang@amd.com >
[ROCm/ROCR-Runtime commit: dee5bdc679 ]
2025-06-26 15:53:01 +08:00
Honglei Huang
046591419f
rocr: use driver interface for memory and cache properties query
...
Replace direct libhsakmt calls with driver interface methods
in GpuAgent initialization:
- Replace hsaKmtGetNodeMemoryProperties with driver().GetMemoryProperties
- Replace hsaKmtGetNodeCacheProperties with driver().GetCacheProperties
Signed-off-by: Honglei Huang <Honglei1.Huang@amd.com >
2025-06-26 15:53:01 +08:00
Honglei Huang
75a7da05be
rocr: use driver interface for memory and cache properties query
...
Replace direct libhsakmt calls with driver interface methods
in GpuAgent initialization:
- Replace hsaKmtGetNodeMemoryProperties with driver().GetMemoryProperties
- Replace hsaKmtGetNodeCacheProperties with driver().GetCacheProperties
Signed-off-by: Honglei Huang <Honglei1.Huang@amd.com >
[ROCm/ROCR-Runtime commit: 046591419f ]
2025-06-26 15:53:01 +08:00
Honglei Huang
ffa07e28e7
rocr: remove unused agent properties reference in scratch initialization
...
The agent properties variable `agent_props` was declared but never used
in the `InitScratchSRD()` function. Which casued compile warning:
runtime/core/runtime/amd_aql_queue.cpp:1880:15: warning:
unused variable ‘agent_props’ [-Wunused-variable]
1880 | const auto& agent_props = agent_->properties();
No functional changes, purely a code cleanup commit.
2025-06-26 13:05:40 +08:00
Honglei Huang
97992b809f
rocr: remove unused agent properties reference in scratch initialization
...
The agent properties variable `agent_props` was declared but never used
in the `InitScratchSRD()` function. Which casued compile warning:
runtime/core/runtime/amd_aql_queue.cpp:1880:15: warning:
unused variable ‘agent_props’ [-Wunused-variable]
1880 | const auto& agent_props = agent_->properties();
No functional changes, purely a code cleanup commit.
[ROCm/ROCR-Runtime commit: ffa07e28e7 ]
2025-06-26 13:05:40 +08:00
Tony Gutierrez
1a339feb1f
rocr: Move OpenSMI call to Driver
2025-06-25 15:53:02 -07:00
Tony Gutierrez
8daec0261f
rocr: Move OpenSMI call to Driver
...
[ROCm/ROCR-Runtime commit: 1a339feb1f ]
2025-06-25 15:53:02 -07:00
Trowbridge, Ian
58532974bc
Modified test for agent.cpp where GPUs are missing the UUID ( #405 )
...
* Modified test for agent.cpp where multiple GPUs share th same UUID
* Updated for review comments
[ROCm/rocprofiler-sdk commit: eb8c9af720 ]
2025-06-25 17:36:56 -05:00
Trowbridge, Ian
eb8c9af720
Modified test for agent.cpp where GPUs are missing the UUID ( #405 )
...
* Modified test for agent.cpp where multiple GPUs share th same UUID
* Updated for review comments
2025-06-25 17:36:56 -05:00
Elwazir, Ammar
75895ce046
Fixing Docker Pull Rate Issue ( #483 )
...
Update rocm_release_compatibility.yml
[ROCm/rocprofiler-sdk commit: 73ee59244d ]
2025-06-25 17:16:22 -05:00
Elwazir, Ammar
73ee59244d
Fixing Docker Pull Rate Issue ( #483 )
...
Update rocm_release_compatibility.yml
2025-06-25 17:16:22 -05:00
Ma, Bing
d2ee7ba673
[gfx12] Add support for gfx1200 ( #131 )
...
* [gfx12] Add support for gfx1200
* [gfx12] Rename CP_PERFMON_CNTL_1 to CP_PERFMON_CNTL for better compatibility
[ROCm/aqlprofile commit: c872dcda53 ]
2025-06-25 13:28:51 -07:00
Ma, Bing
c872dcda53
[gfx12] Add support for gfx1200 ( #131 )
...
* [gfx12] Add support for gfx1200
* [gfx12] Rename CP_PERFMON_CNTL_1 to CP_PERFMON_CNTL for better compatibility
2025-06-25 13:28:51 -07:00
Elwazir, Ammar
1a807c27de
Python Lint Fix ( #482 )
...
Update python.yml
[ROCm/rocprofiler-sdk commit: 9ec3cc7f62 ]
2025-06-25 14:58:56 -05:00
Elwazir, Ammar
9ec3cc7f62
Python Lint Fix ( #482 )
...
Update python.yml
2025-06-25 14:58:56 -05:00
Elwazir, Ammar
b4a7550214
Fixing Core RPM Jobs ( #132 )
...
Update continuous_integration.yml
[ROCm/aqlprofile commit: 5bcad05345 ]
2025-06-25 13:42:04 -05:00
Elwazir, Ammar
5bcad05345
Fixing Core RPM Jobs ( #132 )
...
Update continuous_integration.yml
2025-06-25 13:42:04 -05:00
Elwazir, Ammar
469137eb7d
Multiple CI Fixes & Clean up ( #477 )
...
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* updating build essentials
* updating build essentials
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
---------
Co-authored-by: gobhardw <gopesh.bhardwaj@amd.com >
[ROCm/rocprofiler-sdk commit: 25f5cbc0c7 ]
2025-06-25 13:38:13 -05:00
Elwazir, Ammar
25f5cbc0c7
Multiple CI Fixes & Clean up ( #477 )
...
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* updating build essentials
* updating build essentials
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
* Update continuous_integration.yml
---------
Co-authored-by: gobhardw <gopesh.bhardwaj@amd.com >
2025-06-25 13:38:13 -05:00
anujshuk-amd
0c91a0d8ed
Add ctests to verify roctx api ( #260 )
...
---------
Co-authored-by: David Galiffi <David.Galiffi@amd.com >
[ROCm/rocprofiler-systems commit: 3631362903 ]
2025-06-25 14:01:04 -04:00
anujshuk-amd
3631362903
Add ctests to verify roctx api ( #260 )
...
---------
Co-authored-by: David Galiffi <David.Galiffi@amd.com >
2025-06-25 14:01:04 -04:00
David Galiffi
3a703cec00
Provide a version for RPM Obsoletes attribute ( #670 )
...
Fix RPM generation warning
[ROCm/rocprofiler-compute commit: 1903e8e748 ]
2025-06-25 12:36:47 -04:00
David Galiffi
1903e8e748
Provide a version for RPM Obsoletes attribute ( #670 )
...
Fix RPM generation warning
2025-06-25 12:36:47 -04:00
Yiannis Papadopoulos
2ca4d8f6d4
rocr/aie: Remove redundant and unused functions.
2025-06-25 11:32:42 -04:00
Yiannis Papadopoulos
47093a7f73
rocr/aie: Remove redundant and unused functions.
...
[ROCm/ROCR-Runtime commit: 2ca4d8f6d4 ]
2025-06-25 11:32:42 -04:00
Yiannis Papadopoulos
e5125c9d5e
rocr/aie: Correct calculation of neural cores and avoid error on invalid queue ID.
2025-06-25 11:32:42 -04:00
Yiannis Papadopoulos
9ca5405b74
rocr/aie: Correct calculation of neural cores and avoid error on invalid queue ID.
...
[ROCm/ROCR-Runtime commit: e5125c9d5e ]
2025-06-25 11:32:42 -04:00
Patel, Jaydeepkumar
821a1d89b0
SWDEV-536226 - Avoid waiting for lastCommand completion if GPU has already reported an error otherwise it causes hang due to status of cmd is not becoming CL_COMPLETE. ( #478 )
...
[ROCm/clr commit: a60212b9b4 ]
2025-06-25 20:59:17 +05:30
Patel, Jaydeepkumar
a60212b9b4
SWDEV-536226 - Avoid waiting for lastCommand completion if GPU has already reported an error otherwise it causes hang due to status of cmd is not becoming CL_COMPLETE. ( #478 )
2025-06-25 20:59:17 +05:30
dependabot[bot]
5c5de6fe2a
Bump rocm-docs-core[api_reference] from 1.21.0 to 1.21.1 in /docs/sphinx ( #263 )
...
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core ) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases )
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.21.0...v1.21.1 )
---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
dependency-version: 1.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[ROCm/rocprofiler-systems commit: 4b741a0148 ]
2025-06-25 09:51:55 -04:00
dependabot[bot]
4b741a0148
Bump rocm-docs-core[api_reference] from 1.21.0 to 1.21.1 in /docs/sphinx ( #263 )
...
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core ) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases )
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.21.0...v1.21.1 )
---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
dependency-version: 1.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-25 09:51:55 -04:00
Kian Cossettini
d05e164171
Fixed docker run cmd ( #264 )
...
[ROCm/rocprofiler-systems commit: 4c524235db ]
2025-06-25 09:51:30 -04:00
Kian Cossettini
4c524235db
Fixed docker run cmd ( #264 )
2025-06-25 09:51:30 -04:00