Ioannis Assiouras
4f91b68988
SWDEV-559166 - Remove obsolete member execInfoOffset from KernelParameters ( #1790 )
2025-11-12 17:20:36 +00:00
Pengda Xie
93947241d0
SWDEV-556684 - HSAIL cleanup ( #1657 )
2025-11-08 02:22:03 -08:00
Pengda Xie
a4bbd73dc6
SWDEV-556684 - Remove HSAIL support ( #1183 )
2025-10-23 11:21:49 -07:00
Ioannis Assiouras
6d6b136374
SWDEV-559166 - Fix data races in GetSubmissionBatch, CaptureAndSet and SetQueueStatus ( #1441 )
2025-10-23 12:18:31 +01:00
Danylo Lytovchenko
2ff2316227
Adjust clang format to the new versions, revert broken macro layout ( #714 )
2025-08-22 17:23:22 +02:00
Danylo Lytovchenko
f7338717ae
SWDEV-470698 - fix formatting, add format check workflow ( #657 )
2025-08-20 19:58:06 +05:30
Betigeri, Sourabh
40999496c1
SWDEV-545273 - Respect HIP_LAUNCH_PARAM_BUFFER_SIZE ( #770 )
...
[ROCm/clr commit: 2a02d2c2f3 ]
2025-08-03 17:32:52 -07:00
kjayapra-amd
e05182981a
SWDEV-484188 - Moving std::maps into struct const and into amd::Kernel class.
...
Change-Id: Ie4d5a64511412fdb498b045aaffb52c3a1286de6
[ROCm/clr commit: 4ecd77df5e ]
2024-09-15 09:14:51 -04:00
kjayapra-amd
41cb6dadf9
SWDEV-460948 - Changes to alloc, set, capture under single function.
...
Change-Id: I7b2d40e99e812b97c53535c5e63c41ad64a8f543
[ROCm/clr commit: 892071aeb2 ]
2024-06-06 16:57:53 -04:00
Ioannis Assiouras
8f679127a3
SWDEV-428244 - Fixed the computation of the start address of KernelParameters.values_
...
For avx build, the start address of values_ buffer in KernelParameters is not
correct as it is computed based on 16-byte alignment.
Change-Id: I3b28ae02d2c9c0517d4a348d95ae8c6721bec83d
[ROCm/clr commit: c4f773db0b ]
2023-11-14 05:52:01 -05:00
Ioannis Assiouras
1ad1fccdfa
SWDEV-385050 - Fixed possible invalid queue access from kernelCommand::releaseResources
...
Change-Id: I7c5d99987cb7ab4fa0aa634f2bb6a4d60331b3af
[ROCm/clr commit: 2e9f6fb49b ]
2023-02-23 16:39:27 +00:00
German Andryeyev
7821cddb3e
SWDEV-257789 - Initial change to skip kernel arg copy
...
The optimization is controlled with ROCR_SKIP_KERNEL_ARG_COPY.
This is initial check-in for experiments. Extra changes are
necessary for full support:
- handle graph capture with the original sysmem alloc
- avoid memobject references, otherwise there is a race condition with
reusage of the arg buffer
- Remove arg setup from hip
Change-Id: Ib0af710f93e79834711fa4049a7c66093711e68b
[ROCm/clr commit: 7e12cf6318 ]
2021-10-28 20:35:35 -04:00
agunashe
49f0546637
SWDEV-293742 - Update copyright end year VDI repo
...
Change-Id: I69d2fea4a7a43adf96ccea794270e4af991c5261
[ROCm/clr commit: d96481fb36 ]
2021-08-22 23:56:07 -07:00
Laurent Morichetti
b3297f189d
Replace cl_* integral types with standard types.
...
cl_bool -> bool
cl_int -> int32_t
cl_uint -> uint32_t
cl_long -> int64_t
cl_ulong -> uint64_t
cl_float -> float
cl_double -> double
cl_bitfield -> uint64_t
Change-Id: I840c8993b55f98f5b745d21e27f5f28233647a58
[ROCm/clr commit: d9d9c69399 ]
2020-02-12 13:16:06 -08:00
Laurent Morichetti
e284923583
Update copyright info
...
Change-Id: Ia4f9ff0f5f873b4223a8cca154188bb0d2f1abba
[ROCm/clr commit: b4c6143a2f ]
2020-02-04 09:26:14 -08:00
Laurent Morichetti
011f3e945b
Merge branch 'origin/pghafari/vdi-prototype' into lmoriche/amd-master
...
Change-Id: Id3b833d405596735becb3346f3b08c6da57033fe
[ROCm/clr commit: 20c7173849 ]
2020-01-30 20:12:13 -08:00