Elwazir, Ammar
8f86aee2ca
Headers include fix ( #426 )
...
* Header Fixes
* Format fix
2025-05-29 10:04:09 -05:00
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
David Yat Sin
c3978d03a4
rocr: Update async-scratch reclaim API doc
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
0d70045817
rocr: Remove deprecated doorbell type 1 support
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
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
2b691c3d5f
rocr: Remove addrlib files for EoL GPUs
2025-05-28 16:12:02 -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
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 Galiffi
4c324e8b28
add CODEOWNERS for docs/sphinx ( #216 )
2025-05-28 12:22:53 -04: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
David Yat Sin
9d38ca0d22
rocr: Fix compile error when using clang
2025-05-27 23:56:28 -04:00
Bhardwaj, Gopesh
7f7827fb30
SWDEV-533894 Documentation for python bindings ( #404 )
...
* SWDEV-533894 Documenation for python bindings
* Fixing missing-new line check
* Addressed Feedback
2025-05-27 22:39:21 -05:00
Apurv Mishra
d9a95605cc
kfdtest: Disable KFD RAS test case
...
disable KFD RAS test case as the tests cause GPU reset
which affects the active kfdtest, the tests can only be
run successfully as separate processes
Signed-off-by: Apurv Mishra <Apurv.Mishra@amd.com >
2025-05-27 19:04:04 -04:00
Madsen, Jonathan
fec74141b0
Fix to PR #413 HIP_RUNTIME_API_TABLE_STEP_VERSION 9 vs. 10 ( #419 )
...
Fix HIP_RUNTIME_API_TABLE_STEP_VERSION 9 vs. 10
- in rocm-6.4.x, hipLinkAddData, hipLinkAddFile, hipLinkComplete, hipLinkCreate, hipLinkDestroy are HIP_RUNTIME_API_TABLE_STEP_VERSION == 9
- in amd-staging, hipEventRecordWithFlags is HIP_RUNTIME_API_TABLE_STEP_VERSION == 9
- this should fixed in amd-staging such that HIP_RUNTIME_API_TABLE_STEP_VERSION == 10
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com >
2025-05-27 17:40:21 -05:00
alexxu-amd
efa66d688e
Fix typo in rdc.h
...
There's a typo in rdc.h causing documentation build failure.
Change-Id: I3a7ced030e66b980645f719b41c77f79810de09d
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2025-05-27 16:15:58 -05:00
Bhardwaj, Gopesh
d910dded7d
SWDEV-534297 Fixing build dependecies for python versions ( #411 )
...
* SWDEV-534297 Fixing build dependecies for python versions
* Addressing feedback
* Fixed bug and tests
* More changes after CMake learnings
2025-05-27 14:18:57 -05:00
cfreeamd
f0ce7a8e59
rocr: Support unmap adjacent mem sections in 1 try
2025-05-27 15:13:20 -04:00
Trowbridge, Ian
b90ef494dd
[SDK] Update HIP support for ROCm 7.0 ( #413 )
...
* Update HIP VERSION to 7.0.0, HIP_RUNTIME_API_TABLE_STEP_VERSION to 13
* Changed rocprofiler_config_interfaces.cmake to check version after finding package
* Update cmake/rocprofiler_config_interfaces.cmake
---------
Co-authored-by: Madsen, Jonathan <Jonathan.Madsen@amd.com >
2025-05-27 13:14:08 -05:00
Stella Laurenzo
92db324944
[PATCH] Miscellaneous CMake fixes.
...
Change-Id: Ibca31745d2e9375523193310bc1ca5994c87aa32
2025-05-27 12:12:42 -05:00
Afzal Patel
f3c6e80fab
add interface drm include directory
...
add interface drm include directory
2025-05-27 12:06:56 -05:00
Rawat, Swati
c255ec5b5c
Doc review ( #386 )
...
* doc review
* more updates
* install title
* Update rocprofiler.h
---------
Co-authored-by: srawat <120587655+SwRaw@users.noreply.github.com >
Co-authored-by: Bhardwaj, Gopesh <Gopesh.Bhardwaj@amd.com >
2025-05-27 11:28:38 -05:00
Alysa Liu
625425326d
rocr: Add check for 'value' pointer
...
Replaces assertion check assert(value) with explicit null pointer check
Returns HSA_STATUS_ERROR_INVALID_ARGUMENT on null valuesrocr: Add check for 'value' pointer
Signed-off-by: Alysa Liu <Alysa.Liu@amd.com >
2025-05-27 12:18:04 -04:00
Alysa Liu
f1f34da4f6
rocr: Unchecked return value as arg
...
v1: Add value pointer validation before
dereferencing in GetInfo method for MODULE_NAME case.
Signed-off-by: Alysa Liu <Alysa.Liu@amd.com >
2025-05-27 12:18:04 -04:00
dependabot[bot]
9943e10569
Bump tornado from 6.4.2 to 6.5.1 in /docs/sphinx ( #214 )
...
Bumps [tornado](https://github.com/tornadoweb/tornado ) from 6.4.2 to 6.5.1.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst )
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.2...v6.5.1 )
---
updated-dependencies:
- dependency-name: tornado
dependency-version: 6.5.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-27 11:33:54 -04:00
dependabot[bot]
22642aaff9
Bump rocm-docs-core[api_reference] from 1.18.4 to 1.19.0 in /docs/sphinx ( #215 )
...
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core ) from 1.18.4 to 1.19.0.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases )
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.18.4...v1.19.0 )
---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-27 11:25:20 -04:00
cfreeamd
b7361c5ee4
rocr: Fix ISA generic's for gfx906 wrt sramecc
...
gfx9-generic cannot support sramecc- and sramecc+.
sramecc feature is only configurable on gfx906.
The code object produced for gfx9-generic can be loaded on both
gfx906 with any sramecc setting, compiler will produce the isa
that will correctly work on both (EF_AMDGPU_FEATURE_SRAMECC_ANY_V4).
2025-05-27 07:45:00 -05:00
cfreeamd
3e99bb6150
rocr: Fix ISA generic's for gfx906 wrt sramecc
...
gfx9-generic cannot support sramecc- and sramecc+.
sramecc feature is only configurable on gfx906.
The code object produced for gfx9-generic can be loaded on both
gfx906 with any sramecc setting, compiler will produce the isa
that will correctly work on both (EF_AMDGPU_FEATURE_SRAMECC_ANY_V4).
2025-05-27 07:45:00 -05:00
Yifan Zhang
ccd91bcd19
coredump: call KFD_IOC_DBG_TRAP_DISABLE in error path.
...
KFD assumes kfd_dbg_trap_enable/disable be called in pair, or there will
be kfd_process ref leak in KFD.
2025-05-27 13:54:00 +08:00
Madsen, Jonathan
85cdc11f8b
Fix logic error in PR #410 ( #414 )
...
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com >
Co-authored-by: Ma, Bing <Bing.Ma@amd.com >
2025-05-26 22:39:59 -05:00
cfallows-amd
cb2d928ecf
Add F4 F6 to roofline for MI350 series ( #709 )
...
Add roofline bins with FP4 FP6 datatypes enabled for gfx950 arch
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com >
2025-05-26 18:36:31 -04:00
Eric Huang
afe7965796
libhsakmt: optimize big system buffer allocation
...
To change biggest single buffer to be huge page aligned
and other optimization.
Signed-off-by: Eric Huang <jinhuieric.huang@amd.com >
2025-05-26 18:30:00 -04:00
kcossett-amd
54e91f1c2d
Add Pre-Commit Hooks ( #212 )
...
Pre-commit hooks for:
- clang-format
- cmake-format
- copyright header check
- YAML check
- Trailing whitespace and end-of-file newline check
---------
Co-authored-by: David Galiffi <David.Galiffi@amd.com >
Co-authored-by: Peter Park <git@peterjunpark.com >
2025-05-26 14:50:48 -04:00
Pham, Gabriel
4243e42758
[SWDEV-533221] Synced rocm-smi with amd-smi lib to fix warning messages ( #71 )
...
* Removed URL that was on prohibited source list
---------
Signed-off-by: Gabriel Pham <Gabriel.Pham@amd.com .>
2025-05-26 10:08:16 -05:00
Eric Huang
8887d25304
libhsakmt: add big system buffer allocation support
...
when allocating userptr buffer in system ram with size bigger
than or equal 512G, TTM has limit and returns error, to split one
big buffer into multiple small buffers in vm_object will solve
this issue.
Signed-off-by: Eric Huang <jinhuieric.huang@amd.com >
2025-05-26 11:04:30 -04:00
Castillo, Juan
ac31c6e576
[SWDEV-523359] fan_read_write: Add set fan speed validation check. ( #61 )
...
[SWDEV-523359] fan_read_write: Add set fan speed validation check.
- Handled NOT_SUPPORTED status which previously caused rsmitst to false fail
- Added continute statement to proceed with rest of FanReadWrite test.
- fixed spacing line 140
Signed-off-by: Juan Castillo <juan.castillo@amd.com >
2025-05-26 09:54:41 -05:00
Flora Cui
e884650952
rocrtst: performance::memory_async_copy test fix on DXG
...
Signed-off-by: Flora Cui <flora.cui@amd.com >
2025-05-26 15:01:27 +08:00
Amber Lin
31d51acb26
kfdtest: blacklist KFDSVMEvictTest.QueueTest
...
Temporarily blacklist KFDSVMEvictTest.QueueTest on gfx950
Signed-off-by: Amber Lin <Amber.Lin@amd.com >
2025-05-23 01:22:11 -04:00
Bhardwaj, Gopesh
b48fa532bc
Making ROCTx API doxygen generated document more readable ( #385 )
...
* Making ROCTx API doxygen generated document more readable
* fixing build
* Fix linking errors
* Fixing header
* Fixing Topics and Types
* doxygen configuration fixes
* Fixing build
* Fix unnecessory doc parsing warnings
* formatting and linting fixes
* rebasing SDK modular PR
* Fixing missing line
* Fixing ROCtx documentation after merge
* Removing flake changes
* changed back WARN_IF_DOC_ERROR to Yes
2025-05-22 18:08:55 -05:00
David Yat Sin
da2607024b
rocr: Perform memcpy for small code-object loads
...
On large BAR systems, for small-sized code-objects, we get performance
using direct memcpy due to latencies when doing the blit-copy.
2025-05-22 18:39:19 -04:00
David Yat Sin
e969e01f54
rocr: Perform range based cache invalidates
...
Invalidate only the address range that covers the newly copied
code-object. This avoids invalidating I$ for old code objects and thus
might increase I$ hit rate.
2025-05-22 18:39:19 -04:00
Vaddireddy, Sushma
7045a4c689
Unit test fix - calculate aggregate sum based on instance size ( #410 )
...
* Unit test fix- calculate aggregate sum based on instance size
* Update GRBM instance size
* aggregate sum
---------
Co-authored-by: Sushma Vaddireddy <svaddire@amd.com >
2025-05-22 13:35:38 -07:00
Baraldi, Giovanni
3cb0c87f53
ATT Doc updates. Fix trace-decode return error. ( #406 )
...
* Doc updates. Some cleanup.
* Formatting
---------
Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com >
2025-05-22 14:50:45 -05:00
anujshuk-amd
4c24975626
Update transpose-rocprofiler-* tests ( #210 )
...
- Updating counters collected and tested for on Navi-based machines
- Update add CMake function to query GPU architectures
- Update decode tests to use new functions
2025-05-22 14:04:33 -04:00
Ramakrishnan, Ranjith
1785cff6a5
CMake: Remove file reorganization backward compatibility code ( #176 )
...
The feature has already been disabled, and the related source code is no longer required
2025-05-22 09:47:26 -07:00
Philip Yang
bd86fb1e63
kfdtest: Add KFDQMTest UserQueueBufValidation
...
Create CP queue and SDMA queue should fail with invalid queue ring
buffer or ring buffer size.
Test unmap or free queue buffers should fail before queue is destroyed.
Use child process to test unmap CWSR buffer will evict queue.
Signed-off-by: Philip Yang <Philip.Yang@amd.com >
Change-Id: I5dcd51d6b43445d19a986f8b0b82063e20348a5f
2025-05-22 10:06:42 -04:00
Philip Yang
3e6f51b715
libhsakmt: unmap from GPU error handling
...
If unmap from GPU return failed, for example, unmap user queue buffer
while queue is active, we should not free obj->mapped_node_id_array,
otherwise, the following unmap user queue buffer after queue is
destroyed still return failed.
Signed-off-by: Philip Yang <Philip.Yang@amd.com >
Change-Id: I32aeb18871c2e971d01900d92916c54680f5c9fa
2025-05-22 10:06:42 -04:00
Galantsev, Dmitrii
7b06b778b9
RDCI - Fix misaligned fields
...
Change-Id: I7914c01b82e7e2fb5c63521d6d4803570447790c
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2025-05-21 19:11:17 -05:00