Dittakavi, Satyanvesh
60c19641d8
SWDEV-534857 - Fix the hip build failure on Windows ( #409 )
...
[ROCm/clr commit: 93c6ffdec4 ]
2025-05-28 13:41:31 +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
ea29de484f
SWDEV-123456 - add PR validation ( #202 )
...
[ROCm/hip-tests commit: 0653734882 ]
2025-05-28 10:10:46 +02:00
Lytovchenko, Danylo
0653734882
SWDEV-123456 - add PR validation ( #202 )
2025-05-28 10:10:46 +02:00
Lytovchenko, Danylo
e500a686e2
SWDEV-123456 - add validation workflows ( #13 )
...
[ROCm/hipother commit: 67eb0874e9 ]
2025-05-28 10:10:24 +02:00
Lytovchenko, Danylo
67eb0874e9
SWDEV-123456 - add validation workflows ( #13 )
2025-05-28 10:10:24 +02:00
Lytovchenko, Danylo
dfe367ef86
SWDEV-123456 - add validation workflows ( #96 )
...
[ROCm/hip commit: 893718cdd7 ]
2025-05-28 10:09:53 +02:00
Lytovchenko, Danylo
893718cdd7
SWDEV-123456 - add validation workflows ( #96 )
2025-05-28 10:09:53 +02:00
Lytovchenko, Danylo
694582d67a
SWDEV-123456 - Only run keyword scan against amd-staging ( #399 )
...
[ROCm/clr commit: 1bb0ea69b1 ]
2025-05-28 10:09:35 +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
8074e10ce6
Add operator[] to vec class ( #402 )
...
Change-Id: I452cd5d1b258ccbc354a2f424d062f0fa91100ea
[ROCm/clr commit: 0f46bd5131 ]
2025-05-28 13:38:38 +05:30
Belton-Schure, Aidan
0f46bd5131
Add operator[] to vec class ( #402 )
...
Change-Id: I452cd5d1b258ccbc354a2f424d062f0fa91100ea
2025-05-28 13:38:38 +05:30
Manocha, Rahul
b936e55e81
SWDEV-475482 - [6.4 Preview] Match hipTexObjectCreate with cuda ( #408 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
[ROCm/clr commit: b5e9bc55cb ]
2025-05-28 13:21:45 +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
Betigeri, Sourabh
c54ec9a21a
SWDEV-508969 - Fixes error code mismatch for hipBindTexture2D API ( #406 )
...
[ROCm/clr commit: 988c42a6e1 ]
2025-05-28 13:17:15 +05:30
Betigeri, Sourabh
988c42a6e1
SWDEV-508969 - Fixes error code mismatch for hipBindTexture2D API ( #406 )
2025-05-28 13:17:15 +05:30
David Yat Sin
9d38ca0d22
rocr: Fix compile error when using clang
2025-05-27 23:56:28 -04:00
David Yat Sin
5e7bd6145d
rocr: Fix compile error when using clang
...
[ROCm/ROCR-Runtime commit: 9d38ca0d22 ]
2025-05-27 23:56:28 -04:00
Bhardwaj, Gopesh
e55c31db27
SWDEV-533894 Documentation for python bindings ( #404 )
...
* SWDEV-533894 Documenation for python bindings
* Fixing missing-new line check
* Addressed Feedback
[ROCm/rocprofiler-sdk commit: 7f7827fb30 ]
2025-05-27 22:39:21 -05: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
Apurv Mishra
226d8126c9
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 >
[ROCm/ROCR-Runtime commit: d9a95605cc ]
2025-05-27 19:04:04 -04:00
Madsen, Jonathan
d093527471
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 >
[ROCm/rocprofiler-sdk commit: fec74141b0 ]
2025-05-27 17:40:21 -05: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
alexxu-amd
a0ead071a3
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 >
[ROCm/rdc commit: efa66d688e ]
2025-05-27 16:15:58 -05:00
Bhardwaj, Gopesh
fef21e8ff6
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
[ROCm/rocprofiler-sdk commit: d910dded7d ]
2025-05-27 14:18:57 -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
cfreeamd
c20e30db93
rocr: Support unmap adjacent mem sections in 1 try
...
[ROCm/ROCR-Runtime commit: f0ce7a8e59 ]
2025-05-27 15:13:20 -04:00
Trowbridge, Ian
6efbc492f1
[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 >
[ROCm/rocprofiler-sdk commit: b90ef494dd ]
2025-05-27 13:14:08 -05: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
a768477da4
[PATCH] Miscellaneous CMake fixes.
...
Change-Id: Ibca31745d2e9375523193310bc1ca5994c87aa32
[ROCm/rocm_smi_lib commit: 92db324944 ]
2025-05-27 12:12:42 -05:00
Stella Laurenzo
92db324944
[PATCH] Miscellaneous CMake fixes.
...
Change-Id: Ibca31745d2e9375523193310bc1ca5994c87aa32
2025-05-27 12:12:42 -05:00
Afzal Patel
29602fec52
add interface drm include directory
...
add interface drm include directory
[ROCm/rocm_smi_lib commit: f3c6e80fab ]
2025-05-27 12:06:56 -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
3f47d1fffa
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 >
[ROCm/rocprofiler-sdk commit: c255ec5b5c ]
2025-05-27 11:28:38 -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
Cheruvally, Aravindan
9a03917e62
Enable Support for Lintian Override Configuration ( #23 )
...
* Update License file in deb pkg to only have debian lintian specific copyright
* Enable Support for Debian Pkg Lintian Overrides
* Enhance Lintian Override config File Name for static,asan (rocm-core)
* Update Review Comments/UT Test Fixes for Lintian Overrides
[ROCm/rocm-core commit: f6617fd89f ]
2025-05-27 12:20:55 -04:00
Cheruvally, Aravindan
f6617fd89f
Enable Support for Lintian Override Configuration ( #23 )
...
* Update License file in deb pkg to only have debian lintian specific copyright
* Enable Support for Debian Pkg Lintian Overrides
* Enhance Lintian Override config File Name for static,asan (rocm-core)
* Update Review Comments/UT Test Fixes for Lintian Overrides
2025-05-27 12:20:55 -04: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
296e60d882
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 >
[ROCm/ROCR-Runtime commit: 625425326d ]
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
Alysa Liu
8cbabdbbe3
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 >
[ROCm/ROCR-Runtime commit: f1f34da4f6 ]
2025-05-27 12:18:04 -04:00
dependabot[bot]
c352d1cf58
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>
[ROCm/rocprofiler-systems commit: 9943e10569 ]
2025-05-27 11:33:54 -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]
526af64292
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>
[ROCm/rocprofiler-systems commit: 22642aaff9 ]
2025-05-27 11:25:20 -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
7fe67829ef
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).
[ROCm/ROCR-Runtime commit: b7361c5ee4 ]
2025-05-27 07:45:00 -05:00