mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
Add cache flush command after WALKER command
Change-Id: I3983dc6c0797047e17cc8189655a22a22e85892b
This commit is contained in:
committed by
sys_ocldev
parent
9e81469d9f
commit
3dca095ccf
@@ -27,7 +27,7 @@ struct EnqueueSvmMemFillTest : public DeviceFixture,
|
||||
CommandQueueFixture::SetUp(pDevice, 0);
|
||||
patternSize = (size_t)GetParam();
|
||||
ASSERT_TRUE((0 < patternSize) && (patternSize <= 128));
|
||||
svmPtr = context->getSVMAllocsManager()->createSVMAlloc(256, true);
|
||||
svmPtr = context->getSVMAllocsManager()->createSVMAlloc(256, true, false);
|
||||
ASSERT_NE(nullptr, svmPtr);
|
||||
svmAlloc = context->getSVMAllocsManager()->getSVMAlloc(svmPtr);
|
||||
ASSERT_NE(nullptr, svmAlloc);
|
||||
|
||||
Reference in New Issue
Block a user