mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Add kernel algorithm to check any argument is using system memory
Related-To: NEO-6959 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5a3a39a281
commit
e07f9f0698
@@ -16,6 +16,7 @@ namespace NEO {
|
||||
|
||||
class CommandQueue;
|
||||
class DispatchInfo;
|
||||
class Event;
|
||||
class IndirectHeap;
|
||||
class Kernel;
|
||||
class LinearStream;
|
||||
@@ -37,6 +38,7 @@ struct HardwareInterfaceWalkerArgs {
|
||||
const Vec3<size_t> *numberOfWorkgroups = nullptr;
|
||||
const Vec3<size_t> *startOfWorkgroups = nullptr;
|
||||
KernelOperation *blockedCommandsData = nullptr;
|
||||
Event *event = nullptr;
|
||||
size_t currentDispatchIndex = 0;
|
||||
size_t offsetInterfaceDescriptorTable = 0;
|
||||
PreemptionMode preemptionMode = PreemptionMode::Initial;
|
||||
|
||||
Reference in New Issue
Block a user