Lang Yu
89926f5b0b
rocrtst: fix rocrtst.Test_Example
...
VerifyResult always returns true. That's not expected.
Signed-off-by: Lang Yu <lang.yu@amd.com >
2025-03-20 12:57:52 +08:00
Lang Yu
cd239c7bcf
rocrtst: fix rocrtst.Test_Example
...
VerifyResult always returns true. That's not expected.
Signed-off-by: Lang Yu <lang.yu@amd.com >
[ROCm/ROCR-Runtime commit: 89926f5b0b ]
2025-03-20 12:57:52 +08:00
Galantsev, Dmitrii
929041b556
Fix amdsmi_get_power_info API
...
This change creates a workaround for a broken C api in amdsmi.
amdsmi_get_power_info API is broken in rocm 6.4.0 (amdsmi 25.2) and is fixed
in rocm 6.4.1 (amdsmi 25.3).
Breaking AMDSMI change:
https://github.com/ROCm/amdsmi/commit/dc4a16da6fb45d581a6e23c78d340172989418a0
Change-Id: Ib45a2702aa722c7735f3ccd1081d8f62e4d34216
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2025-03-19 23:12:45 -05:00
Galantsev, Dmitrii
791fa376e9
Fix amdsmi_get_power_info API
...
This change creates a workaround for a broken C api in amdsmi.
amdsmi_get_power_info API is broken in rocm 6.4.0 (amdsmi 25.2) and is fixed
in rocm 6.4.1 (amdsmi 25.3).
Breaking AMDSMI change:
https://github.com/ROCm/amdsmi/commit/dc4a16da6fb45d581a6e23c78d340172989418a0
Change-Id: Ib45a2702aa722c7735f3ccd1081d8f62e4d34216
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/rdc commit: 929041b556 ]
2025-03-19 23:12:45 -05:00
Kiss, Istvan
e60263a55a
SWDEV-514685 - Update documentation 2025-02-11 ( #25 )
...
Co-authored-by: Istvan Kiss <neon60@gmail.com >
[ROCm/hip commit: 69becfc7a8 ]
2025-03-19 22:04:47 +01:00
Kiss, Istvan
69becfc7a8
SWDEV-514685 - Update documentation 2025-02-11 ( #25 )
...
Co-authored-by: Istvan Kiss <neon60@gmail.com >
2025-03-19 22:04:47 +01:00
vedithal-amd
77ffa73e5b
Update default PR reviewers ( #617 )
...
[ROCm/rocprofiler-compute commit: 40ad99eae1 ]
2025-03-19 16:00:28 -04:00
vedithal-amd
40ad99eae1
Update default PR reviewers ( #617 )
2025-03-19 16:00:28 -04:00
ajanicijamd
df729548d0
Fix a RCCL initialization to avoid a deadlock ( #136 )
...
Also fixes:
- crash while finalizing rocprof-sys-causal
[ROCm/rocprofiler-systems commit: 26bb604215 ]
2025-03-19 14:48:04 -04:00
ajanicijamd
26bb604215
Fix a RCCL initialization to avoid a deadlock ( #136 )
...
Also fixes:
- crash while finalizing rocprof-sys-causal
2025-03-19 14:48:04 -04:00
Shweta Khatri
2ae70735e8
rocr: Fix PcSamplingCreateFromId to pass 32-bit dword count to DmaFill
...
In PcSamplingCreateFromId, convert number of bytes into number of
dwords because DmaFill expects a count of 32-bit words, not raw bytes.
This prevents OOB writes on large sampling buffers.
2025-03-19 14:42:41 -04:00
Shweta Khatri
b570f22aca
rocr: Fix PcSamplingCreateFromId to pass 32-bit dword count to DmaFill
...
In PcSamplingCreateFromId, convert number of bytes into number of
dwords because DmaFill expects a count of 32-bit words, not raw bytes.
This prevents OOB writes on large sampling buffers.
[ROCm/ROCR-Runtime commit: 2ae70735e8 ]
2025-03-19 14:42:41 -04:00
Lao, Darren
cd4d236185
rocr: Change ISA grid dimensions
...
Signed-off-by: Lao, Darren <Darren.Lao@amd.com >
2025-03-19 13:44:17 -04:00
Lao, Darren
c03e4cfe4d
rocr: Change ISA grid dimensions
...
Signed-off-by: Lao, Darren <Darren.Lao@amd.com >
[ROCm/ROCR-Runtime commit: cd4d236185 ]
2025-03-19 13:44:17 -04:00
Arandjelovic, Marko
cc5124241b
Revert SWDEV-512344 - Unmap all subbuffers ( #26 )
...
This reverts commit 0b69120cfcb5b4689d9f2037b1a01e274d85c20f.
[ROCm/clr commit: e7ada4effe ]
2025-03-19 21:17:36 +05:30
Arandjelovic, Marko
e7ada4effe
Revert SWDEV-512344 - Unmap all subbuffers ( #26 )
...
This reverts commit 0b69120cfcb5b4689d9f2037b1a01e274d85c20f.
2025-03-19 21:17:36 +05:30
Godavarthy Surya, Anusha
35a15ca3b2
Revert "SWDEV-492049 - Remove the handle of Phy Mem from Memobj" ( #72 )
...
This reverts commit dabe311bd8 .
[ROCm/clr commit: 2259a8c01c ]
2025-03-19 21:16:51 +05:30
Godavarthy Surya, Anusha
2259a8c01c
Revert "SWDEV-492049 - Remove the handle of Phy Mem from Memobj" ( #72 )
...
This reverts commit 231b2410a0 .
2025-03-19 21:16:51 +05:30
Andryeyev, German
5c7c86f66d
SWDEV-517481 - Add dynamic queue management ( #37 )
...
Enabled by defaulty. DEBUG_HIP_DYNAMIC_QUEUES controls the feature
[ROCm/clr commit: 28967982b2 ]
2025-03-19 11:22:50 -04:00
Andryeyev, German
28967982b2
SWDEV-517481 - Add dynamic queue management ( #37 )
...
Enabled by defaulty. DEBUG_HIP_DYNAMIC_QUEUES controls the feature
2025-03-19 11:22:50 -04:00
Brzak, Branislav
ee0e2af0e1
SWDEV-516564 - SWDEV-512817 - Remove mentions of gfx940 and gfx941 ( #30 )
...
[ROCm/hip-tests commit: 902988494e ]
2025-03-19 15:42:18 +01:00
Brzak, Branislav
902988494e
SWDEV-516564 - SWDEV-512817 - Remove mentions of gfx940 and gfx941 ( #30 )
2025-03-19 15:42:18 +01:00
Tim Gu
0a28e0a54a
Update build instructions
2025-03-18 19:54:20 -04:00
Tim Gu
bf1a60e2f9
Update build instructions
...
[ROCm/ROCR-Runtime commit: 0a28e0a54a ]
2025-03-18 19:54:20 -04:00
ywang103-amd
1d2b1fc707
fix the error of output path of multi-node mode ( #616 )
...
* solve the error that makes name passed by -n not used in multi-node applications
* isort and black formatted
[ROCm/rocprofiler-compute commit: 23b42e90c9 ]
2025-03-18 17:19:19 -04:00
ywang103-amd
23b42e90c9
fix the error of output path of multi-node mode ( #616 )
...
* solve the error that makes name passed by -n not used in multi-node applications
* isort and black formatted
2025-03-18 17:19:19 -04:00
randyh62
e2f3e8c0de
fix license include path
2025-03-18 16:29:10 -04:00
randyh62
407704bf61
fix license include path
...
[ROCm/ROCR-Runtime commit: e2f3e8c0de ]
2025-03-18 16:29:10 -04:00
David Yat Sin
ce0244ac03
Revert rocr: Only expose ext-fine-grain pool on xgmi-hive systems
...
This reverts commit 6dac90c89a .
2025-03-18 16:28:36 -04:00
David Yat Sin
d94b4becd8
Revert rocr: Only expose ext-fine-grain pool on xgmi-hive systems
...
This reverts commit 0097218f2b .
[ROCm/ROCR-Runtime commit: ce0244ac03 ]
2025-03-18 16:28:36 -04:00
jordans
d4b85b6bf5
hsakmt: Initial Commit for the HSA KMT Model
...
The over arching goal it so provide an API that pre-silicon models can latch into for software bring up.# Please enter the commit message for your changes. Lines starting
2025-03-18 16:22:17 -04:00
jordans
938b34da24
hsakmt: Initial Commit for the HSA KMT Model
...
The over arching goal it so provide an API that pre-silicon models can latch into for software bring up.# Please enter the commit message for your changes. Lines starting
[ROCm/ROCR-Runtime commit: d4b85b6bf5 ]
2025-03-18 16:22:17 -04:00
vedithal-amd
ec4359658b
Fix kernel filtering when using rocprofv3 ( #615 )
...
When using rocprof v3:
* Use --kernel-include-regex for kernel name filtering
* Use --kernel-iteration-range for kernel dispatch filtering
Update changelog
[ROCm/rocprofiler-compute commit: 45b8937d5d ]
2025-03-18 11:26:45 -04:00
vedithal-amd
45b8937d5d
Fix kernel filtering when using rocprofv3 ( #615 )
...
When using rocprof v3:
* Use --kernel-include-regex for kernel name filtering
* Use --kernel-iteration-range for kernel dispatch filtering
Update changelog
2025-03-18 11:26:45 -04:00
vedithal-amd
f775c7cdbd
Band aid fix for MI 100 no counters collected ( #614 )
...
* rocprofv3 might not collect any counters for MI 100, handle this case gracefully to prevent test failures
[ROCm/rocprofiler-compute commit: 64ccd588de ]
2025-03-18 11:26:17 -04:00
vedithal-amd
64ccd588de
Band aid fix for MI 100 no counters collected ( #614 )
...
* rocprofv3 might not collect any counters for MI 100, handle this case gracefully to prevent test failures
2025-03-18 11:26:17 -04:00
Bhardwaj, Gopesh
c66e315ad0
fix building OpenMP test target ( #292 )
...
* fix building openmp test target
* cmake format correction
* cmake format correction
[ROCm/rocprofiler-sdk commit: e0859f7d33 ]
2025-03-18 14:16:18 +05:30
Bhardwaj, Gopesh
e0859f7d33
fix building OpenMP test target ( #292 )
...
* fix building openmp test target
* cmake format correction
* cmake format correction
2025-03-18 14:16:18 +05:30
David Yat Sin
6903a41b1d
rocr: Workaround for SDMA POLL_REGMEM on gfx9.0
...
Poll the dependent signals twice on all gfx9.0 GPUs except gfx90a.
This is needed as a work-around for a rare issue where SDMA_POLL_REGMEM
may return before the memory is actually cleared.
2025-03-17 17:59:15 -04:00
David Yat Sin
9e8859636e
rocr: Workaround for SDMA POLL_REGMEM on gfx9.0
...
Poll the dependent signals twice on all gfx9.0 GPUs except gfx90a.
This is needed as a work-around for a rare issue where SDMA_POLL_REGMEM
may return before the memory is actually cleared.
[ROCm/ROCR-Runtime commit: 6903a41b1d ]
2025-03-17 17:59:15 -04:00
Ben Richard
d43675860b
Remove dependency on en_US.UTF-8 locale ( #613 )
...
Set locale to C.utf8 instead of en_US.UTF-8
Avoid forcing the user to use en_US.UTF-8. Most Linux systems have C.utf8.
[ROCm/rocprofiler-compute commit: 96a25e8cbc ]
2025-03-17 16:40:36 -04:00
Ben Richard
96a25e8cbc
Remove dependency on en_US.UTF-8 locale ( #613 )
...
Set locale to C.utf8 instead of en_US.UTF-8
Avoid forcing the user to use en_US.UTF-8. Most Linux systems have C.utf8.
2025-03-17 16:40:36 -04:00
Bhardwaj, Gopesh
9764f96427
removing gfx940 and gfx941 targets ( #286 )
...
* removing gfx940 and gfx941 targets
* updated changelog
[ROCm/rocprofiler-sdk commit: f5c9663c51 ]
2025-03-17 15:21:12 -05:00
Bhardwaj, Gopesh
f5c9663c51
removing gfx940 and gfx941 targets ( #286 )
...
* removing gfx940 and gfx941 targets
* updated changelog
2025-03-17 15:21:12 -05:00
ywang103-amd
83edd97f78
replace rocm-smi with amd-smi cmd ( #612 )
...
[ROCm/rocprofiler-compute commit: 0c6cec5671 ]
2025-03-17 16:20:41 -04:00
ywang103-amd
0c6cec5671
replace rocm-smi with amd-smi cmd ( #612 )
2025-03-17 16:20:41 -04:00
Vaddireddy, Sushma
aef4f2f4c5
MI355X Support - PC Sampling and updating counter_defs.yaml ( #206 )
...
* Update mi350/gfx950 counter_defs.yaml (#131 )
* Update gfx950 counter_defs.yaml
* Update F8 MFMA for gfx950
* Update counter_defs.yaml
* Update counter_defs.yaml
* add simd_util counter
* add new rdc ops gfx950
* Update counter_defs.yaml
* New mi350 CPC counters
* Update counter_defs.yaml
* New mi350 spi counters
* Update new mi350 sq counter_defs.yaml
* Update TA counter_defs.yaml
* Update TD GFX950counter_defs.yaml
* Update TCP gfx950 counter_defs.yaml
* Update new gfx950 tcc counter_defs.yaml
* Update TCP_PENDING_STALL_CYCLES counter_defs.yaml
* MI355X Host-Trap PC sampling Support (#130 )
* Adding gfx12 to CU_NUM
* Add ELFABIVERSION_AMDGPU_HSA_V6
* add gfx950 to TEST_YAML_LOAD metric
* add gfx950 to append counters tests
* Updated CHANGELOG.md
---------
Co-authored-by: Kandula, Venkateshwar reddy <Venkateshwarreddy.Kandula@amd.com >
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
Co-authored-by: Bhardwaj, Gopesh <Gopesh.Bhardwaj@amd.com >
Co-authored-by: Madsen, Jonathan <Jonathan.Madsen@amd.com >
[ROCm/rocprofiler-sdk commit: 09c7d44cc4 ]
2025-03-17 15:20:40 -05:00
Vaddireddy, Sushma
09c7d44cc4
MI355X Support - PC Sampling and updating counter_defs.yaml ( #206 )
...
* Update mi350/gfx950 counter_defs.yaml (#131 )
* Update gfx950 counter_defs.yaml
* Update F8 MFMA for gfx950
* Update counter_defs.yaml
* Update counter_defs.yaml
* add simd_util counter
* add new rdc ops gfx950
* Update counter_defs.yaml
* New mi350 CPC counters
* Update counter_defs.yaml
* New mi350 spi counters
* Update new mi350 sq counter_defs.yaml
* Update TA counter_defs.yaml
* Update TD GFX950counter_defs.yaml
* Update TCP gfx950 counter_defs.yaml
* Update new gfx950 tcc counter_defs.yaml
* Update TCP_PENDING_STALL_CYCLES counter_defs.yaml
* MI355X Host-Trap PC sampling Support (#130 )
* Adding gfx12 to CU_NUM
* Add ELFABIVERSION_AMDGPU_HSA_V6
* add gfx950 to TEST_YAML_LOAD metric
* add gfx950 to append counters tests
* Updated CHANGELOG.md
---------
Co-authored-by: Kandula, Venkateshwar reddy <Venkateshwarreddy.Kandula@amd.com >
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
Co-authored-by: Bhardwaj, Gopesh <Gopesh.Bhardwaj@amd.com >
Co-authored-by: Madsen, Jonathan <Jonathan.Madsen@amd.com >
2025-03-17 15:20:40 -05:00
dependabot[bot]
516c3b11f8
Bump rocm-docs-core[api_reference] from 1.17.1 to 1.18.1 in /docs/sphinx ( #137 )
...
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core ) from 1.17.1 to 1.18.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.17.1...v1.18.1 )
---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
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>
[ROCm/rocprofiler-systems commit: b621691a53 ]
2025-03-17 13:50:58 -04:00
dependabot[bot]
b621691a53
Bump rocm-docs-core[api_reference] from 1.17.1 to 1.18.1 in /docs/sphinx ( #137 )
...
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core ) from 1.17.1 to 1.18.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.17.1...v1.18.1 )
---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
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-03-17 13:50:58 -04:00