mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
Set non-aux mode for non-pure stateful kernel arguments
Change-Id: Id59fc3ae966a1f6632a24cbcfca3fb0aef0dd76d
This commit is contained in:
committed by
sys_ocldev
parent
6f251f5ea1
commit
bd9ac40bab
@@ -1682,7 +1682,7 @@ class DrmMockBuffer : public Buffer {
|
||||
gfxAllocation(alloc) {
|
||||
}
|
||||
|
||||
void setArgStateful(void *memory) override {
|
||||
void setArgStateful(void *memory, bool forceNonAuxMode) override {
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user