Commit Graph

19611 Commits

Author SHA1 Message Date
Mateusz Jablonski
3b0b9f07a8 build: add cmake flag to skip mt unit tests
exclude mt test targets from ALL build

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-06-11 11:12:52 +02:00
shubham kumar
a3bbfbc78f fix: correct error codes in ecc
Related-To: NEO-15201

Signed-off-by: shubham kumar <shubham.kumar@intel.com>
2025-06-11 09:54:18 +02:00
Mateusz Hoppe
233972734a test: add aub test for atomic in kernel
Related-To: NEO-14449

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2025-06-11 09:30:21 +02:00
Compute-Runtime-Validation
57701afeb1 Revert "ci: L0 loader update"
This reverts commit 6eeb9a2015.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-06-11 06:36:56 +02:00
Compute-Runtime-Validation
bad35b7e54 Revert "build: update aot config header"
This reverts commit ccf7a113be.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-06-11 03:02:53 +02:00
Compute-Runtime-Validation
4e0c765d72 Revert "performance: reorder checks for staging buffer"
This reverts commit e030086cf2.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-06-10 23:35:58 +02:00
Mateusz Jablonski
c01ef3d9ad refactor: remove redundant exec environment pointer from L0::DeviceImp
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-06-10 22:10:02 +02:00
Joshua Santosh Ranjan
5b67a3d40b fix: enable eustall only if kmd supports
Related-To: NEO-15193

Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
2025-06-10 21:27:42 +02:00
ocldev
6eeb9a2015 ci: L0 loader update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-10 21:20:52 +02:00
Artur Harasimiuk
5c4a6872fc ci: infra revision update
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2025-06-10 20:57:22 +02:00
Bartosz Dunajski
9505230c50 refactor: move prefetch methods to different files
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2025-06-10 16:54:53 +02:00
ocldev
e96840a03e build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-10 12:19:20 +02:00
Compute-Runtime-Validation
523bd92db4 Revert "refactor: remove redundant exec environment pointer from L0::DeviceImp"
This reverts commit c7893fb3ed.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-06-10 10:04:06 +02:00
ocldev
f754d671a3 build: igc revision update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-10 06:22:29 +02:00
Compute-Runtime-Validation
560e663d53 Revert "fix: disable L0 USM pool on dg2, ats"
This reverts commit 2174389c4e.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-06-10 06:22:15 +02:00
ocldev
3acabdc04b build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-10 04:02:25 +02:00
Artur Harasimiuk
8e66260606 ci: infra revision update
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2025-06-10 02:08:52 +02:00
Bartosz Dunajski
ff7d0a76cb feature: prework to enable memory prefetch
Related-To: NEO-14703

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2025-06-10 01:05:41 +02:00
ocldev
5714d9170c build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-09 22:12:24 +02:00
Szymon Morek
26a83c9f2c refactor: remove redundant specializations
Related-To: NEO-15029

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2025-06-09 19:30:30 +02:00
John Falkowski
805a716fe3 feature: Implement appendMemoryCopy/Fill for Shared System USM
Related-To: NEO-13697

Signed-off-by: John Falkowski <john.falkowski@intel.com>
2025-06-09 16:18:56 +02:00
Mateusz Jablonski
994433d941 test: correct initialization of defaultExecStamp
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-06-09 14:59:33 +02:00
ocldev
fed9b7ff40 build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-09 14:18:50 +02:00
Pawel Cieslak
e0482c8ef9 refactor: use dashes in gtest output file name
update infra

Related-To: NEO-15018
Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
2025-06-09 13:53:03 +02:00
Bartosz Dunajski
17a15a3d9d refactor: dedicated prefetch cmd list method
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2025-06-09 13:33:02 +02:00
Dominik Dabek
2174389c4e fix: disable L0 USM pool on dg2, ats
Related-To: NEO-15167, HSD-18042525630

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2025-06-09 12:05:48 +02:00
Mateusz Jablonski
c7893fb3ed refactor: remove redundant exec environment pointer from L0::DeviceImp
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-06-09 12:03:58 +02:00
Kindracki, Jakub Tomasz
45506de099 test: Remove resetCommandStreamReceiver from tests
Related-To: NEO-3927
Signed-off-by: Kindracki, Jakub Tomasz <jakub.tomasz.kindracki@intel.com>
2025-06-09 10:43:47 +02:00
Szymon Morek
6a7f6f1ad6 fix: add noexcept to move operators
Without it, copy operator is selected, even if move is explicitly defined.

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2025-06-09 10:32:23 +02:00
Szymon Morek
e030086cf2 performance: reorder checks for staging buffer
defer registerHostPtr call to the last check.

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2025-06-09 10:18:35 +02:00
Anvesh Bakwad
dd6ee5bd7a fix(sysman): Correct the Timestamp PMT offsets for BMG Rev 15 guid
Related-To: NEO-15091

Signed-off-by: Anvesh Bakwad <anvesh.bakwad@intel.com>
2025-06-09 10:10:55 +02:00
Mateusz Jablonski
ccf7a113be build: update aot config header
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-06-09 09:53:51 +02:00
Compute-Runtime-Validation
571b26c44c Revert "documentation: fix sysman programming guide"
This reverts commit aa8a71861a.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-06-09 09:12:49 +02:00
Compute-Runtime-Validation
9fd521f471 Revert "refactor: add validateWorkgroupSize() method"
This reverts commit 708b81bab5.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-06-07 17:25:49 +02:00
Bartosz Dunajski
6d7148ee5e refactor: move prefetch to dedicated method
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2025-06-06 16:49:19 +02:00
Zbigniew Zdanowicz
b6018010c4 refactor: add option to skip to add to residency event external allocation
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2025-06-06 15:55:03 +02:00
ocldev
c58aca28c1 build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-06 12:49:29 +02:00
Mateusz Hoppe
708b81bab5 refactor: add validateWorkgroupSize() method
Related-To: NEO-14209

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2025-06-06 09:45:45 +02:00
Zbigniew Zdanowicz
af1747a55f test: update command list mock class
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2025-06-06 09:27:53 +02:00
ocldev
13d25f0f5e build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-05 22:30:15 +02:00
Kulkarni, Ashwin Kumar
aa8a71861a documentation: fix sysman programming guide
Related-To: NEO-15129

Signed-off-by: Kulkarni, Ashwin Kumar <ashwin.kumar.kulkarni@intel.com>
2025-06-05 19:46:53 +02:00
ocldev
d40f76e54c build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-05 12:57:37 +02:00
ocldev
4b117b697f build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-05 02:28:07 +02:00
Brandon Yates
540fa19894 fix: mark resources for capture even when debugger is not init
Some allocations are created before debugger is initialized. This change
will ensure they get marked for capture.

Debugger Enabled check added to bind path where capture flag is set

Related-to: GSD-10856

Signed-off-by: Brandon Yates <brandon.yates@intel.com>
2025-06-04 16:21:22 +02:00
Bartosz Dunajski
2399492b74 refactor: debug flag to override max mem alloc size
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2025-06-04 15:16:34 +02:00
ocldev
6331bb2ea4 build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-04 15:13:00 +02:00
Mateusz Hoppe
89fee4add6 test: fix Gen12AubScratchSpaceForPrivateTest aub test
- use USM allocation as destination memory to control lifetime of the
object. expectMemory() assumes gpu memory is not released which
happens for temporary user pointers gpu allocations

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2025-06-04 14:44:17 +02:00
ocldev
5df0596d6c build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-04 13:37:32 +02:00
ocldev
10529b15ce build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-06-04 12:15:38 +02:00
Damian Tomczak
a7c9bfafb3 test: ImageHelper rename to ImageHelperUlt
Related-to: NEO-13669

Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
2025-06-04 12:02:29 +02:00