ammallya
32634d809f
Adding merge conflicts bypass
2025-08-18 13:11:15 -07:00
ammallya
53ae4f13db
Fix for commits
2025-08-18 13:00:02 -07:00
ammallya
cc67092904
Adding git user settings
2025-08-18 12:54:51 -07:00
ammallya
8110a5d38c
Adding pr logic to python file
2025-08-18 12:51:12 -07:00
ammallya
03d4c5c1fd
Changing the logic to invoke python script
2025-08-18 12:50:03 -07:00
ammallya
b8ea251fc5
Continue on error
2025-08-18 12:31:03 -07:00
ammallya
1d19aa0dd5
Escaping /r
2025-08-18 12:17:31 -07:00
ammallya
9ceb4b8fb8
Fix logic
2025-08-18 11:57:26 -07:00
ammallya
948ce50ec8
Remove from json
2025-08-18 11:55:40 -07:00
ammallya
95ef34ce41
Fix multiline matrix error
2025-08-18 11:50:27 -07:00
systems-assistant[bot]
bc455989d9
Merge commit 'b0519e8441273e20bbcbe1bb7b56cdf55369f514' into develop
2025-08-18 18:08:07 +00:00
systems-assistant[bot]
c95526c57e
Merge commit '55b54866fb50f264b064b20814679385ffd2847c' into develop
2025-08-18 18:08:05 +00:00
systems-assistant[bot]
23d4f23d7f
Merge commit '0ac913e64c988e6b9ea8e86d74292cdf44c5d255' into develop
2025-08-18 18:08:03 +00:00
Jason Bonnell
24332bb65b
[rocprofiler-systems] Update containers workflow to generate matrix from file ( #369 )
...
* Use matrix data from containers.yml in rocprofiler-systems-containers.yml
* add on pull_request to rocprofiler-systems-containers.yml
* update yq command in rocprofiler-systems-containers.yml
* ensure no indenting in json output
* update output definition in prepare_release_matrix
* added container-ci.yml for ci containers
* move ordering of steps in rocprofiler-systems-containers.yml
* Update projects/rocprofiler-systems/docker/containers-ci.yml
Co-authored-by: David Galiffi <David.Galiffi@amd.com >
* only push containers when running on schedule or push
* Formatting fix
Cleaning trailing whitespace.
---------
Co-authored-by: David Galiffi <David.Galiffi@amd.com >
2025-08-18 13:17:17 -04:00
Peter Park
b4e336aef3
[rocm-smi-lib] docs: fix changelog heading ROCm 6.5.0 -> ROCm 7.0.0 ( #363 )
2025-08-18 11:46:02 -04:00
Sang, Tao
b0519e8441
SWDEV-542947 - Revert wrong patch ( #528 )
...
Revert "SWDEV-542947 - Compile hipSquareGenericTargetOnly* with usual commands (#510 )"
This reverts commit 5089f611e2 .
2025-08-18 09:28:44 -04:00
Dittakavi, Satyanvesh
41af8e62ca
SWDEV-523177 - Fix the Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem test ( #131 )
...
* SWDEV-523177 - Fix the Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem test
* Fix the hip nvidia psdb failure
2025-08-18 18:27:13 +05:30
Dittakavi, Satyanvesh
fde891bc76
SWDEV-514959 - Fix memory leaks in streamperthread tests ( #14 )
...
Change-Id: I7b133d422f675d45050d7f724d632fa2dc997baf
2025-08-18 17:27:47 +05:30
ammallya
aac61d97de
Adding new workflow for list import
2025-08-18 03:53:02 -07:00
Andryeyev, German
0ac913e64c
SWDEV-547108 - Fix compilation errors under Windows ( #867 )
...
Interop and numa are not enabled.
2025-08-17 02:33:31 -04:00
Betigeri, Sourabh
cbee74a80e
SWDEV-546293 - hipMemPrefetchAsync_v2 and hipMemAdvise_v2 implementation ( #869 )
...
SWDEV-546293 - hipMemPrefetchAsync hipMemAdvise_v2
Please enter the commit message for your changes. Lines starting
2025-08-15 22:40:04 -07:00
Li, Todd tiantuo
789e2029ca
SWDEV-546285 - add hipGetDriverEntryPoint ( #855 )
2025-08-15 20:08:21 -07:00
Xie, Pengda
ac40f0cfb6
SWDEV-520384 - CHANGELOG update ( #882 )
2025-08-15 19:23:32 -07:00
Xie, Jiabao(Jimbo)
bd1e489f1f
SWDEV-547589 - Add hipDeviceMallocUncached to hipMemCreate ( #815 )
...
Co-authored-by: Jimbo Xie <jiabaxie@amd.com >
2025-08-15 16:02:26 -07:00
Manocha, Rahul
55b54866fb
SWDEV-546295 - Fix typo in hipMemcpy3DOperand ( #341 )
...
Fix typo in hipMemcpy3DOperand
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-08-15 16:00:04 -07:00
Li, Todd tiantuo
564ed55902
SWDEV-546285 - add hipGetDriverEntryPoint ( #323 )
2025-08-15 15:57:08 -07:00
Kudchadker, Saleel
b90f3c2507
SWDEV-537480 - Fix file handle cleanup ( #523 )
2025-08-15 15:32:12 -07:00
Aleksandar Djordjevic
c58e3e92c1
Fix rocprof-sys-run --help command ( #359 )
...
Handle the `--help` parameter in the same way it is handled in other tools such as `rocprof-sys-sample` and `rocprof-sys-instrument`.
2025-08-15 17:28:08 -04:00
Betigeri, Sourabh
28ffff78b1
SWDEV-546294 - Declares hipMemPrefetchAsync_v2 ( #306 )
...
SWDEV-546294 - hipMemPrefetchAsync hipMemAdvise_v2
2025-08-15 14:14:12 -07:00
Xie, Jiabao(Jimbo)
d2ec89d03a
SWDEV-547589 - comment for flag hipDeviceMallocUncached in hipMemcreate ( #339 )
...
SWDEV-547589 - editted comment to support hipDeviceMallocUncached in hipMemCreate
Co-authored-by: Jimbo Xie <jiabaxie@amd.com >
2025-08-15 14:06:44 -07:00
Xie, Jiabao(Jimbo)
e8128f975f
SWDEV-477219 - fix using external api calls on hipEventRecordWithFlags ( #650 )
...
Co-authored-by: Jimbo Xie <jiabaxie@amd.com >
2025-08-15 13:40:52 -07:00
Manocha, Rahul
49ae3bfa72
SWDEV-546295 - Header changes for new APIs hipMemcpyBatch3DAsync and … ( #307 )
...
SWDEV-546295 - Header changes for new APIs hipMemcpyBatch3DAsync and hipMemcpy3DPeer
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-08-15 13:20:12 -07:00
Manocha, Rahul
e3cf50c96d
SWDEV-546295 - Add new APIs hipMemcpy3DBatchAsync and hipMemcpy3DPeer ( #818 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-08-15 13:18:29 -07:00
GunaShekar, Ajay
4a4959b49e
SWDEV-546178 - hipModuleLoadFatBinary hip header ( #292 )
...
* SWDEV-546178 - hipModuleLoadFatBinary hip header
* SWDEV-546178 - rebase and fix minor comments
* SWDEV-546178 - clean up header function declaration
2025-08-15 13:13:16 -07:00
Arandjelovic, Marko
1385d159ba
SWDEV-542815 - Fix unused-parameter compiler warnings ( #719 )
...
* SWDEV-542815 - Fix unused-parameter compiler warnings
* SWDEV-542815 - Run clang-format
* SWDEV-542815 - Run clang-format
* SWDEV-542815 - Run clang-format
* SWDEV-542815 - Run clang-format
2025-08-15 22:10:23 +02:00
Naeisseh, Hadi
04469c0cde
SWDEV-546485 Port and clean up for all tests in catch/perftests/memory folder. ( #558 )
...
* SWDEV-546485 Port and clean up for hipPerfBufferCopyRectSpeed
* SWDEV-546485 Port and clean up for hipPerfDevMemReadSpeed
* SWDEV-546485 Port and clean up for hipPerfDevMemWriteSpeed
* SWDEV-546485 Port and clean up for hipPerfHostNumaAlloc
* SWDEV-546485 Port and clean up for hipPerfMemcpy
* SWDEV-546485 Port and clean up for hipPerfMemMallocCpyFree
* SWDEV-546485 Port and clean up for hipPerfMemset
* SWDEV-546485 Port and clean up for hipPerfSampleRate
* SWDEV-546485 Port and clean up for hipPerfSharedMemReadSpeed
* SWDEV-546485 Ported and fixed up segfault for hipPerfMemFill
* SWDEV-545485 Returning to unedited stage
2025-08-15 13:09:19 -07:00
GunaShekar, Ajay
f6736d57a5
SWDEV-546178 - hipModuleLoadFatBinary implementation ( #785 )
...
* SWDEV-546178 - hipModuleLoadFatBinary implementation
* SWDEV-546178 - hipModuleLoadFatBinary CHANGELOG update
* SWDEV-546178 - fix roctracer build issue due to hip_prof_str.h
2025-08-15 13:06:24 -07:00
Manocha, Rahul
0f49c4a97f
SWDEV-545952 - API definitions for hipStreamSet/GetAttribute ( #831 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-08-15 12:51:35 -07:00
Arandjelovic, Marko
f94cc3711e
SWDEV-542815 - Fix unused-parameter compiler warning ( #263 )
...
* SWDEV-542815 - Fix unused-parameter compiler warning
* SWDEV-542815 - Run clang-format
2025-08-15 12:41:35 -07:00
Hernandez, Gerardo
a5be0f5346
SWDEV-525231 - clarify that reduce sync operations are new intrinsics in the 7.0 CHANGELOG ( #876 )
...
SWDEV-525231 - clarify that reduce sync operations are new intrinsics in 7.0, not an existing one
2025-08-15 12:40:05 -07:00
Hernandez, Gerardo
07ddf90631
SWDEV-420237 - add documentation for reduce sync operations ( #21 )
...
* SWDEV-420237 - add documentation for reduce sync operations
* SWDEV-515087 - resolve some comments
* SWDEV-420237 - Rewrite sentence about the usage of HIP_ENABLE_WARP_SYNC_TYPES
Co-authored-by: Hartgrove, Randy <randy.hartgrove@amd.com >
* SWDEV-420237 - Update docs as HIP_ENABLE_WARP_SYNC_BUILTINS is not used anymore
* SWDEV-420237 - change wording 'would be' for 'are'
Co-authored-by: Sahasrabuddhe, Sameer <Sameer.Sahasrabuddhe@amd.com >
* SWDEV-420237 - fix redundant wording
Co-authored-by: Sahasrabuddhe, Sameer <Sameer.Sahasrabuddhe@amd.com >
* SWDEV-420237 - use 'and'/'or' consistently when talking about supported types
Co-authored-by: Sahasrabuddhe, Sameer <Sameer.Sahasrabuddhe@amd.com >
* SWDEV-420237 - Do not use future tense in reduce sync operation documentation
Co-authored-by: Sahasrabuddhe, Sameer <Sameer.Sahasrabuddhe@amd.com >
* SWDEV-420237 - make performance remark an 'informational note', regarding reduce sync operations performance
Co-authored-by: Sahasrabuddhe, Sameer <Sameer.Sahasrabuddhe@amd.com >
* SWDEV-420237 - do not use future tense
Co-authored-by: Sahasrabuddhe, Sameer <Sameer.Sahasrabuddhe@amd.com >
* SWDEV-543182 - changing more future tense that should be present tense
---------
Co-authored-by: Hartgrove, Randy <randy.hartgrove@amd.com >
Co-authored-by: Sahasrabuddhe, Sameer <Sameer.Sahasrabuddhe@amd.com >
2025-08-15 12:39:33 -07:00
Luo, Phoebe
9fdc9a98b7
SWDEV-546217 Complete hip-test Port to Catch2 Framework [Stream and Compute Folder] ( #559 )
...
* SWDEV-546498 hipPerfDeviceConcurrency
* SWDEV-546500 hipPerfStreamConcurrency
* SWDEV-546502 hipPerfStreamCreateCopyDestroy.c
* SWDEV-546479 hipPerfDotProduct
* SWDEV-546482 hipPerfMandelbrot
2025-08-15 12:38:33 -07:00
GunaShekar, Ajay
54e592beec
SWDEV-541623 - cuda parity hipTexObjectCreate when Array is null ( #734 )
2025-08-15 12:35:33 -07:00
Luo, Phoebe
d227a8110c
SWDEV-543981 - Performance Test Improvement for Dispatch Speed and Kernel Latency ( #527 )
...
* SWDEV-543981 new kernel latency test with different timing modes and taking multiple iterations of same test
* SWDEV-543981 cleanup
* SWDEV-543981 removed outdated hit test
* SWDEV-543981 Updated timing kernel
2025-08-15 12:34:44 -07:00
Manocha, Rahul
c9b9717f57
SWDEV-545952 - Header changes for hipStreamSet/GetAttribute ( #311 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-08-15 12:27:37 -07:00
Kian Cossettini
947adacb3a
[rocprofiler-systems] Fixed build-docker script failure on sparse checkout ( #364 )
...
Created `containers.yml` file in docker folder.
Updated `build-docker.sh` script to read from this file to determine supported OS + ROCm combinations.
2025-08-15 13:50:43 -04:00
Ammar ELWazir
3dd35a51f4
ROCProfiler SDK CI Fix ( #365 )
2025-08-15 12:18:28 -05:00
Arandjelovic, Marko
be73d024e2
SWDEV-512604 - Use the same context during Image creation ( #800 )
2025-08-15 18:31:11 +02:00
Daniel Su
d3e29aaea9
[Ex CI] add rocprofiler pipeline ID ( #355 )
2025-08-15 10:20:02 -04:00
hkasivis
53ba025a2e
libhsakmt: Don't use MADV_DONTFORK for paged memory ( #356 )
...
Also advice parameter of madvise() system call is not a bitmask. So fix
that also
v2: Use MAP_SHARED instead of MAP_PRIVATE. This avoids MMU notifiers and
evictions.
Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com >
2025-08-15 09:22:20 -04:00