mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 03:20:47 +08:00
Correct residency of private scratch allocation
Related-To: NEO-3190 Change-Id: Ia18e2d2ce5e30901f55e7a050a3e453fb4969ada Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
2c0c0ace88
commit
a72109d209
@@ -442,7 +442,7 @@ HWTEST_P(EnqueueKernelWithScratch, GivenKernelRequiringScratchWhenItIsEnqueuedWi
|
||||
|
||||
EXPECT_TRUE(mockCsr->isMadeResident(graphicsAllocation));
|
||||
|
||||
// Enqueue With ScratchSize bigger then previous
|
||||
// Enqueue With ScratchSize bigger than previous
|
||||
scratchSize = 8196;
|
||||
mediaVFEstate.PerThreadScratchSpace = scratchSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user