mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
WSL fallback to staging buffer on blocking reads
Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
32592d953b
commit
5fdcb14d57
@ -52,6 +52,7 @@ struct BuiltinOpParams {
|
||||
size_t dstSlicePitch = 0;
|
||||
uint32_t srcMipLevel = 0;
|
||||
uint32_t dstMipLevel = 0;
|
||||
void *userPtrForPostOperationCpuCopy = nullptr;
|
||||
};
|
||||
|
||||
class BuiltinDispatchInfoBuilder {
|
||||
|
Reference in New Issue
Block a user