Commit Graph

18932 Commits

Author SHA1 Message Date
Szymon Morek c2ee68ab16 performance: enable ULLS on LNL Linux
Related-To: NEO-9004

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
Source: f4815a9b69
2025-04-24 12:28:40 +02:00
ocldev 0e48c2cead build: igc revision update to v2.10.10
Signed-off-by: ocldev <ocldev@intel.com>
2025-04-22 14:28:44 +02:00
ocldev 16c62a2163 build: igc revision update to v2.10.9
Signed-off-by: ocldev <ocldev@intel.com>
2025-04-16 15:05:43 +02:00
Jaroslaw Warchulski a9961bdfaa fix: do not forbid compression for xe_lpg Windows and DG2
Related-To: NEO-14583, NEO-14593
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
Source: fb5da0c3e5
2025-04-15 11:23:19 +02:00
Jaroslaw Warchulski ad9349eb1c fix: forbid compression for pre-xe2 platforms
Related-To: NEO-9465
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
Source: df07897144
2025-04-15 10:55:20 +02:00
Jaroslaw Warchulski 4a080325f4 fix: respect compression flag in capability table
Related-To: NEO-9465
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
Source: c010d17842
2025-04-15 10:21:45 +02:00
Jaroslaw Warchulski 4f9ff82520 fix: remove unnecesarry WA for DG2 compression
Related-To: NEO-9465
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
Source: 62baf28316
2025-04-14 23:38:01 +02:00
Lukasz Jobczyk 9d37e7bdfb fix: Adjust standard heaps when on 57 bit address space
Resolves: GSD-10871

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
Source: 1b5519a880
2025-04-14 16:18:10 +02:00
ocldev 5d81f3a73f build: igc revision update to v2.10.8
Signed-off-by: ocldev <ocldev@intel.com>
2025-04-14 14:28:02 +02:00
ocldev 5817d59358 build: igc revision update to v2.10.7
Signed-off-by: ocldev <ocldev@intel.com>
2025-04-11 15:25:21 +02:00
Compute-Runtime-Validation da66516ae8 Revert "feature(sysman): Add support of zesPowerGetEnergyCounter() API for BMG"
This reverts commit da4a5d0389.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>

Source: 3e2eea60f2
2025-04-10 12:50:45 +02:00
ocldev 3e93242937 build: igc revision update to v2.10.5
Signed-off-by: ocldev <ocldev@intel.com>
2025-04-08 15:33:49 +02:00
Lukasz Jobczyk 6c614c4a5e fix: Handle new ring buffer residency when switch ULLS light ring
Related-To: NEO-14406, NEO-13922

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
Source: ca45573dd3
2025-04-08 13:37:05 +02:00
Lukasz Jobczyk 31621300f3 fix: Extend ULLS light mutex range
If some operatioins requires ULLS light stop, execute such operations
under mutex in pair with ULLS stop to ensure no other thread will start
ULLS.

Related-To: NEO-14406, NEO-13922

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
Source: 5bcf500c13
2025-04-08 13:20:17 +02:00
ocldev fc088d41f8 build: igc revision update to v2.10.4
Signed-off-by: ocldev <ocldev@intel.com>
2025-04-07 11:29:54 +02:00
Lukasz Jobczyk 22dc40c716 fix: Stop ULLS light when evict resource
Related-To: NEO-14406

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
Source: deca36fd32
2025-04-04 14:15:37 +02:00
Compute-Runtime-Validation 17f17c31d3 Revert "performance: Improve ULLS light residency management"
This reverts commit 35eae3f977.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>

Source: 88a48f1c5b
2025-04-04 13:59:29 +02:00
ocldev 194c32c271 ci: kernel revision update to 25.1-12
Signed-off-by: ocldev <ocldev@intel.com>
2025-03-27 15:53:25 +01:00
Compute-Runtime-Validation 6f66cafe77 Revert "feature: Enable kmd migration by default on PVC platform"
This reverts commit eb8e69d2d4.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>

Source: b4d8d6b447
2025-03-27 15:38:02 +01:00
ocldev bc6cacdc53 build: buildConfig update
Signed-off-by: ocldev <ocldev@intel.com>
2025-03-27 14:49:16 +01:00
Damian Tomczak 0243004907 feature: additional checkers to enable feature
Resolves: NEO-13973

Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
2025-03-26 18:06:20 +01:00
Mateusz Jablonski 4bc13fa0dc fix: correct MetricsLibraryGenId for Xe3
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-03-26 16:35:10 +01:00
ocldev 8c9204e509 build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-03-26 15:19:24 +01:00
Pratik Bari 4a67d1c0d5 fix(sysman): For WSL systems Sysman HW device id equals HW device id
For the WSL systems, the same HW device id is passed as the Sysman HW
device id which creates the null sysman driver handle.

Related-To: NEO-11226

Signed-off-by: Pratik Bari <pratik.bari@intel.com>
2025-03-26 15:10:49 +01:00
Lukasz Jobczyk 60b551758c performance: Adjust waitpkg threshold for discrete devices
Related-To: NEO-14336

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
2025-03-26 14:59:19 +01:00
Compute-Runtime-Validation a89113fa1a Revert "fix: Fail device init if kernel debugging is misconfigured"
This reverts commit c122bc51f9.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-03-26 13:27:12 +01:00
Compute-Runtime-Validation 214277125d Revert "performance: enable ULLS on LNL Linux"
This reverts commit a15de0c4f6.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2025-03-26 13:26:57 +01:00
Naklicki, Mateusz 890e5c4a5a refactor: extract method for getting CB peer device allocation
Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
2025-03-26 11:52:52 +01:00
Mateusz Hoppe 1d07198a4c test: refactor non uniform aub fixture
- set allowNonUniform flag in program

Related-To: NEO-14449

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2025-03-26 11:41:39 +01:00
ocldev f00d5effbf ci: L0 loader update
Signed-off-by: ocldev <ocldev@intel.com>
2025-03-26 10:24:39 +01:00
Kamil Kopryk 402fc037c3 test: correct expectations 2/2
Related-To: NEO-13163
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2025-03-26 09:03:13 +01:00
Kamil Kopryk d1d3e34d11 refactor: add check if allocation imported required
Related-To: NEO-13163
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2025-03-26 08:55:11 +01:00
ocldev ed70ba181a build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-03-26 00:01:13 +01:00
Jaroslaw Warchulski eeeed9edd8 refactor: cleanup in product helpers
Related-To: NEO-12681
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
2025-03-25 21:07:55 +01:00
ocldev 87277ec9e2 build: kernels_bin update
Signed-off-by: ocldev <ocldev@intel.com>
2025-03-25 20:51:56 +01:00
Brandon Yates c122bc51f9 fix: Fail device init if kernel debugging is misconfigured
Also print error to stderr

Related-to: GSD-10780

Signed-off-by: Brandon Yates <brandon.yates@intel.com>
2025-03-25 20:40:25 +01:00
Jaroslaw Warchulski 75119f1887 test: add compression_tests_xe2_and_later
Related-To: NEO-9465

Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
2025-03-25 18:15:20 +01:00
Arek G 4751461a30 fix: ocloc: allow passing -device and -device_options in different formats
Related-To: NEO-9563
Signed-off-by: Arek G <arkadiusz.grubba@intel.com>
2025-03-25 18:07:21 +01:00
Kamil Kopryk b462f95884 test: correct expectations
Related-To: NEO-13163
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2025-03-25 16:59:05 +01:00
ocldev 56bd1694e9 build: igc revision update
Signed-off-by: ocldev <ocldev@intel.com>
2025-03-25 16:49:33 +01:00
Wojciech Konior 817c6df46d fix: unify sources from shared added to dll&tests
Related-To: NEO-4372

Signed-off-by: Wojciech Konior <wojciech.konior@intel.com>
2025-03-25 16:39:18 +01:00
Artur Harasimiuk daa84c23e0 ci: infra revision update
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2025-03-25 16:07:57 +01:00
Jaroslaw Warchulski 1230ab99aa refactor: adjust product helper file name after pre-gen12 removal
Related-To: NEO-12681
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
2025-03-25 15:57:46 +01:00
Szymon Morek 2b340528cf performance: enable staging read for cl buffers
Related-To: NEO-14026

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2025-03-25 15:09:46 +01:00
Szymon Morek d04ac3d60f fix: flush caches after filling image
Related-To: NEO-14454

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2025-03-25 15:00:54 +01:00
Grzegorz Choinski 77a66e5ec2 build: kernels_bin update
Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>
2025-03-25 14:42:00 +01:00
Artur Harasimiuk b79928c8d4 ci: infra revision update
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2025-03-25 10:34:02 +01:00
Jaroslaw Warchulski cb2add406e fix: do not use ftrE2ECompression flag for xe2+
Related-To: NEO-9465
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
2025-03-25 09:29:50 +01:00
shubham kumar 9b3cc531a1 feature: Add support for rev 2 PMT punit telemetry
Related-To: NEO-14424

Signed-off-by: shubham kumar <shubham.kumar@intel.com>
2025-03-24 20:37:53 +01:00
Jakub Nowacki e0defcffaa build: enable xehpc, xe2hpg, xe3core aub runners
Signed-off-by: Jakub Nowacki <jakub.nowacki@intel.com>
2025-03-24 18:17:57 +01:00