systems-assistant[bot]
3b008fae9c
Merge commit 'e8675243442b2fb1044235af47affad11f2ca54c' into develop
2025-08-05 15:07:38 +00:00
vedithal-amd
5084aad00b
Fix autogen config test ( #856 )
...
* Only check file content hash consistency
* Do not check file modification timestamps since that can be updated by
git commands
[ROCm/rocprofiler-compute commit: e867524344 ]
2025-08-05 10:50:32 -04:00
vedithal-amd
e867524344
Fix autogen config test ( #856 )
...
* Only check file content hash consistency
* Do not check file modification timestamps since that can be updated by
git commands
2025-08-05 10:50:32 -04:00
Betigeri, Sourabh
dddeed5177
SWDEV-528351 - Adds test cases for hipCtx's negative and not supporte… ( #121 )
...
* SWDEV-528351 - Adds test cases for hipCtx's negative and not supported APIs
* SWDEV-528351 - Adds test cases for hipCtx's negative and not supported APIs
[ROCm/hip-tests commit: c687632cd8 ]
2025-08-04 19:57:02 -07:00
Betigeri, Sourabh
c687632cd8
SWDEV-528351 - Adds test cases for hipCtx's negative and not supporte… ( #121 )
...
* SWDEV-528351 - Adds test cases for hipCtx's negative and not supported APIs
* SWDEV-528351 - Adds test cases for hipCtx's negative and not supported APIs
2025-08-04 19:57:02 -07:00
systems-assistant[bot]
14b0b2a7d7
Merge commit 'fd6f96ffb54054b405a6f05f800c64394126672d' into develop
2025-08-04 22:06:08 +00:00
Baraldi, Giovanni
6a6b16be93
Adding GPU index as a parameter for ATT ( #547 )
...
* Adding GPU index as a parameter for ATT
* Tidy fix
* Using tokenize
* Update tests/rocprofv3/advanced-thread-trace/CMakeLists.txt
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
* Update tests/rocprofv3/advanced-thread-trace/CMakeLists.txt
* Adding error logging. Using idx instead of id.
---------
Co-authored-by: Giovanni <gbaraldi@amd.com >
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
[ROCm/rocprofiler-sdk commit: fd6f96ffb5 ]
2025-08-04 23:15:50 +02:00
Baraldi, Giovanni
fd6f96ffb5
Adding GPU index as a parameter for ATT ( #547 )
...
* Adding GPU index as a parameter for ATT
* Tidy fix
* Using tokenize
* Update tests/rocprofv3/advanced-thread-trace/CMakeLists.txt
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
* Update tests/rocprofv3/advanced-thread-trace/CMakeLists.txt
* Adding error logging. Using idx instead of id.
---------
Co-authored-by: Giovanni <gbaraldi@amd.com >
Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com >
2025-08-04 23:15:50 +02:00
Manocha, Rahul
e7b5e7cf98
SWDEV-532473 - Check for P2P support in atomic mgpu tests ( #225 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
[ROCm/hip-tests commit: fcebe427fc ]
2025-08-04 12:51:59 -07:00
Manocha, Rahul
fcebe427fc
SWDEV-532473 - Check for P2P support in atomic mgpu tests ( #225 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-08-04 12:51:59 -07:00
Brzak, Branislav
d54e70063e
SWDEV-546137 - Don't rely on __cplusplus under hiprtc environment ( #806 )
...
[ROCm/clr commit: 111f12cbed ]
2025-08-04 21:33:26 +02:00
Brzak, Branislav
111f12cbed
SWDEV-546137 - Don't rely on __cplusplus under hiprtc environment ( #806 )
2025-08-04 21:33:26 +02:00
systems-assistant[bot]
e7f8c9e278
Merge commit '533a8329d8f38b66b6c3577f141396a99d3fabbc' into develop
2025-08-04 19:07:14 +00:00
Trowbridge, Ian
6b2a4fcfc2
Revert memory allocation CSV output file header and update tests ( #532 )
...
* Reverted header and field location for csv memory allocation and updated tests
* Updated example csv file and made small update
[ROCm/rocprofiler-sdk commit: 533a8329d8 ]
2025-08-04 13:22:27 -05:00
Trowbridge, Ian
533a8329d8
Revert memory allocation CSV output file header and update tests ( #532 )
...
* Reverted header and field location for csv memory allocation and updated tests
* Updated example csv file and made small update
2025-08-04 13:22:27 -05:00
GunaShekar, Ajay
15574e1c61
SWDEV-528351 - Adds test to compile in SPIRV mode ( #274 )
...
[ROCm/hip-tests commit: 560c731d42 ]
2025-08-04 10:41:22 -07:00
GunaShekar, Ajay
560c731d42
SWDEV-528351 - Adds test to compile in SPIRV mode ( #274 )
2025-08-04 10:41:22 -07:00
Assiouras, Ioannis
b443903ad8
SWDEV-533754 - Fixed mem leak in capturing gpu packets ( #365 )
...
[ROCm/clr commit: f094d16157 ]
2025-08-04 14:58:04 +01:00
Assiouras, Ioannis
f094d16157
SWDEV-533754 - Fixed mem leak in capturing gpu packets ( #365 )
2025-08-04 14:58:04 +01:00
Alves, Pedro
d4b6a4086d
SWDEV-545245 - Fix hipDeviceGetTexture1DLinearMaxWidth declaration ( #280 )
...
The hipDeviceGetTexture1DLinearMaxWidth declaration is incorrect. It
has the wrong arguments. This commit fixes it.
[ROCm/hip commit: e74b05a7bd ]
2025-08-04 15:35:03 +05:30
Alves, Pedro
e74b05a7bd
SWDEV-545245 - Fix hipDeviceGetTexture1DLinearMaxWidth declaration ( #280 )
...
The hipDeviceGetTexture1DLinearMaxWidth declaration is incorrect. It
has the wrong arguments. This commit fixes it.
2025-08-04 15:35:03 +05:30
Betigeri, Sourabh
40999496c1
SWDEV-545273 - Respect HIP_LAUNCH_PARAM_BUFFER_SIZE ( #770 )
...
[ROCm/clr commit: 2a02d2c2f3 ]
2025-08-03 17:32:52 -07:00
Betigeri, Sourabh
2a02d2c2f3
SWDEV-545273 - Respect HIP_LAUNCH_PARAM_BUFFER_SIZE ( #770 )
2025-08-03 17:32:52 -07:00
Betigeri, Sourabh
682bef7754
SWDEV-546579 - Change in no params kernel behavior ( #501 )
...
SWDEV-546579 - Modify test to pass size 0
[ROCm/hip-tests commit: 7224ce9378 ]
2025-08-02 22:12:26 -07:00
Betigeri, Sourabh
7224ce9378
SWDEV-546579 - Change in no params kernel behavior ( #501 )
...
SWDEV-546579 - Modify test to pass size 0
2025-08-02 22:12:26 -07:00
systems-assistant[bot]
a2a355236a
Merge commit 'ea0a3e8da4d0b7e18654f85a92b2428197683459' into develop
2025-08-03 03:38:45 +00:00
systems-assistant[bot]
0c7d3048e6
Merge commit 'c424dac2617be1af60115802b0b094a60d91646c' into develop
2025-08-03 03:38:44 +00:00
systems-assistant[bot]
38b30a4a6f
Merge commit '7251cea0bc9e90217aea53bd8870a5be728814c2' into develop
2025-08-03 03:38:43 +00:00
systems-assistant[bot]
86a5e6b8a0
Merge commit 'b349e406eddbd7c4a1663823c7318fd54a4507de' into develop
2025-08-03 03:38:41 +00:00
systems-assistant[bot]
807784b3a3
Merge commit '31dfc0fccedbd50a93dad3ff514e74ed252ec239' into develop
2025-08-03 03:38:38 +00:00
Joseph Macaranas
870dc948b1
Terminology change: monorepo -> super-repo
2025-08-02 22:23:24 -04:00
Joseph Macaranas
153f71fb0d
Append, instead of prepend, breadcrumb for patch backs to old repos
2025-08-02 22:13:43 -04:00
Joseph Macaranas
c2d62973d4
Copying updates from rocm-libraries
2025-08-02 22:08:24 -04:00
Joseph Macaranas
d5000f623e
Update CODEOWNERS
2025-08-02 19:37:03 -04:00
Kudchadker, Saleel
a1d3da6bd3
SWDEV-547614 - Demangle graph kernel names ( #809 )
...
[ROCm/clr commit: 1492328894 ]
2025-08-01 14:35:30 -07:00
Kudchadker, Saleel
1492328894
SWDEV-547614 - Demangle graph kernel names ( #809 )
2025-08-01 14:35:30 -07:00
vedithal-amd
30c32c0bd1
Fix L2 cache bandwidth metrics for MI350 ( #843 )
...
* Fix L2 cache bandwidth metrics for MI350
* Address review comments
[ROCm/rocprofiler-compute commit: b349e406ed ]
2025-08-01 14:00:46 -04:00
vedithal-amd
b349e406ed
Fix L2 cache bandwidth metrics for MI350 ( #843 )
...
* Fix L2 cache bandwidth metrics for MI350
* Address review comments
2025-08-01 14:00:46 -04:00
vedithal-amd
457b00ca12
Fix metrics description ( #853 )
...
* Fix ordering of metrics description
[ROCm/rocprofiler-compute commit: 6902b12e65 ]
2025-08-01 13:56:29 -04:00
vedithal-amd
6902b12e65
Fix metrics description ( #853 )
...
* Fix ordering of metrics description
2025-08-01 13:56:29 -04:00
vedithal-amd
2cd1df0db7
Remove duplicate metric descriptions from documentation ( #852 )
...
[ROCm/rocprofiler-compute commit: d84863b7af ]
2025-08-01 13:33:58 -04:00
vedithal-amd
d84863b7af
Remove duplicate metric descriptions from documentation ( #852 )
2025-08-01 13:33:58 -04:00
Fei Zheng
7a4d187f40
update license files ( #849 )
...
[ROCm/rocprofiler-compute commit: 0d6e172679 ]
2025-08-01 10:14:39 -06:00
Fei Zheng
0d6e172679
update license files ( #849 )
2025-08-01 10:14:39 -06:00
xuchen-amd
b6a7d72212
TUI: Kernel Selection ( #769 )
...
[ROCm/rocprofiler-compute commit: 9ddee8de2e ]
2025-08-01 11:31:43 -04:00
xuchen-amd
9ddee8de2e
TUI: Kernel Selection ( #769 )
2025-08-01 11:31:43 -04:00
Fei Zheng
bf05f442b8
Fix pc sampling unit test ( #847 )
...
[ROCm/rocprofiler-compute commit: 81daaaecc7 ]
2025-08-01 09:28:43 -06:00
Fei Zheng
81daaaecc7
Fix pc sampling unit test ( #847 )
2025-08-01 09:28:43 -06:00
Sumner, Brian
b617e8feb6
Fix undefined symbol at runtime with newer versions of LLVM ( #791 )
...
[ROCm/clr commit: 2da49283c8 ]
2025-08-01 08:15:02 -07:00
Sumner, Brian
2da49283c8
Fix undefined symbol at runtime with newer versions of LLVM ( #791 )
2025-08-01 08:15:02 -07:00