Ramakrishnan, Ranjith
eebb229d08
SWDEV-539684 - Package dependency updated with hsa-rocr ( #130 )
...
hsa-rocr was missing in the dependency list of aqlprofile package
Updated dependency for ASAN and aqlprofile test package as well
Co-authored-by: raramakr_amdeng <raramakr@amd.com >
2025-06-26 11:34:49 -07:00
Kuricheti, Mythreya
8a461afe20
[SDK] KFD new events API ( #321 )
...
* Remove page-migration
* Add KFD events API
* Address review comments
* Move assert checks
* Update enum-string utils
* Update codeowners
* Update KFD header
* Add perfetto category
2025-06-26 13:28:45 -05:00
vedithal-amd
a95a45d69a
Add support for MI 100 with rocprofiler-sdk ( #768 )
...
* Add custom rocprofiler-sdk counter definitions file for MI 100
* Update CHANGELOG to mention that accumulation counters will not be
collected when profiling on MI 100 using rocprofiler-sdk/rocprofv3
* Migrate accum_counters.yaml to code
2025-06-26 09:03:18 -04: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
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
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
Tony Gutierrez
1a339feb1f
rocr: Move OpenSMI call to Driver
2025-06-25 15:53:02 -07: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
73ee59244d
Fixing Docker Pull Rate Issue ( #483 )
...
Update rocm_release_compatibility.yml
2025-06-25 17:16:22 -05: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
9ec3cc7f62
Python Lint Fix ( #482 )
...
Update python.yml
2025-06-25 14:58:56 -05:00
Elwazir, Ammar
5bcad05345
Fixing Core RPM Jobs ( #132 )
...
Update continuous_integration.yml
2025-06-25 13:42:04 -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
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
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
e5125c9d5e
rocr/aie: Correct calculation of neural cores and avoid error on invalid queue ID.
2025-06-25 11:32:42 -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
4c524235db
Fixed docker run cmd ( #264 )
2025-06-25 09:51:30 -04:00
Kunal Malviya
661de1d483
Adding verbose and changing threads ( #771 )
...
Co-authored-by: rocm <rocm@rocm-System-Kunal.amd.com >
2025-06-25 18:49:46 +05:30
Verma, Saurabh
f70f369d46
PC-Sampling doc updates - FW version ( #455 )
...
* Initial doc update
* addressed review comments
* addressed review comments - 2
* accept reviewer suggestions
Co-authored-by: Rawat, Swati <Swati.Rawat@amd.com >
* accept reviewer suggestions-2
Co-authored-by: Rawat, Swati <Swati.Rawat@amd.com >
* accept reviewer suggestions-3
Co-authored-by: Rawat, Swati <Swati.Rawat@amd.com >
* accept reviewer suggestions-4
Co-authored-by: Rawat, Swati <Swati.Rawat@amd.com >
* Update README.md
Co-authored-by: Rawat, Swati <Swati.Rawat@amd.com >
* Update CHANGELOG.md as per viewer suggestions
Co-authored-by: Rawat, Swati <Swati.Rawat@amd.com >
* accept review suggestion
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
* accept reviewer suggestion
Co-authored-by: Rawat, Swati <Swati.Rawat@amd.com >
* accept reviewer suggestions
Co-authored-by: Rawat, Swati <Swati.Rawat@amd.com >
---------
Co-authored-by: Rawat, Swati <Swati.Rawat@amd.com >
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
Co-authored-by: Bhardwaj, Gopesh <Gopesh.Bhardwaj@amd.com >
2025-06-25 13:11:18 +05:30
cfallows-amd
630bc149ff
Add roofline PDF output to general profiling runs ( #774 )
...
Change when Roofline PDFs are generated- during general profiling and --roof-only profiling (skip only when --no-roof option is present)
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com >
2025-06-25 01:19:28 -04:00
dependabot[bot]
181e4f44c7
Bump rocm-docs-core from 1.18.2 to 1.21.1 in /docs/sphinx ( #775 )
...
Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core ) from 1.18.2 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.18.2...v1.21.1 )
---
updated-dependencies:
- dependency-name: rocm-docs-core
dependency-version: 1.21.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-24 21:04:16 -04:00
Galantsev, Dmitrii
cae49cf4f7
Python - Add entitycodec
...
Change-Id: I9dc7f5786e2c5ee5f9756cad7cb12387d05982ae
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2025-06-24 17:01:43 -05:00
Galantsev, Dmitrii
502fcef7b3
CMAKE - CONFIGURE -> CONFIG
...
Change-Id: I716f713363469091e944bdda5ecd6886a3a43aa1
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2025-06-24 17:01:43 -05:00
Trowbridge, Ian
0ab43420ba
Add copyright disclaimer for scan ( #453 )
2025-06-24 16:25:26 -05:00
Elwazir, Ammar
86e40741ea
Temp: Disable Scratch Memory Test ( #473 )
...
* Disable Scratch Memory Test
* Update continuous_integration.yml
* Update continuous_integration.yml
2025-06-24 16:02:56 -05:00
Elwazir, Ammar
a2dc4ec041
Using Azure instead of Github Hosted Runners ( #475 )
...
* Update formatting.yml
* Update codeql.yml
* Update docs.yml
* Update generate_afar.yml
* Update python.yml
* Update rerun.yml
* Update restrictions.yml
* Update rocm_release_compatibility.yml
* Update scan.yaml
* Update sync-mainline.yaml
* Update sync-staging.yaml
2025-06-24 15:43:54 -05:00
xuchen-amd
74e9853f8e
Fix system sol units, remove units if None value. ( #773 )
...
* Fix system sol units.
2025-06-24 16:37:55 -04:00
xuchen-amd
92ce4732bc
GUI: prevent big number overflow ( #772 )
...
* Prevent number overflow by formatting values.
* Improve value formatting logic based on comments.
2025-06-24 16:27:06 -04:00
Elwazir, Ammar
1c10dfa51f
Update Runners ( #128 )
...
Update sync-mainline.yaml
2025-06-24 15:23:11 -05:00
Elwazir, Ammar
6f21d49129
Update sync-staging.yaml
2025-06-24 15:16:07 -05:00
Ken O'Brien
7b8a6f8ca2
rocr: Fixes memory allocation issue
...
Fixes a bug in memory allocation in which dmabuf export only works on
GPU 0 in a multi-GPU environment.
2025-06-24 14:53:14 -04:00
dependabot[bot]
3a0985c68a
Bump rocm-docs-core[api_reference] from 1.20.1 to 1.21.0 in /docs/sphinx ( #262 )
...
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core ) from 1.20.1 to 1.21.0.
- [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.20.1...v1.21.0 )
---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
dependency-version: 1.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-24 12:33:13 -04:00
David Galiffi
3668e603cc
Update CHANGELOGS ( #248 )
...
* Update CHANGELOGS
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
* Update CHANGELOG.md
Clarify Fortran support on CHANGELOGS
* Update CHANGELOG.md
Fixed typo
* Update CHANGELOG.md
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
* Update CHANGELOG.md
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
* Update CHANGELOG.md
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
* Update CHANGELOG.md
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
* Update CHANGELOG.md
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
* Update CHANGELOG.md
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
* Update CHANGELOG.md
* Update CHANGELOG.md
---------
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
2025-06-24 11:10:26 -04:00
Sunday Clement
d2b35dfee6
rocrtst: Add new test for querying Clock Counters
...
added new subtest to Agent Properties test, to check functionality of
query.
Signed-off-by: Sunday Clement <Sunday.Clement@amd.com >
2025-06-23 18:45:09 -04:00
Sunday Clement
e97d06530e
rocr: Add hsa-agent Queries for Clock Counters
...
Support has been added to query the following
HSA_AMD_INFO_GET_CLOCK_COUNTERS agent info exposed through the hsa api
in rocr, rather than the user having to make a direct IOCTL call
through the kernel driver.
Signed-off-by: Sunday Clement <Sunday.Clement@amd.com >
2025-06-23 18:45:09 -04:00
Elwazir, Ammar
524d1c64e5
Update sync-staging.yaml
2025-06-23 17:21:40 -05:00
Elwazir, Ammar
ba162dd76a
Update sync-staging.yaml
2025-06-23 17:20:32 -05:00
Elwazir, Ammar
0578cc6dd7
Update sync-mainline.yaml
2025-06-23 17:20:19 -05:00
Elwazir, Ammar
9ac4373f1b
Fixing v2 header location ( #127 )
...
Co-authored-by: Ammar ELWazir <aelwazir@amd.com >
2025-06-23 17:17:35 -05:00
Elwazir, Ammar
e4bb0df9d5
Adding Integration tests for later building option ( #126 )
...
* Adding Integeration tests for later building option
* Update CMakeLists.txt
---------
Co-authored-by: Ammar ELWazir <aelwazir@amd.com >
2025-06-23 16:53:17 -05:00
Tony Gutierrez
e03d44d742
rocr: Update Driver queue-related APIs
...
Update the user-mode driver queue APIs to leverage KMT types.
Move queue-related calls to the core::Driver API.
2025-06-23 12:21:01 -07:00
Kian Cossettini
8457cb11be
Added docker usage steps for rocprofiler systems ( #251 )
...
---------
Co-authored-by: David Galiffi <David.Galiffi@amd.com >
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
2025-06-23 15:19:47 -04:00
Elwazir, Ammar
af750616db
Posting fixes for tests link library ( #125 )
...
Co-authored-by: Ammar ELWazir <aelwazir@amd.com >
2025-06-23 12:30:29 -05:00
Baraldi, Giovanni
f3b2d498b8
Remove default dependency of rocm-llvm-dev ( #124 )
...
* Remove default dependency of rocm-llvm-dev
* Update build.sh
* Update build.sh
* Update CMakeLists.txt
* Fixing core tests
---------
Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com >
Co-authored-by: Elwazir, Ammar <Ammar.Elwazir@amd.com >
Co-authored-by: Ammar ELWazir <aelwazir@amd.com >
2025-06-23 12:13:27 -05:00
David Galiffi
122623a929
Use gersemi for CMake formatting ( #257 )
...
* Replace `cmake-format` with `gersemi`
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
* Remove .cmake-format.yaml
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
* Update workflow to use gersemi
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
* Update CONTRIBUTING.md
* Update helper scripts
* Don't include `*/external/*` in workflows
---------
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
2025-06-22 10:44:33 -04:00
David Galiffi
1e13b590e7
Use clang-format-18 for source formatting ( #256 )
...
* Updating clang-format to v18
- Updates the pre-commit-config
- Formats source files according to the utility
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
* Update format source workflow
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
* Update CONTRIBUTING
* Update comment in .clang-format
* Update CONTRIBUTING.md
* Update helper script
---------
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
2025-06-22 08:48:08 -04:00
vedithal-amd
5950a02ff6
Fix counter collection for MI 350 ( #764 )
...
* Fix TCC counter collection bug
* Fix accumulate counter collection
* Fix formatting
2025-06-21 08:48:25 -04:00
Vaddireddy, Sushma
03d58213b9
Added install target for simple-hip executable ( #10 )
...
* Added install target for simple-hip executable
* Updating destination path
* Update CMakeLists.txt
* Update CMakeLists.txt
* Test Installed Packages
* Updating Destination path
* Update continuous-integration.yml
* Update continuous-integration.yml
* Adding env
* Adding PACKAGING_INSTALL_PREFIX
* 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
* Add libasan.so path for AddressSanitizer preloadiing
* Add libasan.so path for AddressSanitizer preloadiing
* Add libasan.so path for test test-simple-hip-normal
* Added sanitizer runtime library for tests
* Added LD_PRELOAD to simple-hip-normal-env test
* Added LD_PRELOAD to simple-hip-normal-env test
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update CMakeLists.txt
* Formatting
* Updated path for simple-hip-preload-env
* Updated path for simple-hip-preload-env
* Update continuous-integration.yml
* Updated preload path for simple-hip-preload-env
* Updated preload path for simple-hip-preload-env
---------
Co-authored-by: Sushma Vaddireddy <svaddire@amd.com >
Co-authored-by: Elwazir, Ammar <Ammar.Elwazir@amd.com >
2025-06-20 13:54:40 -05:00