mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
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:

committed by
Compute-Runtime-Automation

parent
b83922ecdb
commit
847bad4763
@ -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;
|
||||
|
Reference in New Issue
Block a user