dependabot[bot]
be69ec06f2
Bump rocm-docs-core[api_reference] from 1.21.1 to 1.22.0 in /docs/sphinx ( #302 )
...
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core ) from 1.21.1 to 1.22.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.21.1...v1.22.0 )
---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
dependency-version: 1.22.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-07-30 13:33:41 -04:00
systems-assistant[bot]
1a9a095ada
Merge commit '4120c12ed587f7c6b3180276780452cb7aa25ce0' into develop
2025-07-30 17:08:46 +00:00
Bhardwaj, Gopesh
f625253208
SWDEV-544115 Adding documentation for rocprofv3 advanced options ( #516 )
...
* SWDEV-544115 Adding documentaiton for rocprofv3 advanced options
* minor changes
* updating rocpd documentation
* updated changelog
* adressed Feedback
[ROCm/rocprofiler-sdk commit: 4120c12ed5 ]
2025-07-30 22:25:40 +05:30
Bhardwaj, Gopesh
4120c12ed5
SWDEV-544115 Adding documentation for rocprofv3 advanced options ( #516 )
...
* SWDEV-544115 Adding documentaiton for rocprofv3 advanced options
* minor changes
* updating rocpd documentation
* updated changelog
* adressed Feedback
2025-07-30 22:25:40 +05:30
GunaShekar, Ajay
36c3328b23
SWDEV-527806 - p2p checks for Atomic tests ( #502 )
...
[ROCm/hip-tests commit: a82f042ca1 ]
2025-07-30 09:20:59 -07:00
GunaShekar, Ajay
a82f042ca1
SWDEV-527806 - p2p checks for Atomic tests ( #502 )
2025-07-30 09:20:59 -07:00
Patel, Jaydeepkumar
3766537ced
SWDEV-534016 - Change error code as per current CLR logic ( #207 )
...
Change error code as per current CLR logic.
Intra device async memcpy in 2 diff threads can't sync by CLR internals, It needs to be handled by app/test.
[ROCm/hip-tests commit: a4c93871b5 ]
2025-07-30 21:21:56 +05:30
Patel, Jaydeepkumar
a4c93871b5
SWDEV-534016 - Change error code as per current CLR logic ( #207 )
...
Change error code as per current CLR logic.
Intra device async memcpy in 2 diff threads can't sync by CLR internals, It needs to be handled by app/test.
2025-07-30 21:21:56 +05:30
Joseph Macaranas
3cc6d1d29e
Updating dates for migration
2025-07-30 11:26:50 -04:00
systems-assistant[bot]
c9993f5447
Merge commit '996e8bbfb71310d9a1b641bc954b69138cf85daa' into develop
2025-07-30 15:21:37 +00:00
systems-assistant[bot]
7e0f02eec6
Merge commit '190562e8c65c9872c5c22391400931da8e4b5dae' into develop
2025-07-30 15:21:36 +00:00
systems-assistant[bot]
c59ab2f572
Merge commit '1ba08cd4dfb7fe99a51765019210947dfcd199f7' into develop
2025-07-30 15:21:36 +00:00
systems-assistant[bot]
50286202d5
Merge commit '56d040156e1d18479295536f8c4ada37ce34932d' into develop
2025-07-30 15:21:35 +00:00
systems-assistant[bot]
1df639fbb2
Merge commit '8f3a2326136caefa935876155eddb61177ad362c' into develop
2025-07-30 15:21:33 +00:00
systems-assistant[bot]
a7cb68e38d
Merge commit '51c5343bf891848443cab2230615fdb287e3b918' into develop
2025-07-30 15:21:32 +00:00
Joseph Macaranas
a1568172c9
Setting up json for syncs from individual repos
2025-07-30 11:15:21 -04:00
fxmarty-amd
49b5d410e4
bugfix to make amd-smi usage backward compatible ( #836 )
...
* Update soc_base.py
Fixes https://github.com/ROCm/rocprofiler-compute/issues/835
Signed-off-by: fxmarty-amd <felmarty@amd.com >
* address comments
---------
Signed-off-by: fxmarty-amd <felmarty@amd.com >
[ROCm/rocprofiler-compute commit: 56d040156e ]
2025-07-30 09:40:04 -04:00
fxmarty-amd
56d040156e
bugfix to make amd-smi usage backward compatible ( #836 )
...
* Update soc_base.py
Fixes https://github.com/ROCm/rocprofiler-compute/issues/835
Signed-off-by: fxmarty-amd <felmarty@amd.com >
* address comments
---------
Signed-off-by: fxmarty-amd <felmarty@amd.com >
2025-07-30 09:40:04 -04:00
Baraldi, Giovanni
b30a084da2
Removing ATT buffer size limitation ( #534 )
...
* Removing SQTT buffer size limitation
* Update source/lib/rocprofiler-sdk/thread_trace/core.cpp
* Added testing for buffer size. Formatting.
* Add test as unstable
* Increase default buffer size
* Apply suggestions from code review
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
* Fix typo from code review
* Update tests/thread-trace/agent.cpp
---------
Co-authored-by: Giovanni <gbaraldi@amd.com >
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
[ROCm/rocprofiler-sdk commit: 1ba08cd4df ]
2025-07-29 22:47:40 +02:00
Baraldi, Giovanni
1ba08cd4df
Removing ATT buffer size limitation ( #534 )
...
* Removing SQTT buffer size limitation
* Update source/lib/rocprofiler-sdk/thread_trace/core.cpp
* Added testing for buffer size. Formatting.
* Add test as unstable
* Increase default buffer size
* Apply suggestions from code review
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
* Fix typo from code review
* Update tests/thread-trace/agent.cpp
---------
Co-authored-by: Giovanni <gbaraldi@amd.com >
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
2025-07-29 22:47:40 +02:00
Indic, Vladimir
fe6cfc9cc8
PCS test: cast agent name to str ( #546 )
...
* PCS test: cast agent name to str
[ROCm/rocprofiler-sdk commit: 2d8936362e ]
2025-07-29 12:11:15 -07:00
Indic, Vladimir
2d8936362e
PCS test: cast agent name to str ( #546 )
...
* PCS test: cast agent name to str
2025-07-29 12:11:15 -07:00
David Galiffi
7f953cfb68
Update VERSION to 1.2.0 ( #299 )
...
Bump version now that `release/rocm-rel-7.0` has been created.
[ROCm/rocprofiler-systems commit: 190562e8c6 ]
2025-07-29 14:04:48 -04:00
David Galiffi
190562e8c6
Update VERSION to 1.2.0 ( #299 )
...
Bump version now that `release/rocm-rel-7.0` has been created.
2025-07-29 14:04:48 -04:00
David Galiffi
85f6fb540a
Update VERSION to 3.3.0 ( #838 )
...
Bumping version now that `release/rocm-rel-7.0` has been created
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
[ROCm/rocprofiler-compute commit: 8ad2aa55f2 ]
2025-07-29 13:02:20 -04:00
David Galiffi
8ad2aa55f2
Update VERSION to 3.3.0 ( #838 )
...
Bumping version now that `release/rocm-rel-7.0` has been created
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
2025-07-29 13:02:20 -04:00
GunaShekar, Ajay
1a709fd533
SWDEV-545476 - memleak valgrind fixes for atomics and compiler ( #470 )
...
fixes SWDEV-545476 and SWDEV-545493
[ROCm/hip-tests commit: 39fd515cd2 ]
2025-07-29 08:32:34 -07:00
GunaShekar, Ajay
39fd515cd2
SWDEV-545476 - memleak valgrind fixes for atomics and compiler ( #470 )
...
fixes SWDEV-545476 and SWDEV-545493
2025-07-29 08:32:34 -07:00
Shweta Khatri
ec6ed9586b
rocr: Remove ISA check to disable stochastic support for GFX12.0 in ROCR
...
Feature support should be determined by KFD via the query-capabilities
IOCTL, not in ROCR.
[ROCm/ROCR-Runtime commit: a5de07d1b8 ]
2025-07-29 11:18:36 -04:00
Shweta Khatri
a5de07d1b8
rocr: Remove ISA check to disable stochastic support for GFX12.0 in ROCR
...
Feature support should be determined by KFD via the query-capabilities
IOCTL, not in ROCR.
2025-07-29 11:18:36 -04:00
David Galiffi
ae2643d681
Fix avail-regex-negation ctest ( #298 )
...
Adjusted the regex to filter out new "PAGE*" domains added by the
SDK. This was causing the passing regex to fail.
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
[ROCm/rocprofiler-systems commit: de6120daf9 ]
2025-07-29 02:44:40 -04:00
David Galiffi
de6120daf9
Fix avail-regex-negation ctest ( #298 )
...
Adjusted the regex to filter out new "PAGE*" domains added by the
SDK. This was causing the passing regex to fail.
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
2025-07-29 02:44:40 -04:00
Xiaogang Chen
996e8bbfb7
hsakmt: Use udmabuf to allocate system memory
...
This patch uses udmabuf driver to allocate system memory instead of using amdgpu
driver for APU. With this function app can account its consumed system memory by
cgroup mechanism. This function is enabled by env variable HSA_USE_UDMABUF.
Signed-off-by: Xiaogang Chen<Xiaogang.Chen@amd.com >
2025-07-28 14:11:17 -07:00
Xiaogang Chen
9603606d80
hsakmt: Use udmabuf to allocate system memory
...
This patch uses udmabuf driver to allocate system memory instead of using amdgpu
driver for APU. With this function app can account its consumed system memory by
cgroup mechanism. This function is enabled by env variable HSA_USE_UDMABUF.
Signed-off-by: Xiaogang Chen<Xiaogang.Chen@amd.com >
[ROCm/ROCR-Runtime commit: 996e8bbfb7 ]
2025-07-28 14:11:17 -07:00
vedithal-amd
2966867099
Fix test cases ( #837 )
...
* Fix formatting
[ROCm/rocprofiler-compute commit: 80ea339217 ]
2025-07-28 16:19:45 -04:00
vedithal-amd
80ea339217
Fix test cases ( #837 )
...
* Fix formatting
2025-07-28 16:19:45 -04:00
Jiang, Julia
72d3a25bd9
SWDEV-545870 - Remove beta warning in HIP Graph APIs ( #286 )
...
[ROCm/hip commit: a7f453c5b1 ]
2025-07-28 21:24:07 +05:30
Jiang, Julia
a7f453c5b1
SWDEV-545870 - Remove beta warning in HIP Graph APIs ( #286 )
2025-07-28 21:24:07 +05:30
Aleksandar Djordjevic
166babf234
ROCpd support [Part 1] ( #279 )
...
- Add rocpd support for
- cpu_frequency
- amd_smi
- sampling
[ROCm/rocprofiler-systems commit: 26ae543012 ]
2025-07-28 11:33:52 -04:00
Aleksandar Djordjevic
26ae543012
ROCpd support [Part 1] ( #279 )
...
- Add rocpd support for
- cpu_frequency
- amd_smi
- sampling
2025-07-28 11:33:52 -04:00
vedithal-amd
17e5892614
Enable rocpd output format with rocprofiler sdk ( #790 )
...
* Add `rocpd` choice for `--format-rocprof-output` option
* Add rocpd_data.py which defines SQL queries to extract data from rocpd database
* Use sqlite3 package to read the database
* Add `--retain-rocpd-output` option in profile mode to retain raw
rocpd database
* Add warning notice to say `--format-rocprof-output rocpd` will be
default in future release
For rocpd output:
* Use only `pmc_perf.csv` instead of reading individual coll_level results csv files
* Post process csv files using pandas in analysis mode instead of profile mode
* Use ACCUM counters instead of SQ_ACCUM_PREV_HIRES
* Add test cases for rocpd output format
* Fix code formatting issues
* Update CHANGELOG
[ROCm/rocprofiler-compute commit: 03d27c0ba0 ]
2025-07-28 11:02:28 -04:00
vedithal-amd
03d27c0ba0
Enable rocpd output format with rocprofiler sdk ( #790 )
...
* Add `rocpd` choice for `--format-rocprof-output` option
* Add rocpd_data.py which defines SQL queries to extract data from rocpd database
* Use sqlite3 package to read the database
* Add `--retain-rocpd-output` option in profile mode to retain raw
rocpd database
* Add warning notice to say `--format-rocprof-output rocpd` will be
default in future release
For rocpd output:
* Use only `pmc_perf.csv` instead of reading individual coll_level results csv files
* Post process csv files using pandas in analysis mode instead of profile mode
* Use ACCUM counters instead of SQ_ACCUM_PREV_HIRES
* Add test cases for rocpd output format
* Fix code formatting issues
* Update CHANGELOG
2025-07-28 11:02:28 -04:00
vedithal-amd
97465e7448
add description for MI100 counters ( #834 )
...
[ROCm/rocprofiler-compute commit: 6885cb068d ]
2025-07-26 15:33:23 -04:00
vedithal-amd
6885cb068d
add description for MI100 counters ( #834 )
2025-07-26 15:33:23 -04:00
Yiannis Papadopoulos
b7cd5cc7f1
rocr: Adding conversion function from hsa_amd_vmem_alloc_handle_t to ThunkHandle
2025-07-26 00:55:21 -04:00
Yiannis Papadopoulos
9fd770ac78
rocr: Adding conversion function from hsa_amd_vmem_alloc_handle_t to ThunkHandle
...
[ROCm/ROCR-Runtime commit: b7cd5cc7f1 ]
2025-07-26 00:55:21 -04:00
Yiannis Papadopoulos
f5120bfe68
rocr: DmaBufExport support for other agent types
2025-07-25 21:49:35 -04:00
Yiannis Papadopoulos
54933a3db2
rocr: DmaBufExport support for other agent types
...
[ROCm/ROCR-Runtime commit: f5120bfe68 ]
2025-07-25 21:49:35 -04:00
Yiannis Papadopoulos
ccaac9045b
rocr/aie: XdnaDriver::ExportDMABuf implementation
2025-07-25 21:49:35 -04:00
Yiannis Papadopoulos
91895208f8
rocr/aie: XdnaDriver::ExportDMABuf implementation
...
[ROCm/ROCR-Runtime commit: ccaac9045b ]
2025-07-25 21:49:35 -04:00