David Yat Sin
d52f1d0453
rocr: Remove extra check for page-aligned
...
ROCr initially had a bug where memory allocations that were not 4K
aligned were internally 4K aligned but ROCr would not keep track
of user-requested size. This would cause some pointer_info queries
to fail, but HIP was already aligning the buffer sizes for IPC
requests. For backward compatibility accross 2 minor versions,
we allowed IPC look-ups to be both aligned and un-aligned.
Removing this check as this 4 minor versions have been released
since then.
2025-05-29 12:35:15 -04:00
David Yat Sin
8f7c7458aa
rocr: Remove extra check for page-aligned
...
ROCr initially had a bug where memory allocations that were not 4K
aligned were internally 4K aligned but ROCr would not keep track
of user-requested size. This would cause some pointer_info queries
to fail, but HIP was already aligning the buffer sizes for IPC
requests. For backward compatibility accross 2 minor versions,
we allowed IPC look-ups to be both aligned and un-aligned.
Removing this check as this 4 minor versions have been released
since then.
[ROCm/ROCR-Runtime commit: d52f1d0453 ]
2025-05-29 12:35:15 -04:00
Belton-Schure, Aidan
ef6c95f6ce
SWDEV-527851 SWDEV-527890 SWDEV-529456 - Update vector types test ( #172 )
...
* Update vector types test
* update MakeVector to be host+device function
* Add regression testing
* Add tests for subscript operator
Change-Id: Ifac85aaa6cd6d6bd96c4239414e38f284e2a2d54
* Fix unused vars
Change-Id: I6bc2da76dbf962db5d75ea5a84bf16b66f8ba6ba
---------
Co-authored-by: Aidan Belton <abeltons@amd.com >
2025-05-29 21:38:20 +05:30
Elwazir, Ammar
f39871096b
Headers include fix ( #426 )
...
* Header Fixes
* Format fix
[ROCm/rocprofiler-sdk commit: 8f86aee2ca ]
2025-05-29 10:04:09 -05:00
Elwazir, Ammar
8f86aee2ca
Headers include fix ( #426 )
...
* Header Fixes
* Format fix
2025-05-29 10:04:09 -05:00
Indic, Vladimir
ec2fe441e6
GFX950 Stochastic PC sampling ( #344 )
...
* GFX950 Stochastic PC sampling
* Use actual type instead void *
* error reporting if the pcs method is inappropriate
[ROCm/rocprofiler-sdk commit: 2bb64e9c9a ]
2025-05-29 17:59:52 +05:30
Indic, Vladimir
2bb64e9c9a
GFX950 Stochastic PC sampling ( #344 )
...
* GFX950 Stochastic PC sampling
* Use actual type instead void *
* error reporting if the pcs method is inappropriate
2025-05-29 17:59:52 +05:30
Manocha, Rahul
ea8a7e1e54
SWDEV-460098 - Fix error codes for hipLaunchKernel APIs to match cuda ( #206 )
...
Co-authored-by: Branislav Brzak <branislav.brzak@amd.com >
2025-05-29 13:20:49 +05:30
Luzynski, Sebastian
109795f6c9
SWDEV-508967 - Fix error code mismatch for hipBindTexture API ( #423 )
...
Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com >
2025-05-29 13:13:12 +05:30
Belton-Schure, Aidan
9533ceb8aa
Fix vec operator[] ( #419 )
...
Change-Id: I1b6767b8b7f7dbcf9998662dd9f8ae3a96e1deca
2025-05-29 13:09:34 +05:30
Betigeri, Sourabh
c0c3aa3637
SWDEV-508963 - Change hipMemcpy subset of methods to use const qualifier for src ( #139 ) ( #418 )
...
Change-Id: Ia5b68bacff634d3d9e5757f515bac50887895bc3
2025-05-29 13:07:51 +05:30
Betigeri, Sourabh
754b45b91d
SWDEV-508963 - Change hipMemcpy subset of methods to use const qualifier for src ( #55 ) ( #98 )
...
Change-Id: I03bb31f48c3552774eb7354a50f5eb77e0c3d44b
2025-05-29 13:07:25 +05:30
Manocha, Rahul
7177f1c280
SWDEV-460098 - Match hipModuleLaunchKernel and hipModuleLaunchCooperativeKernel with cuda ( #414 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-05-29 13:04:54 +05:30
Arandjelovic, Marko
df06b2b692
SWDEV-531009 - Revert SWDEV-525653 - Make hipGetDeviceProperties and hipChooseDevice use th… ( #381 )
...
This reverts commit b006380ff6 .
2025-05-29 13:02:45 +05:30
Dittakavi, Satyanvesh
b32b642fef
SWDEV-530921 - Remove the usage of __AMDGCN_WAVEFRONT_SIZE as compile time constant ( #82 )
2025-05-29 12:53:42 +05:30
Dittakavi, Satyanvesh
54503f0d67
SWDEV-530921 - Remove the usage of __AMDGCN_WAVEFRONT_SIZE as compile time constant ( #330 )
...
* SWDEV-530921 - Remove the usage of __AMDGCN_WAVEFRONT_SIZE as compile time constant
* wavefrontsize builtin to be used only in device compilation
* SWDEV-530921 - Remove the usage of __AMDGCN_WAVEFRONT_SIZE as compile time constant
2025-05-29 12:52:10 +05:30
David Yat Sin
c3978d03a4
rocr: Update async-scratch reclaim API doc
2025-05-28 20:08:52 -04:00
David Yat Sin
4515a48355
rocr: Update async-scratch reclaim API doc
...
[ROCm/ROCR-Runtime commit: c3978d03a4 ]
2025-05-28 20:08:52 -04:00
David Yat Sin
11da1293de
rocr:Fix compile warnings
2025-05-28 16:12:02 -04:00
David Yat Sin
1b1d4e017a
rocr:Fix compile warnings
...
[ROCm/ROCR-Runtime commit: 11da1293de ]
2025-05-28 16:12:02 -04:00
David Yat Sin
0d70045817
rocr: Remove deprecated doorbell type 1 support
2025-05-28 16:12:02 -04:00
David Yat Sin
39ecc88315
rocr: Remove deprecated doorbell type 1 support
...
[ROCm/ROCR-Runtime commit: 0d70045817 ]
2025-05-28 16:12:02 -04:00
David Yat Sin
4bae509296
rocr: Remove deprecated queue doubleMap code
2025-05-28 16:12:02 -04:00
David Yat Sin
b83b8b4535
rocr: Remove deprecated queue doubleMap code
...
[ROCm/ROCR-Runtime commit: 4bae509296 ]
2025-05-28 16:12:02 -04:00
David Yat Sin
b8434529a5
rocr: Remove queue_full_workaround code
...
Remove deprecated queue_full_workaround code as gfx7 and gfx8 GPUs are
EoL.
2025-05-28 16:12:02 -04:00
David Yat Sin
e84a855c98
rocr: Remove queue_full_workaround code
...
Remove deprecated queue_full_workaround code as gfx7 and gfx8 GPUs are
EoL.
[ROCm/ROCR-Runtime commit: b8434529a5 ]
2025-05-28 16:12:02 -04:00
David Yat Sin
2b691c3d5f
rocr: Remove addrlib files for EoL GPUs
2025-05-28 16:12:02 -04:00
David Yat Sin
a16f5380cd
rocr: Remove addrlib files for EoL GPUs
...
[ROCm/ROCR-Runtime commit: 2b691c3d5f ]
2025-05-28 16:12:02 -04:00
cfallows-amd
9eaeb16acc
Rename roofline bins ( #717 )
...
Rename roofline bins, remove rocm version in naming. Change method for binary search.
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com >
[ROCm/rocprofiler-compute commit: bbe2e17b80 ]
2025-05-28 14:55:51 -04:00
cfallows-amd
bbe2e17b80
Rename roofline bins ( #717 )
...
Rename roofline bins, remove rocm version in naming. Change method for binary search.
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com >
2025-05-28 14:55:51 -04:00
anisha-amd
27f5e06dd2
adding L2 model with updated legend and removal of large images ( #718 )
...
* adding L2 model with updated legend and removal of large images
* changed image name to perf_model
[ROCm/rocprofiler-compute commit: 783193c75f ]
2025-05-28 14:03:47 -04:00
anisha-amd
783193c75f
adding L2 model with updated legend and removal of large images ( #718 )
...
* adding L2 model with updated legend and removal of large images
* changed image name to perf_model
2025-05-28 14:03:47 -04:00
David Yat Sin
04dbf769f6
rocr: update required CP FW version
...
Update required CP FW version required for async-scratch memory support
on gfx950.
2025-05-28 13:03:58 -04:00
David Yat Sin
4ecd0382b7
rocr: update required CP FW version
...
Update required CP FW version required for async-scratch memory support
on gfx950.
[ROCm/ROCR-Runtime commit: 04dbf769f6 ]
2025-05-28 13:03:58 -04:00
David Galiffi
8faecb0506
add CODEOWNERS for docs/sphinx ( #216 )
...
[ROCm/rocprofiler-systems commit: 4c324e8b28 ]
2025-05-28 12:22:53 -04:00
David Galiffi
4c324e8b28
add CODEOWNERS for docs/sphinx ( #216 )
2025-05-28 12:22:53 -04:00
Evgeny
7c4369bde4
Initial Commit
...
Contributors:
Ammar ELWazir <aelwazir@amd.com >
AravindanC <aravindan.cheruvally@amd.com >
Benjamin Welton <bewelton@amd.com >
Ma, Bing <Bing.Ma@amd.com >
Chun Yang <chun.yang@amd.com >
Cole Nelson <cole.nelson@amd.com >
Ethan Stewart <ethan.stewart@amd.com >
Evgeny <evgeny.shcherbakov@amd.com >
Freddy Paul <Freddy.paul@amd.com >
Giovanni Baraldi <gbaraldi@amd.com >
Gopesh Bhardwaj <Gopesh.Bhardwaj@amd.com >
Icarus Sparry <icarus.sparry@amd.com >
itrowbri <Ian.Trowbridge@amd.com >
James Edwards <JamesAdrian.Edwards@amd.com >
jatang <jatang@amd.com >
Jeremy Newton <Jeremy.Newton@amd.com >
Jonathan Kim <jonathan.kim@amd.com >
Kent Russell <kent.russell@amd.com >
Kiumars Sabeti <kiumars.sabeti@amd.com >
Lang Yu <lang.yu@amd.com >
Laurent Morichetti <laurent.morichetti@amd.com >
Mallya, Ameya Keshava <AmeyaKeshava.Mallya@amd.com >
Manjunath Jakaraddi <manjunath.jakaraddi@amd.com >
Mark Laws <markdavid.laws@amd.com >
Mohan Kumar Mithur <Mohan.KumarMithur@amd.com >
Nicholas Curtis <nicurtis@amd.com >
Nirmal Unnikrishnan <Nirmal.Unnikrishnan@amd.com >
Parag Bhandari <parag.bhandari@amd.com >
Ranjith Ramakrishnan <Ranjith.Ramakrishnan@amd.com >
Robert Gregory <Robert.Gregory@amd.com >
Saravanan Solaiyappan <saravanan.solaiyappan@amd.com >
Saurabh Verma <saurabh.verma@amd.com >
Srihari Uttanur <srihari.u@amd.com >
Srinivasan Subramanian <srinivasan.subramanian@amd.com >
Sriraksha Nagaraj <Sriraksha.Nagaraj@amd.com >
Sushma Vaddireddy <svaddire@amd.com >
Xianwei Zhang <Xianwei.Zhang@amd.com >
[ROCm/aqlprofile commit: 1ed169e30c ]
2025-05-28 10:10:47 -05:00
Evgeny
1ed169e30c
Initial Commit
...
Contributors:
Ammar ELWazir <aelwazir@amd.com >
AravindanC <aravindan.cheruvally@amd.com >
Benjamin Welton <bewelton@amd.com >
Ma, Bing <Bing.Ma@amd.com >
Chun Yang <chun.yang@amd.com >
Cole Nelson <cole.nelson@amd.com >
Ethan Stewart <ethan.stewart@amd.com >
Evgeny <evgeny.shcherbakov@amd.com >
Freddy Paul <Freddy.paul@amd.com >
Giovanni Baraldi <gbaraldi@amd.com >
Gopesh Bhardwaj <Gopesh.Bhardwaj@amd.com >
Icarus Sparry <icarus.sparry@amd.com >
itrowbri <Ian.Trowbridge@amd.com >
James Edwards <JamesAdrian.Edwards@amd.com >
jatang <jatang@amd.com >
Jeremy Newton <Jeremy.Newton@amd.com >
Jonathan Kim <jonathan.kim@amd.com >
Kent Russell <kent.russell@amd.com >
Kiumars Sabeti <kiumars.sabeti@amd.com >
Lang Yu <lang.yu@amd.com >
Laurent Morichetti <laurent.morichetti@amd.com >
Mallya, Ameya Keshava <AmeyaKeshava.Mallya@amd.com >
Manjunath Jakaraddi <manjunath.jakaraddi@amd.com >
Mark Laws <markdavid.laws@amd.com >
Mohan Kumar Mithur <Mohan.KumarMithur@amd.com >
Nicholas Curtis <nicurtis@amd.com >
Nirmal Unnikrishnan <Nirmal.Unnikrishnan@amd.com >
Parag Bhandari <parag.bhandari@amd.com >
Ranjith Ramakrishnan <Ranjith.Ramakrishnan@amd.com >
Robert Gregory <Robert.Gregory@amd.com >
Saravanan Solaiyappan <saravanan.solaiyappan@amd.com >
Saurabh Verma <saurabh.verma@amd.com >
Srihari Uttanur <srihari.u@amd.com >
Srinivasan Subramanian <srinivasan.subramanian@amd.com >
Sriraksha Nagaraj <Sriraksha.Nagaraj@amd.com >
Sushma Vaddireddy <svaddire@amd.com >
Xianwei Zhang <Xianwei.Zhang@amd.com >
2025-05-28 10:10:47 -05:00
Roy, Rakesh
e3cb5399cc
SWDEV-412457 - remove unused standard headers ( #97 )
...
Change-Id: I0801701f0743a2b7da56696052291f60d693c24b
Co-authored-by: Chaudhary, Jatin Jaikishan <JatinJaikishan.Chaudhary@amd.com >
2025-05-28 17:42:55 +05:30
Assiouras, Ioannis
355d97fec4
SWDEV-515261 - Fixed getMatchingConfigFile for heterogeneous archs ( #54 )
...
Preserve order and duplicate entries in rocm_agent_enumerator output
before filtering visible devices. This ensures alignment with
the expected indexing in HIP_VISIBLE_DEVICES.
2025-05-28 16:47:22 +05:30
Li, Todd tiantuo
d96016bcc5
SWDEV-514950 - fix hipMallocManaged & hipMemAdvise when capturing stream ( #413 )
2025-05-28 13:48:48 +05:30
Li, Todd tiantuo
24cdff6cce
SWDEV-516511 - fix hipCreateSurfaceObject & hipDestroySurfaceObject when capturing stream ( #412 )
2025-05-28 13:46:17 +05:30
Li, Todd tiantuo
c7f3ae6d2f
SWDEV-504307 SWDEV-504308 - fix hipDeviceSetCacheConfig and hipDeviceSetSharedMemConfig when capturing stream ( #411 )
2025-05-28 13:44:24 +05:30
Dittakavi, Satyanvesh
93c6ffdec4
SWDEV-534857 - Fix the hip build failure on Windows ( #409 )
2025-05-28 13:41:31 +05:30
Lytovchenko, Danylo
0653734882
SWDEV-123456 - add PR validation ( #202 )
2025-05-28 10:10:46 +02:00
Lytovchenko, Danylo
67eb0874e9
SWDEV-123456 - add validation workflows ( #13 )
2025-05-28 10:10:24 +02:00
Lytovchenko, Danylo
893718cdd7
SWDEV-123456 - add validation workflows ( #96 )
2025-05-28 10:09:53 +02:00
Lytovchenko, Danylo
1bb0ea69b1
SWDEV-123456 - Only run keyword scan against amd-staging ( #399 )
2025-05-28 10:09:35 +02:00
Belton-Schure, Aidan
0f46bd5131
Add operator[] to vec class ( #402 )
...
Change-Id: I452cd5d1b258ccbc354a2f424d062f0fa91100ea
2025-05-28 13:38:38 +05:30
Manocha, Rahul
b5e9bc55cb
SWDEV-475482 - [6.4 Preview] Match hipTexObjectCreate with cuda ( #408 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-05-28 13:21:45 +05:30