Add function to check if kernel has direct stateless access to host memory

Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
Slawomir Milczarek
2020-12-15 17:13:28 +00:00
committed by Compute-Runtime-Automation
parent b83922ecdb
commit 847bad4763
6 changed files with 72 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class MockKernel : public Kernel {
using Kernel::auxTranslationRequired;
using Kernel::containsStatelessWrites;
using Kernel::executionType;
using Kernel::hasDirectStatelessAccessToHostMemory;
using Kernel::isSchedulerKernel;
using Kernel::kernelArgHandlers;
using Kernel::kernelArgRequiresCacheFlush;