mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +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
@@ -78,6 +78,10 @@ class HostPtrSurface : public Surface {
|
||||
return isL3Capable(*gfxAllocation);
|
||||
}
|
||||
|
||||
void setIsPtrCopyAllowed(bool allowed) {
|
||||
this->isPtrCopyAllowed = allowed;
|
||||
}
|
||||
|
||||
protected:
|
||||
const void *memoryPointer;
|
||||
size_t surfaceSize;
|
||||
|
||||
Reference in New Issue
Block a user