Ioannis Assiouras
1017532916
SWDEV-546631 - Fix hipLaunchHostFunction in stream capture for windows ( #654 )
2025-08-28 07:51:50 +01:00
Julia Jiang
9aaad2017b
SWDEV-525231 - Update changelog for 7.0 ( #768 )
2025-08-27 16:10:31 -04:00
Ioannis Assiouras
5f525ee934
SWDEV-550882 - Expect HSA_EXT_POINTER_TYPE_RESERVED_ADDR pointer type from hsa_amd_pointer_info for hmm ( #733 )
2025-08-27 19:42:13 +01:00
Karthik Jayaprakash
89070536c0
SWDEV-552141 - Fix handle/fd type passed from app to align with spec. ( #759 )
...
* SWDEV-552141 - Fix handle/fd type passed from app to align with spec.
* SWDEV-552141 - Fix handle/fd type passed from app to align with spec.
2025-08-27 14:28:53 -04:00
Sourabh U Betigeri
5201efe050
SWDEV-545259 - Adds clang-cl support and missing dispatch table entries ( #760 )
2025-08-27 09:35:58 -07:00
systems-assistant[bot]
ded5b86e83
SWDEV-540609 - capture of MIOpen OCL kernels needs remainder globalWorkSize ( #431 )
...
Co-authored-by: Rakesh Roy <rakesh.roy@amd.com >
2025-08-26 16:11:31 -04:00
systems-assistant[bot]
7601798fa7
SWDEV-545953 - Add Implementation for hipStreamGetId ( #434 )
...
Authored-by: Satyanvesh Dittakavi <Satyanvesh.Dittakavi@amd.com >
2025-08-26 22:47:55 +05:30
Jimbo
c03048d68e
Implement hipMemAllocationTypeUncached in hipMemCreate ( #747 )
...
* Revert "SWDEV-547589 - Add hipDeviceMallocUncached to hipMemCreate (#815 )"
This reverts commit 5ce7103555 .
* Revert "SWDEV-547589 - comment for flag hipDeviceMallocUncached in hipMemcreate (#339 )"
This reverts commit 04dac5eae3 .
* SWDEV-551942 - implement hipMemAllocationTypeUncached in hipMemCreate
2025-08-26 11:34:49 -04:00
Julia Jiang
202aa7ff8c
SWDEV-525231 - Remove Memory Manager support in 7.0 ( #741 )
2025-08-26 11:13:36 -04:00
SaleelK
ddba20579d
SWDEV-551080 - Fix hipMemcpyDeviceToDeviceNoCU path ( #683 )
...
* hipMemcpyDeviceToDeviceNoCU should always take SDMA path as per the
flag usage
2025-08-25 15:13:02 -07:00
Danylo Lytovchenko
2ff2316227
Adjust clang format to the new versions, revert broken macro layout ( #714 )
2025-08-22 17:23:22 +02:00
Todd tiantuo Li
bbf0d34b48
SWDEV-550231 - fix hipGetDriverEntryPoint_common ( #651 )
2025-08-21 18:57:16 -07:00
Julia Jiang
d741a88f39
SWDEV-525231 - Update changelog for 7.0 on develop ( #647 )
2025-08-21 15:59:54 -04:00
Joseph Macaranas
f5ac5efd79
Language Runtime README Changes ( #650 )
...
- Renaming old `README.md` files to keep their information intact.
- Default `README.md` files will have the deprecation notice to be mirrored back into the individual repos.
- Change ROCR-Runtime mirroring to `develop` branch.
2025-08-20 15:48:55 -04:00
systems-assistant[bot]
4d5db26646
SWDEV-549707 - Fixed memleak in hipMemImportFromShareableHandle ( #442 )
...
Co-authored-by: Ioannis Assiouras <Ioannis.Assiouras@amd.com >
2025-08-20 19:28:59 +01:00
systems-assistant[bot]
621da5410a
SWDEV-465041 - Avoid wait in device enqueue ( #443 )
...
If we have PCIE atomics then we can avoid workaround in the scheduler, which requires an explicit wait on CPU
2025-08-20 12:46:47 -04:00
Danylo Lytovchenko
f7338717ae
SWDEV-470698 - fix formatting, add format check workflow ( #657 )
2025-08-20 19:58:06 +05:30
Rahul Manocha
f4158ed3b7
SWDEV-546295 - fix param conversions for hipMemcpy3DBatchAsync ( #641 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
2025-08-19 20:30:03 -07:00
Andryeyev, German
72b9408fed
SWDEV-547108 - Fix compilation errors under Windows ( #867 )
...
Interop and numa are not enabled.
[ROCm/clr commit: 0ac913e64c ]
2025-08-17 02:33:31 -04:00
Betigeri, Sourabh
35e48d1eaf
SWDEV-546293 - hipMemPrefetchAsync_v2 and hipMemAdvise_v2 implementation ( #869 )
...
SWDEV-546293 - hipMemPrefetchAsync hipMemAdvise_v2
Please enter the commit message for your changes. Lines starting
[ROCm/clr commit: cbee74a80e ]
2025-08-15 22:40:04 -07:00
Li, Todd tiantuo
ad9eb56dd4
SWDEV-546285 - add hipGetDriverEntryPoint ( #855 )
...
[ROCm/clr commit: 789e2029ca ]
2025-08-15 20:08:21 -07:00
Xie, Pengda
405061b019
SWDEV-520384 - CHANGELOG update ( #882 )
...
[ROCm/clr commit: ac40f0cfb6 ]
2025-08-15 19:23:32 -07:00
Xie, Jiabao(Jimbo)
5ce7103555
SWDEV-547589 - Add hipDeviceMallocUncached to hipMemCreate ( #815 )
...
Co-authored-by: Jimbo Xie <jiabaxie@amd.com >
[ROCm/clr commit: bd1e489f1f ]
2025-08-15 16:02:26 -07:00
Kudchadker, Saleel
9bb6fb0b79
SWDEV-537480 - Fix file handle cleanup ( #523 )
...
[ROCm/clr commit: b90f3c2507 ]
2025-08-15 15:32:12 -07:00
Xie, Jiabao(Jimbo)
42a97a2c16
SWDEV-477219 - fix using external api calls on hipEventRecordWithFlags ( #650 )
...
Co-authored-by: Jimbo Xie <jiabaxie@amd.com >
[ROCm/clr commit: e8128f975f ]
2025-08-15 13:40:52 -07:00
Manocha, Rahul
8fb910f69b
SWDEV-546295 - Add new APIs hipMemcpy3DBatchAsync and hipMemcpy3DPeer ( #818 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
[ROCm/clr commit: e3cf50c96d ]
2025-08-15 13:18:29 -07:00
Arandjelovic, Marko
e91332340a
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
[ROCm/clr commit: 1385d159ba ]
2025-08-15 22:10:23 +02:00
GunaShekar, Ajay
0d63a5abd3
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
[ROCm/clr commit: f6736d57a5 ]
2025-08-15 13:06:24 -07:00
Manocha, Rahul
b3ccf487da
SWDEV-545952 - API definitions for hipStreamSet/GetAttribute ( #831 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
[ROCm/clr commit: 0f49c4a97f ]
2025-08-15 12:51:35 -07:00
Hernandez, Gerardo
ef0bb78310
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
[ROCm/clr commit: a5be0f5346 ]
2025-08-15 12:40:05 -07:00
GunaShekar, Ajay
daa2814cf3
SWDEV-541623 - cuda parity hipTexObjectCreate when Array is null ( #734 )
...
[ROCm/clr commit: 54e592beec ]
2025-08-15 12:35:33 -07:00
Arandjelovic, Marko
4e4caf3ff8
SWDEV-512604 - Use the same context during Image creation ( #800 )
...
[ROCm/clr commit: be73d024e2 ]
2025-08-15 18:31:11 +02:00
Dittakavi, Satyanvesh
e81464f1ad
SWDEV-547629 - Fix hipLaunchHostFunc as it is supported during stream capture ( #823 )
...
[ROCm/clr commit: ddd96c1e5d ]
2025-08-15 15:19:59 +05:30
Arandjelovic, Marko
c33359ec62
SWDEV-532479 - Add tracking of hostcall memory allocations ( #416 )
...
* SWDEV-532479 - Add tracking of hostcall memory allocations
* SWDEV-532479 - Remove hostcall allocations if request is received
* SWDEV-532479 - Cleanup
* SWDEV-532479 - Naming fix
* SWDEV-532479 - Add new separator after each new function
[ROCm/clr commit: b58faa2f37 ]
2025-08-15 00:17:24 +02:00
Manocha, Rahul
2b79ca9435
SWDEV-546328 - API definitions for hipMemsetD2D8/D16/D32 ( #789 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
[ROCm/clr commit: 5f86622adc ]
2025-08-14 14:47:28 -07:00
Arandjelovic, Marko
208d124f54
SWDEV-547453 Release the kernel command if the operation returns an error ( #807 )
...
* SWDEV-547453 Release the kernel command if the operation returns an error
* SWDEV-547453 - Initialize parameters_ to default value
* SWDEV-547453 - Run clang-format
[ROCm/clr commit: a15957fee9 ]
2025-08-14 20:08:53 +02:00
Stojiljkovic, Vladana
5775e9202b
SWDEV-545489, SWDEV-545082 - Free marker when ipc event is recorded ( #784 )
...
Co-authored-by: Rahul Manocha <rmanocha@amd.com >
[ROCm/clr commit: da068a2492 ]
2025-08-14 11:08:53 +02:00
GunaShekar, Ajay
76328ecfde
SWDEV-546179 - hipModuleGetFunctionCount AMD impl ( #782 )
...
* SWDEV-546179 - hipModuleGetFunctionCount AMD impl
* SWDEV-546179 - return invalid for count ptr
* SWDEV-546179 - hipModuleGetFunctionCount CHANGELOG.md update
[ROCm/clr commit: dfb46db2fb ]
2025-08-13 20:28:12 -07:00
GunaShekar, Ajay
5c412edcd1
SWDEV-532576 - clr_logs_<pid>.txt default AMD_LOG_LEVEL_FILE ( #480 )
...
avoids app crash and uses default AMD_LOG_LEVEL_FILE if invalid name is passed
[ROCm/clr commit: 76637d7ebe ]
2025-08-13 20:27:42 -07:00
Xie, Pengda
0a7064606c
SWDEV-520384 - Improve postLoad latency during program load ( #758 )
...
Change-Id: I3c5a9e148efbd845c8fa3e4b51d9653664e9c499
[ROCm/clr commit: 191f068193 ]
2025-08-13 19:36:06 -07:00
Xie, Pengda
446f5740d8
SWDEV-547880 - Remove incorrect constMemSize calculation ( #813 )
...
[ROCm/clr commit: a028359ead ]
2025-08-13 13:13:27 -07:00
Deshpande, Chinmay Diwakar
670a73e331
SWDEV-548352 - Remove logging limit in cltrace ( #830 )
...
* SWDEV-548352 - Add environment var to disable logging limit in cltrace
* SWDEV-548352 - Fix formatting
* SWDEV-548352 - Remove logging limit entirely
* SWDEV-548352 - Change logging limit to 6000
---------
Co-authored-by: Chinmay Deshpande <chdeshpa@amd.com >
[ROCm/clr commit: cc99d17ddd ]
2025-08-13 11:18:56 -07:00
Sang, Tao
03338bc767
SWDEV-502579 Revert elf symbols patches ( #861 )
...
* Revert "Fix undefined symbol at runtime with newer versions of LLVM (#791 )"
This reverts commit b617e8feb6 .
* Revert "SWDEV-502579 - Remove duplicated symbols (#21 )"
This reverts commit 2296162578 .
Revert them because ELF symbols will be added into comgr header.
[ROCm/clr commit: 35c192f1af ]
2025-08-13 10:46:39 -04:00
Stojiljkovic, Vladana
33085dd232
SWDEV-533220 - Release marker when HostQueue is destroyed ( #460 )
...
Co-authored-by: Anusha GodavarthySurya <Anusha.GodavarthySurya@amd.com >
[ROCm/clr commit: 14760c6eba ]
2025-08-13 15:15:31 +02:00
Stojiljkovic, Vladana
aec217fec0
SWDEV-537855 - Free created event if hipIpcOpenEventHandle fails ( #680 )
...
[ROCm/clr commit: 499e2ee044 ]
2025-08-13 11:36:13 +02:00
Jiang, Julia
1bd8b35644
525231- Adding more info in changelog for 7.0 in staging ( #527 )
...
525231- Update changelog for 7.0 in staging
[ROCm/clr commit: eb438107a7 ]
2025-08-13 14:47:17 +05:30
Assiouras, Ioannis
59b7dba6f0
SWDEV-549247 - Fix stream checks for hipModuleLaunchCooperativeKernel… ( #858 )
...
SWDEV-549247 - Fix stream validation checks in hipModuleLaunchCooperativeKernelMultiDevice
In CooperativeKernelMultiDevice mode, the stream's device
should be validated against the grid's assigned device
rather than the current device.
[ROCm/clr commit: 2aa2212d93 ]
2025-08-13 07:47:49 +01:00
Andryeyev, German
6df9a49437
SWDEV-465041 - Add support for user events with DD ( #321 )
...
* SWDEV-465041 - Add support for user events with DD
User events can be replaced with HSA signals. Add the interface
to allocate HSA signal for user events and update the status on
CL_COMPLETE.
Force pinned path with DD to avoid blocking calls. Pinned memory
can be released only when the command is complete.
Simplify device enqueue path to use generic kernel arg buffer and
signals
* Fix notifyCmdQueue() logic for OCL
* Avoid blocking calls in OCL with DD
* Add event destruciton in a case of the failure.
[ROCm/clr commit: 2305f8ae56 ]
2025-08-12 19:04:36 -04:00
Assiouras, Ioannis
a7ed228997
SWDEV-543340 - Remove shared memory objects after IPC event cleanup ( #745 )
...
This change ensures that shared memory objects (e.g., files in /dev/shm)
are unlinked once all related IPC events have been destroyed.
[ROCm/clr commit: dc34af61d7 ]
2025-08-12 21:23:09 +01:00
Chaudhary, Jatin Jaikishan
442468de96
SWDEV-545100 - rename the template variable ( #798 )
...
[ROCm/clr commit: 42730527c6 ]
2025-08-12 21:58:55 +05:30