WSL fallback to staging buffer on blocking reads

Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
Kamil Diedrich
2021-10-21 01:29:53 +02:00
committed by Compute-Runtime-Automation
parent 32592d953b
commit 5fdcb14d57
14 changed files with 220 additions and 17 deletions

View File

@ -52,6 +52,7 @@ struct BuiltinOpParams {
size_t dstSlicePitch = 0;
uint32_t srcMipLevel = 0;
uint32_t dstMipLevel = 0;
void *userPtrForPostOperationCpuCopy = nullptr;
};
class BuiltinDispatchInfoBuilder {