Adel Johar
d8d27d4fd6
Docs: Add more variables to env_variables.rst
2025-03-20 11:59:58 -04:00
Adel Johar
6195f65f9e
Docs: Add more variables to env_variables.rst
...
[ROCm/ROCR-Runtime commit: d8d27d4fd6 ]
2025-03-20 11:59:58 -04:00
Madsen, Jonathan
e744f11c2c
[rocprofiler-sdk-att] Minor cmake update ( #283 )
...
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com >
[ROCm/rocprofiler-sdk commit: bcc15a28d0 ]
2025-03-20 10:57:35 -05:00
Madsen, Jonathan
bcc15a28d0
[rocprofiler-sdk-att] Minor cmake update ( #283 )
...
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com >
2025-03-20 10:57:35 -05:00
Gupta, Maneesh
3217d8a78d
Update CODEOWNERS ( #3 )
...
[ROCm/hipother commit: a00c8186c0 ]
2025-03-20 15:47:52 +05:30
Gupta, Maneesh
a00c8186c0
Update CODEOWNERS ( #3 )
2025-03-20 15:47:52 +05:30
Gupta, Maneesh
c9dd70dc06
Update CODEOWNERS ( #34 )
...
[ROCm/hip-tests commit: 2832b7431c ]
2025-03-20 15:45:31 +05:30
Gupta, Maneesh
2832b7431c
Update CODEOWNERS ( #34 )
2025-03-20 15:45:31 +05:30
Gupta, Maneesh
958e29a802
Update CODEOWNERS ( #33 )
...
[ROCm/hip commit: 1ef644f3d6 ]
2025-03-20 15:43:57 +05:30
Gupta, Maneesh
1ef644f3d6
Update CODEOWNERS ( #33 )
2025-03-20 15:43:57 +05:30
Gupta, Maneesh
781da97ff6
Update CODEOWNERS ( #77 )
...
[ROCm/clr commit: d9abcdd999 ]
2025-03-20 15:40:50 +05:30
Gupta, Maneesh
d9abcdd999
Update CODEOWNERS ( #77 )
2025-03-20 15:40:50 +05:30
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