Commit Graph

71617 Commits

Author SHA1 Message Date
Maisam Arif 6de6290dc1 Removed kfd_ioctl.h from rocm include install
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I7948eb050f79a8a0f71e0b8a8e4e08187ac0bb84
2025-08-19 17:18:14 -05:00
Maisam Arif 2851f80253 Removed kfd_ioctl.h from rocm include install
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I7948eb050f79a8a0f71e0b8a8e4e08187ac0bb84


[ROCm/amdsmi commit: 6de6290dc1]
2025-08-19 17:18:14 -05:00
Atul Kulkarni 231449c896 Added new code owners (#1869) 2025-08-19 16:32:25 -05:00
Mustafa Abduljabbar c1b3cd8911 Have ncclDevFuncId use 64-Bit keyed map with field packing (#1857)
- Updated ncclDevFuncId to use a hash-based lookup with std::unordered_map.
- Keys are now 64-bit integers, which pack coll, algo, proto, devRedOp, and type fields.
- Improved flexibility and maintainability by moving away from row-based indexing.
- Added error handling for missing keys in the hash map.
- Aligned key generation logic with generate.py and updated generate.py.
2025-08-19 16:41:19 -04:00
Galantsev, Dmitrii cd33b75540 [SWDEV-545751] CMAKE - Enable fPIC (#629)
Change-Id: Iaade10e70b3a39d6bca23ae98f9f501339ffd76d
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
2025-08-19 11:39:39 -05:00
Galantsev, Dmitrii beaffa2c84 [SWDEV-545751] CMAKE - Enable fPIC (#629)
Change-Id: Iaade10e70b3a39d6bca23ae98f9f501339ffd76d
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>

[ROCm/amdsmi commit: cd33b75540]
2025-08-19 11:39:39 -05:00
Poag, Charis e12d270693 [SWDEV-546220] Fix mVF xcd check within tests (#628)
Adding a check to see if we're in guest -> allowing equal XCD values.
This is because in mVF configurations, we may not be able to read the gfx clock values.

Change-Id: I8e5d9627e061e98ec854734a91624c8077644a2a
Signed-off-by: Charis Poag <Charis.Poag@amd.com>
2025-08-19 11:13:18 -05:00
Poag, Charis 61c817a2d3 [SWDEV-546220] Fix mVF xcd check within tests (#628)
Adding a check to see if we're in guest -> allowing equal XCD values.
This is because in mVF configurations, we may not be able to read the gfx clock values.

Change-Id: I8e5d9627e061e98ec854734a91624c8077644a2a
Signed-off-by: Charis Poag <Charis.Poag@amd.com>

[ROCm/amdsmi commit: e12d270693]
2025-08-19 11:13:18 -05:00
systems-assistant[bot] 351d598869 [Docs] Adding AQLprofile info (#150)
* Adding AQLprofile info

* update aqlprofile text

---------

Co-authored-by: Matt Williams <Matt.Williams+amdeng@amd.com>
2025-08-19 08:44:25 -07:00
systems-assistant[bot] c746ba6d31 Fix compilation with libc++ (#148)
`interop.cpp` uses `std::find_if` without a relevant include file, breaking compilation with Clang/libc++.

Co-authored-by: Sv. Lockal <lockalsash@gmail.com>
2025-08-19 08:42:03 -07:00
Giovanni Lenzi Baraldi ff43893902 Fix decoder description (#513) 2025-08-19 08:35:22 -07:00
Joseph Macaranas 894cfbc02c Language runtime codeowner updates (#628) 2025-08-19 11:03:42 -04:00
Joseph Macaranas 669cea4570 Migration status update Aug 18 2025-08-18 20:55:31 -04:00
Joseph Macaranas c912ff5051 Source of truth update Aug 18 (#623) 2025-08-18 20:05:55 -04:00
Joseph Macaranas f81d90623d Preserved file-path commit history for hip-tests. 2025-08-18 19:43:53 -04:00
Joseph Macaranas 966fc5319d Preserve file-path commit history for hipother. 2025-08-18 19:07:27 -04:00
Joseph Macaranas a8f48a100d Preserve file-path commit history for hip. 2025-08-18 19:04:49 -04:00
Joseph Macaranas a2cedb7fe5 Preserve file-path commit history of clr. 2025-08-18 19:01:36 -04:00
Bindhiya Kanangot Balakrishnan 41488f0c18 [SWDEV-547160] Fix VRAM percentage calculation
The vram_percent calculation was missing
multiplication by 100.

Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com>
2025-08-18 17:28:30 -05:00
Bindhiya Kanangot Balakrishnan 8e645a6da7 [SWDEV-547160] Fix VRAM percentage calculation
The vram_percent calculation was missing
multiplication by 100.

Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com>


[ROCm/amdsmi commit: 41488f0c18]
2025-08-18 17:28:30 -05:00
Joseph Macaranas a22b6f3aca Merge commit 'ed7fae51d884a17cd3bd96c7973d1f1f78b5f3a5' into develop 2025-08-18 16:23:12 -04:00
ammallya 32634d809f Adding merge conflicts bypass 2025-08-18 13:11:15 -07:00
ammallya 53ae4f13db Fix for commits 2025-08-18 13:00:02 -07:00
Arif, Maisam 2d5accd000 [SWDEV-540665] Add power_cap set to Linux Guest (#626)
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I3c8d707681c141390b40521231e0d638c81cdeaf
2025-08-18 14:59:14 -05:00
Arif, Maisam 4e568b2eea [SWDEV-540665] Add power_cap set to Linux Guest (#626)
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I3c8d707681c141390b40521231e0d638c81cdeaf

[ROCm/amdsmi commit: 2d5accd000]
2025-08-18 14:59:14 -05:00
ammallya cc67092904 Adding git user settings 2025-08-18 12:54:51 -07:00
ammallya 8110a5d38c Adding pr logic to python file 2025-08-18 12:51:12 -07:00
ammallya 03d4c5c1fd Changing the logic to invoke python script 2025-08-18 12:50:03 -07:00
ammallya b8ea251fc5 Continue on error 2025-08-18 12:31:03 -07:00
nileshnegi 690f97c119 Merge pull request #147 from nileshnegi/sync/nccl-tests_v2.16.7
[SYNC] NCCL-Tests v2.16.7
2025-08-18 15:28:34 -04:00
ammallya 1d19aa0dd5 Escaping /r 2025-08-18 12:17:31 -07:00
Manocha, Rahul 13d54a3ec1 Fix typo in hipBatchMemOpParamsTocudaBatchMemOpParams (#38)
Co-authored-by: Rahul Manocha <rmanocha@amd.com>

[ROCm/hipother commit: ed7fae51d8]
2025-08-18 12:09:09 -07:00
Manocha, Rahul ed7fae51d8 Fix typo in hipBatchMemOpParamsTocudaBatchMemOpParams (#38)
Co-authored-by: Rahul Manocha <rmanocha@amd.com>
2025-08-18 12:09:09 -07:00
ammallya 9ceb4b8fb8 Fix logic 2025-08-18 11:57:26 -07:00
ammallya 948ce50ec8 Remove from json 2025-08-18 11:55:40 -07:00
ammallya 95ef34ce41 Fix multiline matrix error 2025-08-18 11:50:27 -07:00
systems-assistant[bot] bc455989d9 Merge commit 'b0519e8441273e20bbcbe1bb7b56cdf55369f514' into develop 2025-08-18 18:08:07 +00:00
systems-assistant[bot] c95526c57e Merge commit '55b54866fb50f264b064b20814679385ffd2847c' into develop 2025-08-18 18:08:05 +00:00
systems-assistant[bot] 23d4f23d7f Merge commit '0ac913e64c988e6b9ea8e86d74292cdf44c5d255' into develop 2025-08-18 18:08:03 +00:00
Jason Bonnell 24332bb65b [rocprofiler-systems] Update containers workflow to generate matrix from file (#369)
* Use matrix data from containers.yml in rocprofiler-systems-containers.yml

* add on pull_request to rocprofiler-systems-containers.yml

* update yq command in rocprofiler-systems-containers.yml

* ensure no indenting in json output

* update output definition in prepare_release_matrix

* added container-ci.yml for ci containers

* move ordering of steps in rocprofiler-systems-containers.yml

* Update projects/rocprofiler-systems/docker/containers-ci.yml

Co-authored-by: David Galiffi <David.Galiffi@amd.com>

* only push containers when running on schedule or push

* Formatting fix

Cleaning trailing whitespace.

---------

Co-authored-by: David Galiffi <David.Galiffi@amd.com>
2025-08-18 13:17:17 -04:00
Charis Poag d3b73fac82 Revert Major ABI break for amdsmi_get_violation_status()
Changes:
- This aligns back to original struct naming for ROCm 7.0. This removes
any Major ABI breakages for updates for 7.0 release.
- Minor ABI breakage is required since there were additions to the
header. Refer to changelog for these updates.

Change-Id: If35af74eac6beac8c267d05ce789b7761ed24bff
Signed-off-by: Charis Poag <Charis.Poag@amd.com>
2025-08-18 11:36:57 -05:00
Charis Poag 7ab967ec69 Revert Major ABI break for amdsmi_get_violation_status()
Changes:
- This aligns back to original struct naming for ROCm 7.0. This removes
any Major ABI breakages for updates for 7.0 release.
- Minor ABI breakage is required since there were additions to the
header. Refer to changelog for these updates.

Change-Id: If35af74eac6beac8c267d05ce789b7761ed24bff
Signed-off-by: Charis Poag <Charis.Poag@amd.com>


[ROCm/amdsmi commit: d3b73fac82]
2025-08-18 11:36:57 -05:00
Peter Park b4e336aef3 [rocm-smi-lib] docs: fix changelog heading ROCm 6.5.0 -> ROCm 7.0.0 (#363) 2025-08-18 11:46:02 -04:00
Nusrat Islam 6ade5065b4 device: optimize threadfence for ll64 protocol (#1858)
* device: optimize threadfence for ll64 protocol

* device: use __atomic_signal_fence()

---------

Co-authored-by: Nusrat Islam <nusislam@useocpslog-003.amd.com>
2025-08-18 09:16:41 -05:00
Sang, Tao 7e5e54d9aa SWDEV-542947 - Revert wrong patch (#528)
Revert "SWDEV-542947 - Compile hipSquareGenericTargetOnly* with usual commands (#510)"

This reverts commit 98bf9ad0d3.

[ROCm/hip-tests commit: b0519e8441]
2025-08-18 09:28:44 -04:00
Sang, Tao b0519e8441 SWDEV-542947 - Revert wrong patch (#528)
Revert "SWDEV-542947 - Compile hipSquareGenericTargetOnly* with usual commands (#510)"

This reverts commit 5089f611e2.
2025-08-18 09:28:44 -04:00
Dittakavi, Satyanvesh d424664592 SWDEV-523177 - Fix the Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem test (#131)
* SWDEV-523177 - Fix the Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem test

* Fix the hip nvidia psdb failure

[ROCm/hip-tests commit: 41af8e62ca]
2025-08-18 18:27:13 +05:30
Dittakavi, Satyanvesh 41af8e62ca SWDEV-523177 - Fix the Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem test (#131)
* SWDEV-523177 - Fix the Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem test

* Fix the hip nvidia psdb failure
2025-08-18 18:27:13 +05:30
Dittakavi, Satyanvesh 5ad57c1d9a SWDEV-514959 - Fix memory leaks in streamperthread tests (#14)
Change-Id: I7b133d422f675d45050d7f724d632fa2dc997baf

[ROCm/hip-tests commit: fde891bc76]
2025-08-18 17:27:47 +05:30
Dittakavi, Satyanvesh fde891bc76 SWDEV-514959 - Fix memory leaks in streamperthread tests (#14)
Change-Id: I7b133d422f675d45050d7f724d632fa2dc997baf
2025-08-18 17:27:47 +05:30