c35f560971
Refactor internal interface
...
Related-To: NEO-5244
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com >
2021-02-15 13:24:00 +01:00
315146a43d
Defer builtin initialization until first use
...
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com >
2021-02-15 13:05:43 +01:00
06bcc67e38
Clean log file from incorrect entries
...
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com >
2021-02-15 13:05:29 +01:00
6eebf82ec5
Add HW-specific preference for usage of blitter in local->local transfers
...
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com >
Resolves: NEO-5549
2021-02-15 12:47:54 +01:00
25c696ae85
cmake refactor
...
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com >
2021-02-12 14:42:27 +01:00
1494205e28
Revert "Improve GPU breakpoint support"
...
This reverts commit a6d898a026
.
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2021-02-12 14:11:50 +01:00
ca84fdd64a
Add helper function stub to get number of cache regions
...
Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com >
2021-02-12 11:01:07 +01:00
e88ef75c57
Implementing Reset Device Level 0 Sysman Windows
...
Enabling Device Reset for Windows.
Signed-off-by: Daniel Enriquez daniel.enriquez.montanez@intel.com
2021-02-12 03:41:48 +01:00
98ff3cc0a9
Do not use blitter for local->local SVM and USM copies
...
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com >
Related-To: NEO-5549
2021-02-11 16:24:57 +01:00
f6a0b3c6ce
ULT renaming: Module tests
...
Related-To: NEO-2236
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com >
2021-02-11 16:03:39 +01:00
a68a4aa74e
OpenCL Queue Families extension 17/n
...
Return index of default queue (created without using the extension)
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com >
Related-To: NEO-5120
2021-02-11 16:01:29 +01:00
ae484993e2
Update builtins generation
...
Use revision id when generating cpp files.
Related-To: NEO-5167
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com >
2021-02-11 14:36:58 +01:00
9d0422cf69
Add hwInfo to sampler setArg and appendSamplerStateParams
...
Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com >
2021-02-11 14:21:13 +01:00
7dad49ccf4
Add new setters and getters for cache policies
...
Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com >
2021-02-11 14:07:06 +01:00
2cd6809d1e
Do not use blitter for clEnqueueCopyBuffer
...
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com >
2021-02-11 12:42:43 +01:00
fcf6ecfad7
Pass HwInfo to getExtraMmioList
...
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com >
2021-02-11 09:38:56 +01:00
7c99739b89
Check if direct submission enable in OsContext
...
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com >
2021-02-11 09:05:50 +01:00
8a700c5187
Move non-ult shared files to single directory
...
Add SKIP_SHARED_UNIT_TESTS flag
Related-To: NEO-5201
Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com >
2021-02-10 21:03:13 +01:00
1a0b7dc393
dependencies update
...
Signed-off-by: ocldev <ocldev@intel.com >
2021-02-10 18:52:27 +01:00
5cff35fc82
infra update
...
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com >
2021-02-10 17:56:41 +01:00
1aca16a7ac
Add experimental_properties for indirect access
...
Read zebin experimental properties indicating whether a kernel has
indirect access and if so, ignore calls to zeKernelSetIndirectAccess.
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com >
2021-02-10 14:23:43 +01:00
03ab61c8e8
unit tests cleanup
...
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com >
2021-02-10 13:52:30 +01:00
0526910f6f
Check if additional flag is required
...
Signed-off-by: Sebastian Luzynski <sebastian.jozef.luzynski@intel.com >
2021-02-10 13:51:05 +01:00
199ae23def
Use CONTEXT_CREATE_EXT
...
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com >
2021-02-10 13:28:59 +01:00
46ece15e09
Force ocloc cmdline log after fail even if -q option specified
...
Related-To: NEO-4784
Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com >
2021-02-10 11:33:22 +01:00
c5a7481999
Enable new residency model by default
...
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com >
2021-02-09 16:40:46 +01:00
b204a4f135
Use device allocation for events if host visibility not set
...
Related-To: LOCI-1684
Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com >
2021-02-09 16:12:24 +01:00
3770410733
Adding zello_world_usm black box testcase.
...
Signed-off-by: vinod krishna <vinod.krishna@intel.com >
2021-02-09 16:12:07 +01:00
11634fdae6
ULT renaming: Command List tests
...
Related-To: NEO-2236
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com >
2021-02-09 16:00:58 +01:00
afbead513d
Reuse SS allocations on freeGraphicMemory
...
Signed-off-by: Kacper Nowak <kacper.nowak@intel.com >
2021-02-09 16:00:42 +01:00
33ec9b258a
Improve aub/tbx extra mmio list handling
...
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com >
2021-02-09 15:31:46 +01:00
a5f832edb5
infra update
...
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com >
2021-02-08 23:19:13 +01:00
31a04b4708
sysman: add support to handle multiple firmwares
...
Signed-off-by: T J Vivek Vilvaraj <t.j.vivek.vilvaraj@intel.com >
21.07.19042
2021-02-08 20:32:47 +01:00
718e4149a8
Add enable-kernel-debug option when debugger is used in L0
...
- correctly verify debug capabilites in Module
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com >
2021-02-08 17:12:02 +01:00
12669e897e
Disable bindless aub tests
...
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com >
2021-02-08 17:11:45 +01:00
db7a10f6cc
FtrSVM transfer support
...
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com >
2021-02-08 15:42:14 +01:00
083f8ae02c
Add immediate extension to new residency model
...
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com >
2021-02-08 14:53:11 +01:00
a414a3524d
Infra update
...
Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com >
2021-02-08 12:54:13 +01:00
bb138e87c1
Fix to optimize SBA dispatch during submissions.
...
Move the SBA dirty flag inside csr so it is common across command queues.
Related-To: LOCI-1982
Signed-off-by: Vinod Tipparaju <vinod.tipparaju@intel.com >
2021-02-08 12:13:09 +01:00
b2b0d39a86
dependencies update
...
Signed-off-by: ocldev <ocldev@intel.com >
2021-02-08 08:48:20 +01:00
3597093758
Update Temperature APIs to get correct temperature
...
This change updates Temperature APIs to get correct current
temperature based on updated PMT interface.
Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com >
2021-02-06 18:39:58 +01:00
a6d898a026
Improve GPU breakpoint support
...
handle user confirmations in gpu modes: always, only before, only after
handle multiple confirmations when pausing on each enqueue
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com >
2021-02-06 16:31:05 +01:00
7b7ad9a5cb
OpenCL Queue Families extension 16/n
...
Expose extension string
Related-To: NEO-5120
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com >
2021-02-05 13:39:05 +01:00
248e955bad
Fix to optimize PC dispatched during appendMemory*() calls.
...
Includes fix to optimize PC post walker in case of timestamp events.
Related-To: LOCI-1995
Signed-off-by: Vinod Tipparaju <vinod.tipparaju@intel.com >
2021-02-05 13:05:46 +01:00
3df6110a17
Add extra parameters to setArgStateful()
...
Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com >
2021-02-05 12:24:27 +01:00
0871c1bb76
Adjust clGetKernelWorkGroupInfo api call
...
Signed-off-by: Sebastian Luzynski <sebastian.jozef.luzynski@intel.com >
2021-02-05 10:58:00 +01:00
d399613f25
Add support for L3 cache information
...
Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com >
2021-02-05 10:28:02 +01:00
e64f3db55c
infra update
...
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com >
2021-02-04 23:31:48 +01:00
2fa27ebe73
Move ISA at kernel creation time (2)
...
For internal kernels, move ISA only at creation time. For user
kernels, do it a module creation time.
Related-To: LOCI-2009
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com >
2021-02-04 21:03:41 +01:00
5a7f844e46
Revert "Defer builtin initialization until first use"
...
This reverts commit df84232ef2
.
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com >
2021-02-04 18:21:12 +01:00