Matias Cabral
f2f86be6c0
feature: updates to metrics calculate API
...
Resolves: NEO-15958
Signed-off-by: Matias Cabral <matias.a.cabral@intel.com >
2025-09-12 21:18:46 +02:00
Zbigniew Zdanowicz
0799f8cd54
feature: add graph properties api structures and flags
...
Related-To: NEO-15375
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com >
2025-09-12 12:47:22 +02:00
Zbigniew Zdanowicz
53fc4c1958
refactor: correct driver extension header files
...
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com >
2025-09-12 10:46:18 +02:00
Zbigniew Zdanowicz
96a240b677
feature: add missing graph extension version enum
...
- remove not needed L0 namespace from graph header
- add missing toHandle methods for graph classes
- use toHandle methods in tests
Related-To: NEO-15375
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com >
2025-09-08 17:02:26 +02:00
Mateusz Jablonski
8334c80332
fix: add ZE_APIEXPORT to zer API
...
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-09-08 14:33:15 +02:00
Mateusz Jablonski
1e7c9ee2e9
refactor: rename default descriptor names
...
move them out of L0 API version check
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-09-05 13:25:48 +02:00
Mateusz Jablonski
67c58ea575
refactor: move zer API out of L0 API version guard
...
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-09-05 12:07:02 +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
Matias Cabral
f29fe17231
feature: metrics report format supports scopes
...
Resolves: NEO-15143
Signed-off-by: Matias Cabral <matias.a.cabral@intel.com >
2025-08-29 08:52:22 +02:00
shubham kumar
59f8e8352f
fix: Install metrics driver experimental headers
...
Related-To: NEO-15879
Signed-off-by: shubham kumar <shubham.kumar@intel.com >
2025-08-22 19:12:19 +02:00
Mateusz Jablonski
d81d544426
refactor: improve default descriptor definitions
...
- make them static const
- remove not needed casts
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-08-22 11:26:21 +02:00
Aleksandra Nizio
9a0a52d46d
feature: Add new API to append kernel with support to additional parameters
...
Related-To: NEO-15565,GSD-10660
Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com >
2025-08-21 10:01:56 +02:00
Zbigniew Zdanowicz
fdb66be0d8
feature: add graph flag to cb event
...
Related-To: NEO-15375
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com >
2025-08-20 12:01:01 +02:00
Compute-Runtime-Validation
49c0ef60c0
Revert "feature: Add new API to append kernel with support to additional para...
...
This reverts commit 617a736630 .
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com >
2025-08-20 00:55:05 +02:00
Aleksandra Nizio
617a736630
feature: Add new API to append kernel with support to additional parameters
...
Related-To: NEO-15565,GSD-10660
Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com >
2025-08-19 15:09:00 +02:00
Matias Cabral
b5af16b1c5
feature: experimental return codes for Metrics
...
Resolves: NEO-15141
Signed-off-by: Matias Cabral <matias.a.cabral@intel.com >
2025-08-13 17:51:49 +02:00
Matias Cabral
0bb8591e79
feature: support metrics calculable property
...
Resolves: NEO-13994
Signed-off-by: Matias Cabral <matias.a.cabral@intel.com >
2025-08-11 19:18:40 +02:00
Matias Cabral
91f25ef990
feature: remove calcOp multi set calc API
...
Resolves: NEO-15690
Signed-off-by: Matias Cabral <matias.a.cabral@intel.com >
2025-08-11 18:53:13 +02:00
Mateusz Jablonski
b5ea7274b8
fix: remove const from arguments in append with arguments
...
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-08-06 16:30:34 +02:00
shubham kumar
e88de52133
fix: IGSC GFSP set call to modify only desired feature.
...
Related-To: NEO-15712
Signed-off-by: shubham kumar <shubham.kumar@intel.com >
2025-08-05 12:32:20 +02:00
Mateusz Jablonski
ee5cd678ea
fix: correct naming of zer functions
...
zerDriverGetDefaultContext -> zerGetDefaultContext
zerDriverGetLastErrorDescription -> zerGetLastErrorDesription
zerDeviceTranslateToIdentifier -> zerTranslateDeviceHandleToIdentifier
zerIdentifierTranslateToDeviceHandle -> zerTranslateIdentifierToDeviceHandle
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-08-04 15:17:04 +02:00
Matias Cabral
1b7a26996e
refactor: renaming of metrics calcOp related structures
...
Resolves: NEO-15139
Signed-off-by: Matias Cabral <matias.a.cabral@intel.com >
2025-08-04 11:09:28 +02:00
Compute-Runtime-Validation
566b6551a5
Revert "fix: correct naming of zer functions"
...
This reverts commit 91a9ccaebe .
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com >
2025-08-02 02:09:08 +02:00
Mateusz Jablonski
91a9ccaebe
fix: correct naming of zer functions
...
zerDriverGetDefaultContext -> zerGetDefaultContext
zerDriverGetLastErrorDescription -> zerGetLastErrorDesription
zerDeviceTranslateToIdentifier -> zerTranslateDeviceHandleToIdentifier
zerIdentifierTranslateToDeviceHandle -> zerTranslateIdentifierToDeviceHandle
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-08-01 14:25:20 +02:00
Joshua Santosh Ranjan
280239ebec
feature: add support to query metrics hw buffer size
...
Related-To: NEO-13439
Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com >
2025-07-30 13:19:19 +02:00
shubham kumar
b024ea2923
fix: Make use of correct base ext structures in sysman
...
Related-To: NEO-15537
Signed-off-by: shubham kumar <shubham.kumar@intel.com >
2025-07-29 11:30:29 +02:00
Matias Cabral
b7f9d55118
feature: support excluded metrics from calc op
...
Resolves: NEO-15492
Signed-off-by: Matias Cabral <matias.a.cabral@intel.com >
2025-07-29 05:16:29 +02:00
Mateusz Jablonski
87ed4728f2
fix: add if guards for API definition to avoid future conflicts
...
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-07-24 12:38:48 +02:00
Matias Cabral
93195e3501
feature: support for Metric Scopes
...
Resolves: NEO-15136
Signed-off-by: Matias Cabral <matias.a.cabral@intel.com >
2025-07-23 21:42:48 +02:00
Chodor, Jaroslaw
42ab9b5829
feature: Record&Replay support for queries
...
Related-To: NEO-15377
Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com >
2025-07-22 10:48:55 +02:00
Compute-Runtime-Validation
4c929fcc84
Revert "feature: support for Metric Scopes"
...
This reverts commit e92ac1c8ab .
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com >
2025-07-17 04:29:44 +02:00
Matias Cabral
e92ac1c8ab
feature: support for Metric Scopes
...
Resolves: NEO-14753
Signed-off-by: Matias Cabral <matias.a.cabral@intel.com >
2025-07-16 19:30:14 +02:00
Mateusz Jablonski
4dc4c45bbb
fix: correct signature of zeCommandListAppendLaunchKernelWithArguments
...
add const to pArguments and pNext types
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-07-16 16:25:12 +02:00
shubham kumar
5a1d6ac552
feature: Add support for pcie downgrade in BMG
...
Related-To: NEO-15270
Signed-off-by: shubham kumar <shubham.kumar@intel.com >
2025-07-16 07:24:33 +02:00
Mateusz Jablonski
6511837348
refactor: remove designated intializers from default descriptor definitions
...
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-07-15 09:58:55 +02:00
Mateusz Jablonski
8dc24d9e2c
feature: add default command queue descriptor to ze_intel_gpu.h
...
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-07-14 16:24:18 +02:00
Mateusz Jablonski
762b04cf77
feature: add command queue flag to pass copy offload hint
...
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-07-11 19:42:48 +02:00
Zbigniew Zdanowicz
1599e5bafe
feature: add missing experimental mcl api calls
...
Related-To: NEO-10492
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com >
2025-07-11 18:23:37 +02:00
Mateusz Jablonski
8f1903c7dd
feature: add zerDriverGetLastErrorDescription API
...
this function retrieves last error from default driver
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-07-11 13:37:50 +02:00
Mateusz Jablonski
6bc9829e99
refactor: dont use designated initializers in default descriptor definition
...
designated initializers require c++20
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-07-10 10:30:34 +02:00
Chodor, Jaroslaw
0313bee322
feature: Adding record and replay headers to devel package
...
Related-To: NEO-15373
Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com >
2025-07-10 10:06:06 +02:00
Mateusz Jablonski
2661fd9522
feature: define default descriptors for counter based event and USM
...
user can use default descriptor to simplify creation
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-07-08 16:10:23 +02:00
Zbigniew Zdanowicz
3e3f516434
refactor: add graph base entrypoints
...
- correct declaration of mutable command list entrypoints
Related-To: NEO-15373
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com >
2025-07-08 12:00:03 +02:00
Chodor, Jaroslaw
f35bdeb2fe
feature: Adding Record and Replay API entrypoints
...
Related-To: NEO-15373
Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com >
2025-07-01 14:43:13 +02:00
Aravind Gopalakrishnan
26ab4fc7b7
feature: Add experimental interfaces for drm format modifiers
...
Related-To: GSD-10968
Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com >
2025-06-26 14:23:22 +02:00
Zbigniew Zdanowicz
442c11b5ba
feature: add mutable command list implementation
...
Related-To: NEO-10492
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com >
2025-06-25 16:32:08 +02:00
Cabral, Matias A
9831931722
refactor: correct names in calcop creation
...
Resolves: NEO-14512
Signed-off-by: Cabral, Matias A <matias.a.cabral@intel.com >
2025-05-27 18:40:00 +02:00
Mateusz Hoppe
0d57dcfdf0
feature: add L0 API querying priority levels - zeDeviceGetPriorityLevels()
...
Related-To: NEO-14572
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com >
2025-05-23 09:24:16 +02:00
Jakub Nowacki
4ca596c535
fix: add missing extension ults
...
Related-To: NEO-9988
Signed-off-by: Jakub Nowacki <jakub.nowacki@intel.com >
2025-05-20 16:03:18 +02:00
Mateusz Jablonski
48881bfb9a
feature: add L0 API to append kernel with all params
...
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2025-05-14 11:13:35 +02:00