Gollamandala, Srinivasarao
2060125dfd
SWDEV-532640-[catch2][dtest]-Prefetch all arguments and keep 0 hidden args if possible-PerfTest ( #242 )
...
* SWDEV-532640-[catch2][dtest]-Prefetch all arguments and keep 0 hidden args if possible-PerfTest
* SWDEV-532640-Addressed review comment
* SWDEV-532640-Fixed Neg clock time issue
* SWDEV-532640-Fixed Neg clock time issue
* SWDEV-532640-Addressed clang format issue
* SWDEV-532640-Fixed Clang Format issues
2025-07-08 15:24:52 +05:30
Robin Voetter
2d5e4bd3fe
fix typo in hipBatchMemOpParamsTocudaBatchMemOpParams
2025-07-08 11:10:45 +02:00
Manocha, Rahul
22b1ca4d8c
SWDEV-532420 - Fix kokkos P2P copy failure with vmheap ( #426 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-07-07 17:27:13 -07:00
Pryor, Adam
ca9d8c4bae
Adam/bill cleanup ( #209 )
...
Co-authored-by: Bill(Shuzhou) Liu <shuzhou.liu@amd.com >
2025-07-07 15:41:22 -05:00
Pryor, Adam
07346922f5
Adam/bill cleanup ( #209 )
...
Co-authored-by: Bill(Shuzhou) Liu <shuzhou.liu@amd.com >
[ROCm/rdc commit: ca9d8c4bae ]
2025-07-07 15:41:22 -05:00
Sajina PK
329183b112
Conditionally include backtraces in ROCPROFSYS_THROW based on verbosity ( #272 )
...
* Conditionally include backtraces in ROCPROFSYS_THROW based on verbosity
Modify ROCPROFSYS_THROW to only include backtraces when:
debug mode is enabled, OR
verbose level is >= 2, OR
running in CI environment
* Fix formatting errors
[ROCm/rocprofiler-systems commit: b0ff07b4fe ]
2025-07-07 14:14:02 -04:00
Sajina PK
b0ff07b4fe
Conditionally include backtraces in ROCPROFSYS_THROW based on verbosity ( #272 )
...
* Conditionally include backtraces in ROCPROFSYS_THROW based on verbosity
Modify ROCPROFSYS_THROW to only include backtraces when:
debug mode is enabled, OR
verbose level is >= 2, OR
running in CI environment
* Fix formatting errors
2025-07-07 14:14:02 -04:00
Bhardwaj, Gopesh
99a7fe5ff0
Ignoring aligned attribute warning ( #70 )
...
ignoring aligned attribute warning
[ROCm/roctracer commit: dd745ed9c7 ]
2025-07-07 09:34:39 -05:00
Bhardwaj, Gopesh
dd745ed9c7
Ignoring aligned attribute warning ( #70 )
...
ignoring aligned attribute warning
2025-07-07 09:34:39 -05:00
Swargam, Rambabu
9741b347e5
SWDEV-532647 - [catch2][dtest] Test cases for hipGetLastError on Kernel Failure ( #247 )
...
* SWDEV-532647 - [catch2][dtest] Test cases for hipGetLastError on Kernel Failure
* SWDEV-532647 - Restricted to Linux, removed comment for mismatch error code
* SWDEV-532647 - Disabled tests for AMD due to hang issue
* SWDEV-532647 - Fixed clang format issues
2025-07-07 17:49:00 +05:30
Venkatesh, Anavena
feaa82ac46
SWDEV-526521 : Inter GPU copy performance improvements ( #240 )
...
* SWDEV-532641 Inter GPU copy performance improvements
* SWDEV-532641 changed source data pointer type to vector type
2025-07-07 17:45:20 +05:30
Swargam, Rambabu
c217bb601c
SWDEV-532114 - [catch2][dtest] Test cases for hipMemGetHandleForAddessRange ( #221 )
2025-07-07 17:43:22 +05:30
Swargam, Rambabu
ea366c7aa5
SWDEV-491288 - [catch2][dtest] Stream Capture tests for Occupancy API's ( #157 )
...
* SWDEV-491288 - [catch2][dtest] Stream Capture tests for Occupancy API's
* Modified Cmake file
2025-07-07 17:42:45 +05:30
Apurv Mishra
3115384874
kfdtest: Temporarily blacklist KFDEvictTest suite
...
blacklist the KFDEvictTest suite until the defects
SWDEV 535386 and 537002, where these test cases fail
inconsistently, are fixed
Signed-off-by: Apurv Mishra <Apurv.Mishra@amd.com >
2025-07-04 11:47:20 -04:00
Apurv Mishra
6c89d61cef
kfdtest: Temporarily blacklist KFDEvictTest suite
...
blacklist the KFDEvictTest suite until the defects
SWDEV 535386 and 537002, where these test cases fail
inconsistently, are fixed
Signed-off-by: Apurv Mishra <Apurv.Mishra@amd.com >
[ROCm/ROCR-Runtime commit: 3115384874 ]
2025-07-04 11:47:20 -04:00
Roy, Rakesh
05b674651c
Fix find_if build error for RHEL10 ( #499 )
...
overriding Jonathan's final approval ( as it is a long weekend in US/NA)
adding algorithm header to recognize stdlib's find_if looks fine
[ROCm/rocprofiler-sdk commit: 30e239d1b7 ]
2025-07-04 09:20:23 -04:00
Roy, Rakesh
30e239d1b7
Fix find_if build error for RHEL10 ( #499 )
...
overriding Jonathan's final approval ( as it is a long weekend in US/NA)
adding algorithm header to recognize stdlib's find_if looks fine
2025-07-04 09:20:23 -04:00
Manocha, Rahul
0bf7c809d6
SWDEV-536749 - Skip building hipSquareGenericTargetOnly for static libs ( #291 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-07-04 15:08:05 +05:30
Castillo, Juan
8133e89e82
[SWDEV-539845] Add support for board voltage ( #92 )
...
* Add the API and CLI to show the board voltage.
---------
Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com >
Signed-off-by: Juan Castillo <juan.castillo@amd.com >
Co-authored-by: Liu, Shuzhou (Bill) <Shuzhou.Liu@amd.com >
[ROCm/rocm_smi_lib commit: bab82d98b7 ]
2025-07-03 01:58:50 -05:00
Castillo, Juan
bab82d98b7
[SWDEV-539845] Add support for board voltage ( #92 )
...
* Add the API and CLI to show the board voltage.
---------
Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com >
Signed-off-by: Juan Castillo <juan.castillo@amd.com >
Co-authored-by: Liu, Shuzhou (Bill) <Shuzhou.Liu@amd.com >
2025-07-03 01:58:50 -05:00
Cheruvally, Aravindan
d1c281a87e
SWDEV-530465 Update share/doc/<pkgnm> License folder ( #86 )
...
Update share/doc/ folder for license/docs to reflect correct package name.
Signed-off-by: Cheruvally, Aravindan <Aravindan.Cheruvally@amd.com >
[ROCm/rocm_smi_lib commit: 55ab9b2bda ]
2025-07-03 01:56:50 -05:00
Cheruvally, Aravindan
55ab9b2bda
SWDEV-530465 Update share/doc/<pkgnm> License folder ( #86 )
...
Update share/doc/ folder for license/docs to reflect correct package name.
Signed-off-by: Cheruvally, Aravindan <Aravindan.Cheruvally@amd.com >
2025-07-03 01:56:50 -05:00
cfallows-amd
30466f6bfa
Adjust csv output list for test_block_SPI for MI350 ( #785 )
...
Adjusting expected output list for test_block_SPI for MI350 series products.
Run formatter.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com >
[ROCm/rocprofiler-compute commit: 61a9381edf ]
2025-07-03 01:58:11 -04:00
cfallows-amd
61a9381edf
Adjust csv output list for test_block_SPI for MI350 ( #785 )
...
Adjusting expected output list for test_block_SPI for MI350 series products.
Run formatter.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com >
2025-07-03 01:58:11 -04:00
Xie, Pengda
9c1bff0ae7
SWDEV-540576 - Abort if user request a core dump ( #653 )
...
* SWDEV-539414 - Return error status from runtime handler when HIP_SKIP_ABORT_ON_GPU_ERROR is false
* SWDEV-539414 - default handler when GPU core file is generated
* SWDEV-540576 - Abort if user request a core dump
Change-Id: I9e2c640acf559880bd13641de9103e660ef822a3
---------
Co-authored-by: Assiouras, Ioannis <Ioannis.Assiouras@amd.com >
Co-authored-by: agunashe <ajay.gunashekar@amd.com >
2025-07-03 00:29:14 +05:30
jamessiddeley-amd
94ea0fbf2f
additional-code-coverage-compute ( #763 )
...
* added additional functions to test_utils.py
* added code coverage for db_connector.py
* Update test_profile_general.py
Added additional roofline test cases
Signed-off-by: jamessiddeley-amd <James.Siddeley@amd.com >
* updated coverage mi_gpu_spec.py 73% -> 94%
* added parser.py coverage
* removed redundant comments
* added test_utils and test_db_connector
---------
Signed-off-by: jamessiddeley-amd <James.Siddeley@amd.com >
[ROCm/rocprofiler-compute commit: a6463f5e98 ]
2025-07-02 13:29:10 -04:00
jamessiddeley-amd
a6463f5e98
additional-code-coverage-compute ( #763 )
...
* added additional functions to test_utils.py
* added code coverage for db_connector.py
* Update test_profile_general.py
Added additional roofline test cases
Signed-off-by: jamessiddeley-amd <James.Siddeley@amd.com >
* updated coverage mi_gpu_spec.py 73% -> 94%
* added parser.py coverage
* removed redundant comments
* added test_utils and test_db_connector
---------
Signed-off-by: jamessiddeley-amd <James.Siddeley@amd.com >
2025-07-02 13:29:10 -04:00
Galantsev, Dmitrii
d312e309c4
Exposed the energy count and current socket power metrics to profilers like PAPI ( #225 )
...
[ROCm/rocm_smi_lib commit: 6c32364d19 ]
2025-07-02 09:50:09 -05:00
Galantsev, Dmitrii
6c32364d19
Exposed the energy count and current socket power metrics to profilers like PAPI ( #225 )
2025-07-02 09:50:09 -05:00
Adam McDaniel
b3caa4972c
Exposed the energy count and current socket power metrics to profilers like PAPI
...
[ROCm/rocm_smi_lib commit: f688c9938d ]
2025-07-02 09:47:17 -05:00
Adam McDaniel
f688c9938d
Exposed the energy count and current socket power metrics to profilers like PAPI
2025-07-02 09:47:17 -05:00
Galantsev, Dmitrii
ff02dc85da
Revert "rsmi_init: Do not complain loudly when no driver is found"
...
This reverts commit 42dc44f54d .
[ROCm/rocm_smi_lib commit: 731be3f743 ]
2025-07-02 09:45:41 -05:00
Galantsev, Dmitrii
731be3f743
Revert "rsmi_init: Do not complain loudly when no driver is found"
...
This reverts commit 8ca4207d5c .
2025-07-02 09:45:41 -05:00
cfallows-amd
e085f3cc54
Fix method return for python version compatibility ( #784 )
...
Support for python3.8 and above means union defined in one of the methods was throwing errors for anything less than python3.10. Swapping out | operand for Optional[] resolves errors on systems using <3.10. No functional changes.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com >
[ROCm/rocprofiler-compute commit: a59b1ea6e6 ]
2025-07-02 10:36:37 -04:00
cfallows-amd
a59b1ea6e6
Fix method return for python version compatibility ( #784 )
...
Support for python3.8 and above means union defined in one of the methods was throwing errors for anything less than python3.10. Swapping out | operand for Optional[] resolves errors on systems using <3.10. No functional changes.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com >
2025-07-02 10:36:37 -04:00
vedithal-amd
740fe492c2
Fix rocprofiler sdk list counters ( #765 )
...
[ROCm/rocprofiler-compute commit: 894046f283 ]
2025-07-02 09:41:51 -04:00
vedithal-amd
894046f283
Fix rocprofiler sdk list counters ( #765 )
2025-07-02 09:41:51 -04:00
Chris Freehill
12430fe25a
rocr: Fix isa entries for gfx906/sramecc
...
Some of the entries for gfx906 in the ISA table in isa.cpp
had "any" for "sramecc-" instead of "disabled". This fixes
that.
2025-07-02 08:40:30 -05:00
Chris Freehill
ad3985af1c
rocr: Fix isa entries for gfx906/sramecc
...
Some of the entries for gfx906 in the ISA table in isa.cpp
had "any" for "sramecc-" instead of "disabled". This fixes
that.
[ROCm/ROCR-Runtime commit: 12430fe25a ]
2025-07-02 08:40:30 -05:00
Bhardwaj, Gopesh
d5ca98baed
Adding OpenMP usage with rocprofv3 ( #472 )
...
* Adding openmp usage with rocprofv3
* minor changes
* Fixing missing line
[ROCm/rocprofiler-sdk commit: e7616c3aad ]
2025-07-02 12:25:24 +05:30
Bhardwaj, Gopesh
e7616c3aad
Adding OpenMP usage with rocprofv3 ( #472 )
...
* Adding openmp usage with rocprofv3
* minor changes
* Fixing missing line
2025-07-02 12:25:24 +05:30
Sang, Tao
891524ca75
SWDEV-536652 - Fix Unit_hipBindTextureToArray_Negative_Parameters ( #354 )
...
Fix sporadic failure of Unit_hipBindTextureToArray_Negative_Parameters
2025-07-02 10:05:52 +05:30
Sang, Tao
863f8828c3
SWDEV-516488 - Sync all devices. ( #349 )
2025-07-02 10:05:40 +05:30
Su, Daniel
3a66cd7998
External CI: change amd-master trigger to amd-mainline ( #10 )
...
[ROCm/roctracer commit: 9cca903417 ]
2025-07-01 18:22:05 -05:00
Su, Daniel
9cca903417
External CI: change amd-master trigger to amd-mainline ( #10 )
2025-07-01 18:22:05 -05:00
Yang, Chun
505bb395ba
Enabled RPB for Navi48 ( #115 )
...
* Enabled RPB for Navi48
* Fixing RPB addresses
* Removing non-Navi files
* Removing RPB enum not needed
[ROCm/aqlprofile commit: 5e99084425 ]
2025-07-01 22:05:28 +00:00
Yang, Chun
5e99084425
Enabled RPB for Navi48 ( #115 )
...
* Enabled RPB for Navi48
* Fixing RPB addresses
* Removing non-Navi files
* Removing RPB enum not needed
2025-07-01 22:05:28 +00:00
Baraldi, Giovanni
cd5d5f8142
[rocprofv3] Fix ATT library path ( #476 )
...
* Fix library path
* Update docs
* Review comments
* Update source/bin/rocprofv3.py
---------
Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com >
[ROCm/rocprofiler-sdk commit: c0c08b2f08 ]
2025-07-01 22:08:29 +02:00
Baraldi, Giovanni
c0c08b2f08
[rocprofv3] Fix ATT library path ( #476 )
...
* Fix library path
* Update docs
* Review comments
* Update source/bin/rocprofv3.py
---------
Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com >
2025-07-01 22:08:29 +02:00
Xie, Pengda
21f6842fff
SWDEV-536925 - Check for C++ compiler instead of C when building hip ( #490 )
...
Change cmake to use CMAKE_CXX_COMPILER_ID since CMAKE_COMPILER_IS_GNUCC is deprecated
2025-07-01 12:59:54 -07:00