Radoslaw Jablonski
024ee558d4
feature: add extensions to L0 copy API
...
Related-To: NEO-15440
Signed-off-by: Radoslaw Jablonski <radoslaw.jablonski@intel.com >
2025-09-11 12:59:28 +02:00
Szymon Morek
2098bca4f4
performance: enable usm reuse on L0/Xe2
...
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-11 12:09:00 +02:00
Lukasz Jobczyk
aa74555682
refactor: remove unused variable
...
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com >
2025-09-11 12:01:32 +02:00
Kamil Kopryk
d20c9264e5
feature: add hostFunctions data layout
...
Related-To: NEO-14577
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com >
2025-09-11 11:46:59 +02:00
Kamil Kopryk
c2a9efa8c0
refactor: correct if in cmake
...
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com >
2025-09-11 11:04:26 +02:00
Compute-Runtime-Validation
eba3a2d685
Revert "feature: enable defer backing by default"
...
This reverts commit 34d4e526e9 .
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com >
2025-09-11 05:54:53 +02:00
Compute-Runtime-Validation
d6a713c0e6
Revert "fix: disable shareable memory by default on Integrated gpu windows"
...
This reverts commit 84c7c6612b .
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com >
2025-09-11 05:26:18 +02:00
Vysochyn, Illia
c74e9af84c
performance: Pass std::span by value
...
Signed-off-by: Vysochyn, Illia <illia.vysochyn@intel.com >
2025-09-10 21:05:25 +02:00
Lukasz Jobczyk
a390327ef9
refactor: remove unused code
...
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com >
2025-09-10 15:38:48 +02:00
Bellekallu Rajkiran
dfe623da1f
refactor: Unify blitter copy property construction methods
...
Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com >
2025-09-10 13:10:15 +02:00
Damian Tomczak
6b70b2ba1f
build: update aot header for WCL A1 revision
...
Related-to: NEO-15660
Signed-off-by: Damian Tomczak <damian.tomczak@intel.com >
2025-09-10 13:04:28 +02:00
Narendra Bagria
34d4e526e9
feature: enable defer backing by default
...
Related-To: NEO-13403
Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com >
Signed-off-by: Narendra Bagria <narendra.bagria@intel.com >
2025-09-10 12:41:30 +02:00
Neil R. Spruit
84c7c6612b
fix: disable shareable memory by default on Integrated gpu windows
...
Related-to: NEO-15981
- Disable the ability to create shareable memory
without NT handle on Windows for Integrated GPU devices by default.
- Addresses a performance regression in Windows
when making shareable memory resident on Integrated GPU devices.
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com >
2025-09-10 12:15:56 +02:00
Kamil Kopryk
56415ddac7
refactor: unify naming for l3 flush after post sync
...
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com >
2025-09-10 08:12:39 +02:00
Compute-Runtime-Validation
c65de3df7f
Revert "fix: correctly set unpacked device binary prior decoding"
...
This reverts commit f7188038b4 .
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com >
2025-09-10 03:52:20 +02:00
Wesley Waugh
7829d93b92
feature: add debug key to dump debug surface to file
...
Related-To: NEO-15890
Signed-off-by: Wesley Waugh <wesley.waugh@intel.com >
2025-09-09 22:40:16 +02:00
Mateusz Hoppe
f7188038b4
fix: correctly set unpacked device binary prior decoding
...
- add parsing Intel GT notes from elf when unpacking binary
- set indirectAccessBufferMajorVersion with correct value
Related-To: NEO-15211, IGC-12385
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com >
2025-09-09 18:18:01 +02:00
Michal Mrozek
4debbdea36
performance: fix bcs count on xe3
...
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com >
2025-09-09 18:16:26 +02:00
Chodor, Jaroslaw
31615af618
refactor: Optional release keys
...
Adding new macro to allow optional release keys
Related-To: NEO-16055
Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com >
2025-09-09 17:02:36 +02:00
Michal Mrozek
1d2ba692de
performance: set proper bcs count for xe2
...
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com >
2025-09-09 14:13:02 +02:00
Lukasz Jobczyk
977f3b92be
fix: Use BCS when read from image from buffer
...
Related-To: HSD-14025883793
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com >
2025-09-09 13:58:51 +02:00
Lukasz Jobczyk
6c59fd53af
refactor: Add new mode to EnableBlitterForEnqueueOperations
...
Add option to EnableBlitterForEnqueueOperations to disable BCS
except image from buffer
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com >
2025-09-09 10:02:50 +02:00
John Falkowski
1f281a01ee
refactor: Add product helper getSharedSystemPatIndex
...
Resolves: NEO-15930
Signed-off-by: John Falkowski <john.falkowski@intel.com >
2025-09-08 17:17:35 +02:00
Szymon Morek
701bcdaeab
performance: reorder checks for staging buffer
...
Related-To: NEO-16052
defer registerHostPtr call to the last check.
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-08 16:48:05 +02:00
Szymon Morek
2f114f9946
Revert "performance: reduce ULLS timeout to 1ms on XeLpg"
...
This reverts commit c31ca0a748 .
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-08 13:06:07 +02:00
Szymon Morek
9405737619
refactor: Add direct submission config enum field
...
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-08 12:37:49 +02:00
Compute-Runtime-Validation
24584d3186
Revert "feature: create single temporary allocation for bcs split"
...
This reverts commit 6191f5aec8 .
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com >
2025-09-07 04:29:28 +02:00
Szymon Morek
03357b6089
performance: adjust size threshold for staging on linux
...
Related-To: NEO-15973
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-05 18:09:49 +02:00
Bartosz Dunajski
6191f5aec8
feature: create single temporary allocation for bcs split
...
Related-To: NEO-14557
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com >
2025-09-05 16:05:48 +02:00
Mateusz Hoppe
febe905a19
fix: set usesPrintf when .const.data.string present in elf
...
- printf_buffer argument may not be present when indirect access buffer
version==2
- deduce usesPrintf based on .const.data.string presence and required
iab for those cases
Related-To: NEO-15211, IGC-12385
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com >
2025-09-05 13:52:27 +02:00
Jakub Nowacki
372a9ae89b
fix: expose DP4A L0 cap by default
...
Related-To: NEO-14350
Signed-off-by: Jakub Nowacki <jakub.nowacki@intel.com >
2025-09-04 19:27:00 +02:00
Kamil Kopryk
f15c42bd11
performance: optimize checking if ga is imported 1/2
...
Related-To: NEO-13163
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com >
2025-09-04 11:08:22 +02:00
Compute-Runtime-Validation
482c5ce11b
Revert "fix: Better IR file format ext handling"
...
This reverts commit 1aa869d67d .
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com >
2025-09-04 09:36:49 +02:00
Compute-Runtime-Validation
d5f3e72804
Revert "refactor: add debug flag to invalidate L1 cache"
...
This reverts commit abb713e18f .
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com >
2025-09-04 05:05:58 +02:00
Mateusz Hoppe
feabf44722
fix: allow empty kernels entry in yaml
...
Related-To: NEO-16015
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com >
2025-09-03 18:13:42 +02:00
Kindracki, Jakub Tomasz
d15aff8679
fix: Fix compiler errors in ULTs
...
Fix warnings that appear
when optimizations in ULTs are enabled:
- `uninitialized` errors
- `free-nonheap-object` errors
- add ignoring `-Wno-maybe-uninitialized` errors for gcc12 Release
builds due to gcc bug
- fix `array-bounds` issue in readLongFileName function
- fix other `array-bounds` errors
Related-To: NEO-8116
Signed-off-by: Kindracki, Jakub Tomasz <jakub.tomasz.kindracki@intel.com >
2025-09-03 14:50:58 +02:00
Michal Mrozek
3f9c49f216
refactor: remove redundant code
...
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com >
2025-09-03 13:43:37 +02:00
Chodor, Jaroslaw
1aa869d67d
fix: Better IR file format ext handling
...
This fix makes ocloc honor IR file format when picking
extension for the output file.
Additionally, this commit removes reduntant IR output when
compiling from IR.
Related-To: NEO-15876
Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com >
2025-09-03 12:18:27 +02:00
Szymon Morek
abb713e18f
refactor: add debug flag to invalidate L1 cache
...
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-03 12:03:26 +02:00
Bellekallu Rajkiran
931e3a0dc6
refactor: Remove redundant parameters to get_builtin_options
...
Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com >
2025-09-03 11:46:18 +02:00
Michal Mrozek
3ee33d26d9
refactor: remove not needed code
...
- low priority never uses direct submission
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com >
2025-09-02 16:52:53 +02:00
Grochowski, Stanislaw
36614e614f
fix: partially remove cl_khr_spir reporting
...
Related-To: NEO-15215
Signed-off-by: Grochowski, Stanislaw <stanislaw.grochowski@intel.com >
2025-09-02 14:40:31 +02:00
Mateusz Hoppe
c96348d1f3
feature: add support for external memmap system extension
...
Related-To: GSD-11423
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com >
2025-09-02 13:52:42 +02:00
Szymon Morek
030a489b5b
performance: disable tlb invalidation on PTL/Xe
...
Related-To: NEO-15939
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-02 13:33:45 +02:00
Bellekallu Rajkiran
0557b82586
fix: nullptr dereference for blitProperties allocations
...
Related-To: NEO-15461
Signed-off-by: Narendra Bagria <narendra.bagria@intel.com >
Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com >
2025-09-02 12:14:06 +02:00
Szymon Morek
46be2bde05
performance: enable ULLS on copy engine on PTL
...
Related-To: NEO-15990
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-02 11:07:39 +02:00
Szymon Morek
c31ca0a748
performance: reduce ULLS timeout to 1ms on XeLpg
...
Related-To: NEO-13843
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-01 16:42:58 +02:00
Bartosz Dunajski
d5d7276d1e
feature: limit ISA prefetch size
...
Related-To: NEO-14703
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com >
2025-09-01 15:21:23 +02:00
Szymon Morek
4a2c938c54
performance: disable tlb invalidation on LNL/Xe
...
Related-To: NEO-15939
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-01 15:12:23 +02:00
Szymon Morek
90be39c9c0
performance: enable low latency hint on Xe
...
Related-To: NEO-14708
Signed-off-by: Szymon Morek <szymon.morek@intel.com >
2025-09-01 13:34:29 +02:00