Commit Graph

8034 Commits

Author SHA1 Message Date
Maciej Dziuban
f838dc7644 Remove default parameter
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
2021-08-16 17:38:46 +02:00
Szymon Morek
945a7cf905 Revert "Add method to set systolic mode"
This reverts commit 7ad007e.

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2021-08-16 16:41:05 +02:00
Mateusz Hoppe
6c66c4ab10 Set Max values in GtSystemInfo based on Count values in ULTs
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2021-08-16 08:58:09 +02:00
Lukasz Jobczyk
49cf6f79f5 Validate host ptr on VM it will be used
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
2021-08-16 08:15:53 +02:00
davidoli
700aecb384 Fix tracer disable re_enable bug
Related-To: LOCI-2395

Signed-off-by: davidoli <david.olien@intel.com>
2021-08-14 20:23:47 +02:00
Artur Harasimiuk
c3eb876943 disable compiler optimizations for ULT
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2021-08-14 13:32:46 +02:00
Jaime Arteaga
de968f3447 Correct spelling
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
2021-08-14 06:21:02 +02:00
Spruit, Neil R
d119494854 L0 Support for Dynamic Module Linking for undefined symbols
- Support for L0 apps to handle undefined symbols reported by IGC
- Removed duplication of symbol in exported symbol list and relocation
for properly resolving the symbol during dynamic link
- Add export module's exported function surface state to the import
module's residency container during dynamic linkage to allow import
kernels to execute exported functions.

Signed-off-by: Spruit, Neil R <neil.r.spruit@intel.com>
2021-08-13 19:26:41 +02:00
Konstanty Misiak
ad19eda689 Fix event profiling for marker commands
Related-To: NEO-5799

Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
2021-08-13 15:02:01 +02:00
Lukasz Jobczyk
816e95443f Add missing ioctl to kmd migrated resource
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
2021-08-13 14:45:14 +02:00
Szymon Morek
a85ae676e7 Rename plus in cmake macros to and_later
Related-To: NEO-5920

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2021-08-13 11:40:19 +02:00
Bartosz Dunajski
2661962ac3 Pass engine instanced parameter during OsContext creation
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2021-08-13 11:14:29 +02:00
Compute-Runtime-Validation
5d49dedf00 Revert "L0 Support for Dynamic Module Linking for undefined symbols"
This reverts commit e602f4829d.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2021-08-13 10:33:13 +02:00
Spruit, Neil R
e602f4829d L0 Support for Dynamic Module Linking for undefined symbols
- Support for L0 apps to handle undefined symbols reported by IGC
- Removed duplication of symbol in exported symbol list and relocation
for properly resolving the symbol during dynamic link
- Add export module's exported function surface state to the import
module's residency container during dynamic linkage to allow import
kernels to execute exported functions.

Signed-off-by: Spruit, Neil R <neil.r.spruit@intel.com>
2021-08-12 21:30:13 +02:00
Zbigniew Zdanowicz
2125718091 Add missing inl to source file list
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2021-08-12 17:26:47 +02:00
Bartosz Dunajski
fb996a3d5b Add EngineDescriptor helper
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2021-08-12 15:19:46 +02:00
Kamil Kopryk
bda53f9cbf Revert "dependencies update"
This reverts commit 5a75f4b7e1.
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2021-08-12 15:08:44 +02:00
Szymon Morek
217d067ad5 Refactor calculating maxMemAllocSize
Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2021-08-12 14:37:42 +02:00
Artur Harasimiuk
a4eb90a933 infra update
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2021-08-12 13:16:24 +02:00
Pichika Uday Kiran
206d259b0a ULT: Add global operations ULTs to handle Device Processes State
- Commit handles ULTs to handle Device Processes State

Related-To: LOCI-2114

Signed-off-by: Pichika Uday Kiran <pichika.uday.kiran@intel.com>
2021-08-12 02:45:35 +02:00
Kamil Diedrich
be598fc692 Add AIL product enablers
Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
2021-08-11 22:19:33 +02:00
Pawel Cieslak
0a106c150e Update infra
Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
21.33.20678
2021-08-11 18:12:33 +02:00
Grzegorz Choinski
ad3eb3e680 infra update
Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>
2021-08-11 17:16:13 +02:00
Kamil Kopryk
582a3620a2 Remove not needed hwHelper
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2021-08-11 17:04:31 +02:00
ocldev
5a75f4b7e1 dependencies update
Signed-off-by: ocldev <ocldev@intel.com>
2021-08-11 16:38:14 +02:00
Zbigniew Zdanowicz
9a92f43ebc Use last sent task counter for Linux KMD wait function
Related-To: NEO-5845

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2021-08-11 14:22:17 +02:00
Dominik Dabek
2a7757651a Change percent of global memory returned
Related-To: NEO-5796

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2021-08-11 13:33:16 +02:00
Adam Cetnerowski
8268154572 Documentation: Update supported platforms
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
2021-08-11 13:22:46 +02:00
Mateusz Jablonski
0e30ac71bd Ocloc: add support for hexadecimal input of revision_id
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2021-08-11 11:31:29 +02:00
Pawel Cieslak
02017c6aba OSV-style builds
Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
2021-08-11 11:12:07 +02:00
Szymon Morek
7ad007ec92 Add method to set systolic mode
Resolves: NEO-6040

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2021-08-11 09:09:59 +02:00
ocldev
7996f0a924 igc revision update
Signed-off-by: ocldev <ocldev@intel.com>
2021-08-11 08:40:10 +02:00
Pichika Uday Kiran
7a59ebc1d6 ULT: Add global operations ULTs for device reset
- Commit handles ULTs to handle device reset only.

Related-To: LOCI-2114
Signed-off-by: Pichika Uday Kiran <pichika.uday.kiran@intel.com>
2021-08-11 07:25:16 +02:00
Mateusz Hoppe
a7fe3c1969 Share CmdQ Deleter struct between debugger tests
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2021-08-10 17:00:54 +02:00
Bartosz Dunajski
23b72decc3 Add OCL xe_hp_core unit tests - part 2
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2021-08-10 16:12:30 +02:00
Bartosz Dunajski
14c93a6432 Add OCL xe_hp_core unit tests
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2021-08-10 14:25:12 +02:00
Fabian Zwolinski
b5d222f6cb Add query option description to help
Related-To: NEO-6031
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
2021-08-10 13:33:26 +02:00
Kamil Diedrich
2d5d071e66 Extended import device memory functionality
Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
2021-08-10 13:24:56 +02:00
Artur Harasimiuk
c64a080980 infra update
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2021-08-10 12:07:09 +02:00
Andrzej Koska
94c97fc14c Allowing the creation of overlapping buffers
Related-To: NEO-5871

Signed-off-by: Andrzej Koska <andrzej.koska@intel.com>
2021-08-10 10:59:29 +02:00
Mateusz Jablonski
33a2f49b21 Correct SKIP_UNIT_TESTS flag handling
store flags for L0 tests in global scope

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2021-08-10 09:37:09 +02:00
John Falkowski
da8ddc5907 Add offset to dispatchBlitMemoryFill
Signed-off-by: John Falkowski <john.falkowski@intel.com>
2021-08-10 06:32:23 +02:00
Vinod Tipparaju
a2012e04dc Add pageFault migration support for immediate cmdlist submission via flushTask.
Move logic for makeResident & pageFault migration to command place for re-use.

Signed-off-by: Vinod Tipparaju <vinod.tipparaju@intel.com>
2021-08-10 06:21:04 +02:00
Vinod Tipparaju
37670aeb91 Add support for new thread arbitration policies via zeKernelSchedulingHintExp
Related-To: LOCI-2319

Signed-off-by: Vinod Tipparaju <vinod.tipparaju@intel.com>
2021-08-09 21:07:08 +02:00
Jitendra Sharma
c54152bbbc Sysman: Add support to check whether resizable PCI BAR is enabled
Related-To: LOCI-2414

Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
2021-08-09 19:37:16 +02:00
Lukasz Jobczyk
81609c7695 Use bind fence atomically
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
2021-08-09 16:19:46 +02:00
Kamil Kopryk
0845a3b34b Revert "Remove not needed hwHelper"
This reverts commit 0d11b51c6b.

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2021-08-09 12:43:20 +02:00
Kamil Kopryk
82a5472422 Revert "Enable BCS for images on xe_hp_core OCL"
This reverts commit cc4048dcf68913dc60665b6e584c276d4664f439.
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2021-08-09 12:31:36 +02:00
Milczarek, Slawomir
aed6a9994f Correct isStatelessCompressionSupported function for shared tests
Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
2021-08-09 09:39:29 +02:00
Compute-Runtime-Validation
d81c637b96 Revert "Use igc interface to get max param size"
This reverts commit a04d206fdd.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2021-08-07 08:50:27 +02:00