Castillo, Juan
c830bb4d74
[SWDEV-534728] Fixed deep_sleep status does not work with --json flag ( #413 )
...
- When in json output mode the .rstrip function does not work due to dict obj type.
- The clk_value is now checked for dict instance before extracting the value.
- If clk_value is a dict then the .get() function is used to extract the value.
- Else it is a string obj which uses .split() to extract the value.
- If clk_value is < min_clk_value then deep_sleep is set to ENABLED
- initialize clk_value and min_clk_value to 0 for each loop.
- fix if/else for better readability
---------
Signed-off-by: Juan Castillo <juan.castillo@amd.com >
[ROCm/amdsmi commit: 2e8aaf02c9 ]
2025-05-30 16:45:32 -05:00
Arif, Maisam
da430dec05
[SWDEV-488303] Adjusted process vram_mem data source ( #411 )
...
* [SWDEV-488303] Adjusted process vram_mem data source
* Standardized sscanf format strings
---------
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Co-authored-by: gabrpham_amdeng <Gabriel.Pham@amd.com >
[ROCm/amdsmi commit: 42441c78ea ]
2025-05-29 23:26:12 -05:00
Maisam Arif
b2b6779593
[SWDEV-523247] Corrected amdsmi_get_gpu_vram_usage total
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: I0f8bb067bf34f64d1b8d41e2a89d3a79a6745990
[ROCm/amdsmi commit: 876f3976e0 ]
2025-05-29 21:30:00 -05:00
Arif, Maisam
465f2e6a41
[SWDEV-488303] Updated CU occupancy for per-process retrieval ( #243 )
...
Change-Id: I2990597c6dd4b2e8cf3e11ce60f72049ebdd9a8c
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
[ROCm/amdsmi commit: 0fdaebdbaa ]
2025-05-29 20:35:27 -05:00
Maisam Arif
418ec78c21
[SWDEV-534707] Adjust power value documentation
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: I1c4516e403715b9a1fe9c78fae94848c89daa920
[ROCm/amdsmi commit: fba62e2270 ]
2025-05-29 18:55:44 -05:00
Liu, Shuzhou (Bill)
ff2e230a34
[SWDEV-520665] Add support for board voltage ( #303 )
...
* Add the API and CLI to show the board voltage.
---------
Change-Id: Icb25bd653bb1d004704b5a21b378ca31b2b242c7
Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com >
Signed-off-by: AL Musaffar, Yazen <Yazen.ALMusaffar@amd.com >
[ROCm/amdsmi commit: 970560fc7c ]
2025-05-29 18:55:08 -05:00
Narlo, Joseph
fc54da7679
[SWDEV-489696] Improve AMD SMI Python APIs Functional and Unit Testing ( #408 )
...
Signed-off-by: josnarlo <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: 13148c5d8e ]
2025-05-29 17:18:08 -05:00
Pham, Gabriel
c283cccf79
[SWDEV-511822] Created default command for amdsmi ( #348 )
...
* Added degree symbol and fixed power usage
* Added degree symbol and fixed power usage
* fixed default command
---------
Signed-off-by: gabrpham_amdeng <Gabriel.Pham@amd.com >
[ROCm/amdsmi commit: bc158d2b51 ]
2025-05-29 17:14:58 -05:00
Saeed, Oosman
5874eb5151
[SWDEV-533349] codeQL - use strncpy instead of strcpy ( #405 )
...
use strncpy instead of strcpy
Co-authored-by: Oosman Saeed <oossaeed@amd.com >
[ROCm/amdsmi commit: 945e4a159c ]
2025-05-29 15:55:45 -05:00
Kanangot Balakrishnan, Bindhiya
51a7a5dc59
[SWDEV-463406] Update python doc for amdsmi_get_violation_status ( #406 )
...
* Updated the amdsmi_get_violation_status python API doc with newly added fields.
---------
Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com >
[ROCm/amdsmi commit: 8e486c832b ]
2025-05-29 14:59:16 -05:00
Justin Williams
928c95f6eb
[SWDEV-533596] CI - Added Docs Generation
...
Signed-off-by: Justin Williams <Justin.Williams@amd.com >
[ROCm/amdsmi commit: 83185695c9 ]
2025-05-29 13:46:13 -05:00
Kanangot Balakrishnan, Bindhiya
2155c96c9e
[SWDEV-463406] ViolationStatus Changes ( #288 )
...
* Expanded Violation Status tracking for GPU metrics 1.8
* Added new fields to `amdsmi_violation_status_t` and related interfaces for enhanced violation statuses
---------
Signed-off-by: Kanangot Balakrishnan, Bindhiya <Bindhiya.KanangotBalakrishnan@amd.com >
Signed-off-by: Charis Poag <Charis.Poag@amd.com >
Co-authored-by: Charis Poag <Charis.Poag@amd.com >
[ROCm/amdsmi commit: e7f19b36f0 ]
2025-05-29 13:26:21 -05:00
Mewar, Deepak
4b0397fd80
[SWDEV-512393] Fix for incorrect cpu set size input ( #399 )
...
Signed-off-by: Deepak Mewar <deepak.mewar@amd.com >
[ROCm/amdsmi commit: 9a49e454fd ]
2025-05-29 12:14:03 -05:00
Saeed, Oosman
b793acaa71
[SWDEV-530385] Fix CPER "--follow" & "--file-limit" ( #380 )
...
* --follow option fix & --file_limit option added
* change --file_limit and --cper_file to --file-limit and --cper-file
---------
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
[ROCm/amdsmi commit: 91c9969b72 ]
2025-05-29 11:59:55 -05:00
Pryor, Adam
69fde31369
Remove ring hang ( #391 )
...
Change-Id: I856cd0949d3661911ab9302148aa1bc6e72abeed
Signed-off-by: adapryor <Adam.pryor@amd.com >
[ROCm/amdsmi commit: d0a89393df ]
2025-05-29 11:58:46 -05:00
Poag, Charis
b88ee7cc5a
Removed backwards compatibility for jpeg_activity/vcn_activity ( #357 )
...
Updated:
- Removed backwards compatibility for jpeg_activity/vcn_activity
- On supported ASICs users can use XCP (partition) stat values:
jpeg_busy and vcn_busy
Signed-off-by: Charis Poag <Charis.Poag@amd.com >
[ROCm/amdsmi commit: f89a8c895c ]
2025-05-29 11:58:06 -05:00
Narlo, Joseph
fea816ee47
[SWDEV-535389] Removed unused definition ( #402 )
...
Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com >
Co-authored-by: Arif, Maisam <Maisam.Arif@amd.com >
[ROCm/amdsmi commit: 8724658c14 ]
2025-05-29 10:48:16 -05:00
Maisam Arif
3db6b8b36c
Removed leftover AMDSMI_MAX_DRIVER_VERSION_LENGTH
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: Iee95728e6eb6d7962ed658b9a77feccb88e24e92
[ROCm/amdsmi commit: 2481573184 ]
2025-05-29 10:34:21 -05:00
Narlo, Joseph
cd3128f997
[SWDEV-522996] Syncing Unified Header and AMDSMI ( #355 )
...
* Update doxygen help text and formatting
Signed-off-by: josnarlo <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: 4cd0f3391e ]
2025-05-28 19:06:10 -05:00
Narlo, Joseph
8d6253d772
[SWDEV-532125] Remove_Unused_Definitions ( #385 )
...
Signed-off-by: Narlo, Joseph <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: b6d638d942 ]
2025-05-28 18:49:08 -05:00
Narlo, Joseph
41522f665f
[SWDEV-532131] Update String Lengths ( #383 )
...
Signed-off-by: Narlo, Joseph <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: 7c29b4eab8 ]
2025-05-28 18:31:30 -05:00
Narlo, Joseph
d2bf77401e
[SWDEV-532129] Update amdsmi asic info ( #369 )
...
* Added `subsystem_id` to `amdsmi_get_gpu_asic_info`
---------
Signed-off-by: Narlo, Joseph <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: 9862db63dd ]
2025-05-28 18:26:58 -05:00
Narlo, Joseph
1fbddb6dcc
[SWDEV-533941] Align P2P input struct ( #395 )
...
* Removed `amdsmi_io_link_type_t` and replaced with alredy implemented amdsmi_link_type_t
Signed-off-by: josnarlo <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: f3a5cc9cd5 ]
2025-05-28 18:22:19 -05:00
Narlo, Joseph
59f5827164
[SWDEV-535200] Remove deprecated function amdsmi_get_power_info_v2 ( #397 )
...
Signed-off-by: josnarlo <Joseph.Narlo@amd.com >
Signed-off-by: Narlo, Joseph <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: 38a1fadf44 ]
2025-05-28 18:09:13 -05:00
Narlo, Joseph
268c4e59ed
[SWDEV-534438] Update structure amdsmi_bdf_t ( #388 )
...
Signed-off-by: josnarlo <Joseph.Narlo@amd.com >
Signed-off-by: Narlo, Joseph <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: 7b3c85e970 ]
2025-05-28 18:05:43 -05:00
Narlo, Joseph
cd71942678
[SWDEV-529483] Get Vram Vendor Name from Driver ( #323 )
...
* Update to remove vram enum and instead use the string directly from the driver.
Signed-off-by: Narlo, Joseph <Joseph.Narlo@amd.com >
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
[ROCm/amdsmi commit: f71ae88956 ]
2025-05-28 17:57:49 -05:00
Maisam Arif
28d1aaf066
Spellcheck
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: I3842ca7552c8d3525ac7fee8c94b15cfdd7defdd
[ROCm/amdsmi commit: cebc512b1a ]
2025-05-27 13:59:23 -05:00
Kanangot Balakrishnan, Bindhiya
f167e67c7a
Correct typo in check_required_groups ( #386 )
...
Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com >
[ROCm/amdsmi commit: 82108a25ab ]
2025-05-27 13:11:47 -05:00
Pham, Gabriel
24f25b4133
Updated docs with new KFD events ( #382 )
...
* Updated docs with new KFD events
---------
Signed-off-by: Pham, Gabriel <Gabriel.Pham@amd.com >
[ROCm/amdsmi commit: c40d4291f6 ]
2025-05-27 12:21:38 -05:00
gabrpham_amdeng
004c51d909
[SWDEV-533218] Changed array init method in rsmi_event_notification_get to more standard method
...
Signed-off-by: gabrpham_amdeng <Gabriel.Pham@amd.com >
[ROCm/amdsmi commit: 457cbfa911 ]
2025-05-22 08:35:37 -05:00
Daniel Oliveira
806c3c62ed
[SWDEV-529665] Add PLDM Bundle version
...
feat: Report PLDM Bundle from SMC to IB
Code changes related to the following:
* APIs
* CLI
* Unit tests
Signed-off-by: Oliveira, Daniel <daniel.oliveira@amd.com >
Change-Id: I35ccf01eb612ca80e3ae6b72039085c18c989222
[ROCm/amdsmi commit: fe9b6eeb49 ]
2025-05-20 01:37:00 -05:00
AL Musaffar, Yazen
a13b160b42
[SWDEV-530385] CPER cannot be dumped continuously with "--follow" fix ( #377 )
...
--follow fix
Co-authored-by: Yazen ALMusaffar <yalmusaf@amd.com >
Change-Id: I911f456f3f658e694979c7ae014fb0b6bb3e45c1
[ROCm/amdsmi commit: bd39e461a5 ]
2025-05-20 01:10:22 -05:00
Mewar, Deepak
9a3c59c63c
[SWDEV-512393] Added amdsmi_get_cpu_affinity_with_scope ( #198 )
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Signed-off-by: Deepak Mewar <deepak.mewar@amd.com >
[ROCm/amdsmi commit: b999f86611 ]
2025-05-20 01:06:09 -05:00
Pryor, Adam
36f8565856
[SWDEV-527092] - Fix ringhang event removal ( #372 )
...
Signed-off-by: adapryor <Adam.pryor@amd.com >
[ROCm/amdsmi commit: 51e99965b3 ]
2025-05-16 16:41:31 -05:00
Pryor, Adam
8f6cde2376
[SWDEV-527092] - Process Start/Stop event addition ( #368 )
...
- Added more events to `amdsmi_evt_notification_type_t`
Change-Id: I6a256fe828e4bec3197c7fecbed374ab17c6f850
Signed-off-by: Adam Pryor <Adam.Pryor@amd.com >
[ROCm/amdsmi commit: 8713305f80 ]
2025-05-16 11:01:15 -05:00
Poag, Charis
44fdfc9990
[SWDEV-517154] Rename compute_partition to accelerator_partition ( #358 )
...
Changes:
- Updated references in the codebase to rename `COMPUTE_PARTITION` to `ACCELERATOR_PARTITION`
- Moved around and rephrased several duplicated lines in the CHANGELOG.md file
Change-Id: Id6bc86a7133e952cca6ef0acb1616ad6251d19d4
Signed-off-by: Charis Poag <Charis.Poag@amd.com >
[ROCm/amdsmi commit: bacbaac0b1 ]
2025-05-16 10:44:54 -05:00
Galantsev, Dmitrii
c424fae608
Pad asic_serial and UUID with zeros
...
Change-Id: Icf9bfdf9be60525433da378a77ddf5a8bcc21579
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/amdsmi commit: 912bcfaae9 ]
2025-05-16 10:34:32 -05:00
Saeed, Oosman
ffc8b09056
[SWDEV-522623] Add afid functionality to API and CLI ( #330 )
...
Change-Id: I015bde926491d54e09da8f39b05650515711e09f
[SWDEV-522623] Add afid functionality to API and CLI
Change-Id: I015bde926491d54e09da8f39b05650515711e09f
Signed-off-by: Oosman Saeed <oossaeed@amd.com >
Co-authored-by: Oosman Saeed <oossaeed@amd.com >
[ROCm/amdsmi commit: 1bb1f8acc2 ]
2025-05-16 10:49:56 +08:00
Park, Peter
f637f2818e
[SWDEV-528854] docs: Add description of N/A in SMI tool output ( #363 )
...
Signed-off-by: Park, Peter <Peter.Park@amd.com >
[ROCm/amdsmi commit: d4f057f95f ]
2025-05-14 11:43:33 -05:00
josnarlo
ffd54f5c3b
[SWDEV-532119] Fix building examples
...
Signed-off-by: josnarlo <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: dd69aa1924 ]
2025-05-13 20:19:51 -05:00
Maisam Arif
686cb172bf
Fix reference to gpu_metrics adjustment for v1_8
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: Idf6307292d37c973b0d44a187a2334f2cad8047d
[ROCm/amdsmi commit: ca297419c4 ]
2025-05-13 18:21:29 -05:00
Narlo, Joseph
7a64038110
[SWDEV-418701] rsmitst Fallback with Driver-less Hardware ( #329 )
...
Signed-off-by: josnarlo <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: a66c6fa03b ]
2025-05-09 12:33:13 -05:00
Hila, Nino
8efac974e5
Update palamida.yml ( #346 )
...
* Add palamida.yml
[ROCm/amdsmi commit: 24fdf0ae0f ]
2025-05-09 11:57:02 -05:00
Castillo, Juan
a4d0882252
[SWDEV-530211] Fix for VCLK & DCLK N/A values + Update deep sleep logic ( #342 )
...
- Updated VCLK and DCLK min/max clock logic to populate N/A values.
- Updated VCLK and DCLK to show all available clocks.
- Updated deep_sleep logic using sys/fs clk_deep_sleep true/false.
- Added clarifying comments.
- Updated error output using e.get_error_info() instead of just error.
- Updated changelog
---------
Signed-off-by: Juan Castillo <juan.castillo@amd.com >
[ROCm/amdsmi commit: e123e986f9 ]
2025-05-08 14:39:21 -05:00
Arif, Maisam
e0aefaebf9
CPER Doc update ( #352 )
...
Change-Id: I59053eda863fc2b7349a3071a02e4557a8abe8c7
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
[ROCm/amdsmi commit: 249537b2ff ]
2025-05-08 12:20:00 -05:00
Arif, Maisam
7ded6504b8
Version & Doc update ( #343 )
...
Change-Id: Ibf8e1809913e30aba4b21ba889b72e5db7205736
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
[ROCm/amdsmi commit: ace3b0901a ]
2025-05-08 12:19:04 -05:00
Williams, Justin
fe7360d0b6
Updated CODEOWNERS usernames ( #354 )
...
Signed-off-by: Justin Williams <Justin.Williams@amd.com >
[ROCm/amdsmi commit: 33283d281c ]
2025-05-08 12:02:26 -05:00
Galantsev, Dmitrii
51088382c8
[SWDEV-529762] CMAKE - Fix lintian issues ( #325 )
...
Change-Id: Ide3563a876cb530d0e80676e78f36f18a233a3ba
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/amdsmi commit: bd82e881f5 ]
2025-05-06 17:59:47 -05:00
Galantsev, Dmitrii
c6c01ee675
CMAKE - Format with cmake-format
...
Change-Id: I5b86b7b83e3d151c3d6e1c216ecb28f1313d538a
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/amdsmi commit: 42c77a5912 ]
2025-05-06 17:09:53 -05:00
Galantsev, Dmitrii
bc0567f017
CI - Add cmake-format to workflows
...
Change-Id: Iba0ab896a42abecf389e6b92811343e1fd51c302
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/amdsmi commit: 17b01e2456 ]
2025-05-06 17:09:53 -05:00