Commit Graph

20910 Commits

Author SHA1 Message Date
Bartosz Dunajski
0597f064e5 refactor: bcs split class structure
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2025-10-09 14:19:51 +02:00
Anvesh Bakwad
2aabe27531 feature(sysman): Get pci bdf info in survivability mode
Related-To: NEO-16011

Signed-off-by: Anvesh Bakwad <anvesh.bakwad@intel.com>
2025-10-09 14:09:26 +02:00
Naklicki, Mateusz
434d91af86 refactor: remove std::string usage from built_ins_registry
Related-To: NEO-15390
Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
2025-10-09 13:17:10 +02:00
Szymon Morek
f41bb3517a performance: increase heap size to 4MB
Related-To: NEO-16348

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2025-10-09 13:03:53 +02:00
Shreyas Kunder
d6ea88f266 feature: Metric Decoder API's supports scopes
Related-To: NEO-15833

Signed-off-by: Shreyas Kunder <shreyas.kunder@intel.com>
2025-10-09 12:55:26 +02:00
Zbigniew Zdanowicz
e768366eac fix: reset all slm arguments of inactive kernel in mutable group
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2025-10-09 11:05:55 +02:00
Maciej Bielski
57add55b20 performance: R&R - return early from captureCommand if regular cmdlist
Skip looping over wait-events when it is known that none of them can be
a potential fork point. E.g. at instantiation stage capturing has
already been disabled but the `captureCommand()` is entered anyway for
any zeAPI call supporting R&R.

Related-To: NEO-16017
Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>
2025-10-09 10:52:20 +02:00
Lukasz Jobczyk
d4132cf8b0 refactor: Add assert for ContainerReadLockTypeRAIIHelper
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
2025-10-09 10:52:07 +02:00
Mateusz Jablonski
b807b43b35 refactor: remove not needed code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-10-09 10:51:44 +02:00
Jack Myers
fd2c7fdc1a fix: only call std::clamp for valid values in startMeasurement
Related-To: NEO-16286
Signed-off-by: Jack Myers <jack.myers@intel.com>
2025-10-09 08:12:24 +02:00
Compute-Runtime-Validation
f31c3fdd03 Revert "fix: select target device compatible binary from fatbinary"
This reverts commit 97a206ed33.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-10-09 03:09:25 +02:00
ocldev
1d88f89a19 build: igc revision update
Signed-off-by: ocldev <ocldev@intel.com>
2025-10-08 18:57:20 +02:00
Bartosz Dunajski
e9e96fac1d fix: adjust offload detection for appendFill
Related-To: NEO-16332

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2025-10-08 18:41:59 +02:00
ocldev
1e6cff65f8 build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-10-08 16:41:23 +02:00
Mateusz Jablonski
298fcb868b fix: Set init zero flag for preemption buffer
Related-To: HSD-16028003349
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-10-08 15:57:56 +02:00
Lukasz Jobczyk
6d6715bebf performance: Lock svm allocs mutex once in appendLaunchKernelWithArgs
Resolves: NEO-15774

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
2025-10-08 13:35:52 +02:00
Neil R. Spruit
66a0f0d1bb fix: Corrected flag union reserve size and simplified sharedNT flag
Related-To: NEO-16317

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
2025-10-08 13:35:21 +02:00
Compute-Runtime-Validation
5b11cb7c0d Revert "feature: fail stateful kernel when stateless is required"
This reverts commit bb742a88a4.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-10-08 12:21:28 +02:00
Shreyas Kunder
d0e323e410 fix: Add function pointer for Metric Scope api
Related-To: NEO-16359

Signed-off-by: Shreyas Kunder <shreyas.kunder@intel.com>
2025-10-08 12:11:02 +02:00
Aleksandra Nizio
97a206ed33 fix: select target device compatible binary from fatbinary
removes recompilation from IR step when fatbinary contains compatible
devices binaries

Resolves: NEO-14300,GSD-10568
Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>
2025-10-08 12:09:49 +02:00
Naklicki, Mateusz
7955df80e7 refactor: cleanup header includes in level_zero/tools 1/2
Related-To: NEO-15383
Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
2025-10-08 11:48:20 +02:00
Mateusz Jablonski
2b686a588e refactor: remove not needed code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-10-08 11:48:03 +02:00
Dominik Dabek
9d8bad9f49 fix: call_once for starting usm reuse thread
CID 162223

avoid possible deadlock on svmAllocationCachesMutex

Related-To: HSD-16028754950

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2025-10-07 20:07:21 +02:00
Naklicki, Mateusz
0c619299d0 refactor: cleanup header includes in level_zero
Related-To: NEO-15383
Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
2025-10-07 19:58:31 +02:00
ocldev
93da521564 ci: infra revision update
Signed-off-by: ocldev <ocldev@intel.com>
2025-10-07 17:54:50 +02:00
Zbigniew Zdanowicz
42d2c32795 fix: disable state compute mode thread arbitration on xe3 platforms
Related-To: NEO-16330

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2025-10-07 15:48:42 +02:00
Bartosz Dunajski
8a706dcf7f fix: adjust copy offload selection logic 2
Related-To: NEO-16250

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2025-10-07 15:08:12 +02:00
Narendra Bagria
90ec875dea feature: use heapless builtins for copyRegion
Related-To: NEO-15323, NEO-7620

Signed-off-by: Narendra Bagria <narendra.bagria@intel.com>
2025-10-07 14:52:52 +02:00
ocldev
ad5b314164 build: igc revision update
Signed-off-by: ocldev <ocldev@intel.com>
2025-10-07 14:29:48 +02:00
Mateusz Jablonski
f3e4ba9ff6 refactor: remove not needed code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-10-07 13:44:30 +02:00
Dominik Dabek
17199556ca performance: lazy start usm reuse cleaner thread
Delay starting usm reuse cleaner thread to first allocation reuse.

Related-To: HSD-16028754950

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2025-10-07 13:29:10 +02:00
ocldev
4fe7f9e534 build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-10-07 13:10:54 +02:00
Pawel Cieslak
c74521861b ci: infra revision update
Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
2025-10-07 12:52:23 +02:00
Radoslaw Jablonski
37c0d9b934 refactor: add InsertBraces clang-format rule
Signed-off-by: Radoslaw Jablonski <radoslaw.jablonski@intel.com>
2025-10-07 11:59:29 +02:00
Kamil Kopryk
0eeb1899d4 refactor: correct debug flag description
Specify debug flag size unit

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2025-10-07 11:59:13 +02:00
Lukasz Jobczyk
db5924221d refactor: remove unused enum value
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
2025-10-07 11:54:21 +02:00
Zbigniew Zdanowicz
24db09e3e9 fix: make pipeline thread arbitration one-time switch property
- detect switch happens by making "is dirty" property
- make sure to call the property setter
- setting to always true will make "is dirty" true only once

Related-To: NEO-16330

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2025-10-07 11:27:22 +02:00
Lukasz Jobczyk
c54cdf65ed performance: flush markers only when cross queue dependencies
Related-To: HSD-16028654072

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
2025-10-07 11:10:18 +02:00
Damian Tomczak
bb742a88a4 feature: fail stateful kernel when stateless is required
Resolves: NEO-11859

Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
2025-10-07 10:49:26 +02:00
Mateusz Hoppe
f411dc2e65 fix: debug key for using temp memory when writing to aub
Related-To: NEO-16276

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2025-10-07 09:43:02 +02:00
Bartosz Dunajski
40dd9221ca refactor: improve bcs split size selection
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2025-10-07 09:29:12 +02:00
Bartosz Dunajski
d1a2ec4590 fix: add missing lock in bcs split path 2
Related-To: NEO-14557

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2025-10-07 08:00:18 +02:00
Compute-Runtime-Validation
fca882ceda Revert "fix: adjust copy offload selection logic"
This reverts commit 6bee05e894.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-10-07 04:54:13 +02:00
Compute-Runtime-Validation
bafb847c73 Revert "fix: use condition variables instead of busy waits in worker threads"
This reverts commit 9d1da44e08.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-10-06 20:38:46 +02:00
ocldev
ac296f76ba build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-10-06 18:30:34 +02:00
Artur Harasimiuk
bd9ea7d7f0 ci: infra revision update
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2025-10-06 18:12:00 +02:00
Szymon Morek
4df9783448 performance: use 2MB heaps for 2MB-aligned allocations
Related-To: NEO-16165

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2025-10-06 18:11:01 +02:00
Aviral Nigam
58415ade47 fix: Fixes how we populate the sysman handle
This fixes how we populate the uuids corresponding to
device into the uuidDeviceMap

Related-To: NEO-15882

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
2025-10-06 17:23:38 +02:00
Mateusz Jablonski
9ca3a9b5d8 build: remove not needed test kernels
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-10-06 17:06:59 +02:00
Naklicki, Mateusz
e6300c83ee refactor: cleanup header includes in sysman
Related-To: NEO-15383
Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
2025-10-06 16:50:52 +02:00