Todd tiantuo Li
7081be99ae
SWDEV-496037 - add Strix and Strix Halo to ocltst runtime test
...
Change-Id: Ia21afddf5223ecd132a06f37bb430961fb7a9341
[ROCm/clr commit: 8ffb1430dd ]
2024-12-13 20:19:48 -05:00
Todd tiantuo Li
8ffb1430dd
SWDEV-496037 - add Strix and Strix Halo to ocltst runtime test
...
Change-Id: Ia21afddf5223ecd132a06f37bb430961fb7a9341
2024-12-13 20:19:48 -05:00
David Galiffi
b29cfac106
Update to use rocprofiler-sdk ( #55 )
...
- Renames the CMake option "ROCPROFSYS_USE_HIP" to "ROCPROFSYS_USE_ROCM"
- Remove the "ROCPROFSYS_USE_ROCM_SMI option. Controlled with the "ROCPROFSYS_USE_ROCM" option, instead.
- Runtime configuration can still toggle ROCPROFSYS_USE_ROCM_SMI to disable the sampling.
- Rename ROCPROFSYS_HIP_VERSION macro to ROCPROFSYS_ROCM_VERSION and remove blocks for `ROCPROFSYS_ROCM_VERSION < 60000`
- Remove ROCPROFSYS_USE_ROCTRACER and ROCPROFSYS_USE_ROCPROFILER
- Update test cases
- Update docker files and workflows to install cmake 3.21, which is required for the rocprofiler-sdk findPackage script.
- Removed rocm-6.2 from workflows due to a rocprofiler-sdk API change.
[ROCm/rocprofiler-systems commit: 88aa2d3cbe ]
2024-12-13 18:48:39 -05:00
David Galiffi
88aa2d3cbe
Update to use rocprofiler-sdk ( #55 )
...
- Renames the CMake option "ROCPROFSYS_USE_HIP" to "ROCPROFSYS_USE_ROCM"
- Remove the "ROCPROFSYS_USE_ROCM_SMI option. Controlled with the "ROCPROFSYS_USE_ROCM" option, instead.
- Runtime configuration can still toggle ROCPROFSYS_USE_ROCM_SMI to disable the sampling.
- Rename ROCPROFSYS_HIP_VERSION macro to ROCPROFSYS_ROCM_VERSION and remove blocks for `ROCPROFSYS_ROCM_VERSION < 60000`
- Remove ROCPROFSYS_USE_ROCTRACER and ROCPROFSYS_USE_ROCPROFILER
- Update test cases
- Update docker files and workflows to install cmake 3.21, which is required for the rocprofiler-sdk findPackage script.
- Removed rocm-6.2 from workflows due to a rocprofiler-sdk API change.
2024-12-13 18:48:39 -05:00
David Galiffi
417d22ee3e
Update VERSION to 0.2.0
...
[ROCm/rocprofiler-systems commit: d3725df816 ]
2024-12-13 17:35:22 -05:00
David Galiffi
d3725df816
Update VERSION to 0.2.0
2024-12-13 17:35:22 -05:00
Peter Park
95b8f8fdd9
docs: Fix docutils warnings ( #59 )
...
* fix typo
* fix `Lexing literal_block` docutils warning
* fix `Title underline too short` docutils warning
* use consistent file type
* fix `Malformed table` error
* improve index.rst and front-load TOC
[ROCm/rocprofiler-systems commit: 39468e8867 ]
2024-12-13 15:59:07 -05:00
Peter Park
39468e8867
docs: Fix docutils warnings ( #59 )
...
* fix typo
* fix `Lexing literal_block` docutils warning
* fix `Title underline too short` docutils warning
* use consistent file type
* fix `Malformed table` error
* improve index.rst and front-load TOC
2024-12-13 15:59:07 -05:00
David Galiffi
ab379457a1
Allow ElfUtils_CONFIG_OPTIONS to provide additional configuration options ( #58 )
...
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
[ROCm/rocprofiler-systems commit: c76fb0cb81 ]
2024-12-13 14:52:10 -05:00
David Galiffi
c76fb0cb81
Allow ElfUtils_CONFIG_OPTIONS to provide additional configuration options ( #58 )
...
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
2024-12-13 14:52:10 -05:00
Elwazir, Ammar
31e086b2ab
Changing Mi300 Names ( #69 )
...
* Changing Mi300 Names
Making Mi300 names more specific:
Adding multiple type to differentiate between Mi300X, Mi300A, Mi325X
* Enable Mi300A PC Sampling testing
[ROCm/rocprofiler-sdk commit: 590f2a1cd0 ]
2024-12-13 12:19:23 -06:00
Elwazir, Ammar
590f2a1cd0
Changing Mi300 Names ( #69 )
...
* Changing Mi300 Names
Making Mi300 names more specific:
Adding multiple type to differentiate between Mi300X, Mi300A, Mi325X
* Enable Mi300A PC Sampling testing
2024-12-13 12:19:23 -06:00
Sourabh Betigeri
750313dfed
SWDEV-421020 - Adds hipGraphAddBatchMemOp, SetGetParams and execSetParams APIs
...
Change-Id: Ieccecfe6173cc68fd3c01f86c99f7cc09fe194a3
[ROCm/clr commit: f1c05e9026 ]
2024-12-13 06:23:39 +00:00
Sourabh Betigeri
f1c05e9026
SWDEV-421020 - Adds hipGraphAddBatchMemOp, SetGetParams and execSetParams APIs
...
Change-Id: Ieccecfe6173cc68fd3c01f86c99f7cc09fe194a3
2024-12-13 06:23:39 +00:00
Saleel Kudchadker
5255fd1fa3
SWDEV-301667 - Clear dispatch indicator signal flag
...
Change-Id: I9028df0bb73289791d169e7f064a1d0f615236a5
[ROCm/clr commit: 93f1e8ff60 ]
2024-12-12 21:20:05 -05:00
Saleel Kudchadker
93f1e8ff60
SWDEV-301667 - Clear dispatch indicator signal flag
...
Change-Id: I9028df0bb73289791d169e7f064a1d0f615236a5
2024-12-12 21:20:05 -05:00
Sourabh Betigeri
7261404002
SWDEV-440866 - [hip-roclr] Adds support to batch memory operations APIs
...
Change-Id: I5ac63a6626af8c2b4ac382c52dfe1aaf0b3716b8
[ROCm/clr commit: 03dbcd8ca7 ]
2024-12-12 19:29:24 -05:00
Sourabh Betigeri
03dbcd8ca7
SWDEV-440866 - [hip-roclr] Adds support to batch memory operations APIs
...
Change-Id: I5ac63a6626af8c2b4ac382c52dfe1aaf0b3716b8
2024-12-12 19:29:24 -05:00
Giovanni Baraldi
4bb497850e
SWDEV-495743: Fix unit test for CU num
...
Change-Id: Id6265af21f57cf43b54b267aa1eeb045371c09e8
2024-12-12 17:22:23 -06:00
Giovanni Baraldi
2ed79bc08c
SWDEV-495743: Fix unit test for CU num
...
Change-Id: Id6265af21f57cf43b54b267aa1eeb045371c09e8
[ROCm/rocprofiler commit: 4bb497850e ]
2024-12-12 17:22:23 -06:00
Tao Sang
fb76b9620c
SWDEV-496667 - Support gfx9-4-generic target
...
Support gfx9-4-generic target to cover mi3XX.
Support features sramecc and xnack in generic target.
Improve some code formats.
Add more log on compiler.
Change-Id: I6b3c6af55c60cffd43ce6f17b75998f751b75713
[ROCm/clr commit: 3ad8f1b811 ]
2024-12-12 14:43:39 -05:00
Tao Sang
3ad8f1b811
SWDEV-496667 - Support gfx9-4-generic target
...
Support gfx9-4-generic target to cover mi3XX.
Support features sramecc and xnack in generic target.
Improve some code formats.
Add more log on compiler.
Change-Id: I6b3c6af55c60cffd43ce6f17b75998f751b75713
2024-12-12 14:43:39 -05:00
Saleel Kudchadker
52a3751389
SWDEV-301667 - Improve logging for hip_memory
...
Change-Id: Id624b2c91e6b701bc0ee561a0c193f2c66654890
[ROCm/clr commit: 537f2fffc9 ]
2024-12-12 14:42:00 -05:00
Saleel Kudchadker
537f2fffc9
SWDEV-301667 - Improve logging for hip_memory
...
Change-Id: Id624b2c91e6b701bc0ee561a0c193f2c66654890
2024-12-12 14:42:00 -05:00
Michael Xie
945ae82918
SWDEV-499997 - Unify ManagedBuffer and KernelArg buffer implementation
...
Change-Id: I95421c87904dd62d7ee214539a57c7bda1097ff4
[ROCm/clr commit: cfcc743824 ]
2024-12-12 12:56:23 -05:00
Michael Xie
cfcc743824
SWDEV-499997 - Unify ManagedBuffer and KernelArg buffer implementation
...
Change-Id: I95421c87904dd62d7ee214539a57c7bda1097ff4
2024-12-12 12:56:23 -05:00
Anusha GodavarthySurya
acfcd1098f
SWDEV-469422 - Refacor childgraph node
...
Remove static functions in graph
Change-Id: I4df94915f81f250acaea60398aea32ef0ed658e2
[ROCm/clr commit: 28cbf2bc4f ]
2024-12-12 12:38:24 -05:00
Anusha GodavarthySurya
28cbf2bc4f
SWDEV-469422 - Refacor childgraph node
...
Remove static functions in graph
Change-Id: I4df94915f81f250acaea60398aea32ef0ed658e2
2024-12-12 12:38:24 -05:00
Giovanni baraldi
f4ac97535a
SWDEV-495743: Use simd_count instead of cu_per_array for derived metrics
...
Change-Id: Iddd14817fdcd017e7f91492ecf95b88814b58171
2024-12-12 09:34:09 -06:00
Giovanni baraldi
6c8472f668
SWDEV-495743: Use simd_count instead of cu_per_array for derived metrics
...
Change-Id: Iddd14817fdcd017e7f91492ecf95b88814b58171
[ROCm/rocprofiler commit: f4ac97535a ]
2024-12-12 09:34:09 -06:00
Jaydeep Patel
704be8ab01
SWDEV-496544 - Sync with stream if it is different than srcMemory stream.
...
Change-Id: I9c0f94a9531555278a51202ec7203961e1344c2e
[ROCm/clr commit: c8afd7109d ]
2024-12-12 06:17:39 -05:00
Jaydeep Patel
c8afd7109d
SWDEV-496544 - Sync with stream if it is different than srcMemory stream.
...
Change-Id: I9c0f94a9531555278a51202ec7203961e1344c2e
2024-12-12 06:17:39 -05:00
Sourabh Betigeri
a421a72d8f
SWDEV-484578 SWDEV-484575 SWDEV-484573 SWDEV-483324 SWDEV-483323 - Fixes issues in nvidia mappings for batch mem ops
...
Change-Id: I6202ea5691b8256e004650d2689c2826a53d8113
[ROCm/hipother commit: 1d96ab69ee ]
2024-12-12 01:26:45 -05:00
Sourabh Betigeri
1d96ab69ee
SWDEV-484578 SWDEV-484575 SWDEV-484573 SWDEV-483324 SWDEV-483323 - Fixes issues in nvidia mappings for batch mem ops
...
Change-Id: I6202ea5691b8256e004650d2689c2826a53d8113
2024-12-12 01:26:45 -05:00
Jaydeep Patel
b7a1df8fb0
SWDEV-477219 - Add missing curly brace.
...
Change-Id: I58268d4c2f3cdc0d647deea51b250117e77d82ae
[ROCm/hipother commit: 86fbfba69e ]
2024-12-12 00:17:04 -05:00
Jaydeep Patel
86fbfba69e
SWDEV-477219 - Add missing curly brace.
...
Change-Id: I58268d4c2f3cdc0d647deea51b250117e77d82ae
2024-12-12 00:17:04 -05:00
David Galiffi
b73bd13a86
Adding installer for Ubuntu 24.04 ( #14 )
...
* Add installers for ubuntu 24.04
* Formatting change to the ubuntu-focal and ubuntu-jammy workflows
* Initial Ubuntu 24.04 workflow - just build test
[ROCm/rocprofiler-systems commit: 398ea62629 ]
2024-12-11 19:36:04 -05:00
David Galiffi
398ea62629
Adding installer for Ubuntu 24.04 ( #14 )
...
* Add installers for ubuntu 24.04
* Formatting change to the ubuntu-focal and ubuntu-jammy workflows
* Initial Ubuntu 24.04 workflow - just build test
2024-12-11 19:36:04 -05:00
Chris Freehill
e93efba9cc
rocr: Check generic feature compability separately
...
Check that generic ISAs are compatible with an agent separately
from where feature compatibility is checked.
Change-Id: I403012db5536ff1f2faf93cf013db03ef07ac1c8
2024-12-11 16:08:44 -05:00
Chris Freehill
42662ee44c
rocr: Check generic feature compability separately
...
Check that generic ISAs are compatible with an agent separately
from where feature compatibility is checked.
Change-Id: I403012db5536ff1f2faf93cf013db03ef07ac1c8
[ROCm/ROCR-Runtime commit: e93efba9cc ]
2024-12-11 16:08:44 -05:00
Baraldi, Giovanni
661b608227
SWDEV-489158: Fix for exit thread safety ( #61 )
...
* SWDEV-489158: Fix for exit thread safety
* Fixed exit thread logic
* Force CI to rerun
* Remove .vscode
* Fix thread safety bug
* Addressed some comments
* Formatting
---------
Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com >
[ROCm/rocprofiler-sdk commit: f4984f9dcc ]
2024-12-11 12:41:19 -06:00
Baraldi, Giovanni
f4984f9dcc
SWDEV-489158: Fix for exit thread safety ( #61 )
...
* SWDEV-489158: Fix for exit thread safety
* Fixed exit thread logic
* Force CI to rerun
* Remove .vscode
* Fix thread safety bug
* Addressed some comments
* Formatting
---------
Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com >
2024-12-11 12:41:19 -06:00
Saleel Kudchadker
954c43d798
SWDEV-503761 - Reintroduce save-temps path for OpenCL
...
Change-Id: I5e111047242aed7d982b7a25c11ab52293af639d
[ROCm/clr commit: 23c21d5181 ]
2024-12-11 13:01:29 -05:00
Saleel Kudchadker
23c21d5181
SWDEV-503761 - Reintroduce save-temps path for OpenCL
...
Change-Id: I5e111047242aed7d982b7a25c11ab52293af639d
2024-12-11 13:01:29 -05:00
Galantsev, Dmitrii
2c61dfe2ce
Profiler - Remove averaging
...
Averaging happens very slowly and only confuses people...
Change-Id: I60754d3b896b6ffeb6104bb1c2fcc54e9869b331
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2024-12-11 11:58:50 -06:00
Galantsev, Dmitrii
d9b13912c6
Profiler - Remove averaging
...
Averaging happens very slowly and only confuses people...
Change-Id: I60754d3b896b6ffeb6104bb1c2fcc54e9869b331
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/rdc commit: 2c61dfe2ce ]
2024-12-11 11:58:50 -06:00
Galantsev, Dmitrii
2605eda5f3
Profiler - Fix fp64 metric
...
Change-Id: Iab27e21740c2c51143a9e88d085b80716bf193e2
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2024-12-11 11:27:41 -06:00
Galantsev, Dmitrii
fc83179a9d
Profiler - Fix fp64 metric
...
Change-Id: Iab27e21740c2c51143a9e88d085b80716bf193e2
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/rdc commit: 2605eda5f3 ]
2024-12-11 11:27:41 -06:00
Maneesh Gupta
e3bf8acd82
Revert "SWDEV-491314 - enable _sync() functions with 64-bit mask argument"
...
This reverts commit d05c0310d8 .
Reason for revert: Introduces regression SWDEV-503319
Change-Id: I888c5b95d904146e4782e8c57d736878fcdde678
[ROCm/clr commit: 072f94c204 ]
2024-12-11 11:16:48 -05:00
Maneesh Gupta
072f94c204
Revert "SWDEV-491314 - enable _sync() functions with 64-bit mask argument"
...
This reverts commit 4e2fd192eb .
Reason for revert: Introduces regression SWDEV-503319
Change-Id: I888c5b95d904146e4782e8c57d736878fcdde678
2024-12-11 11:16:48 -05:00