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:
Mateusz Jablonski
2019-07-15 09:12:53 +02:00
committed by sys_ocldev
parent 2c0c0ace88
commit a72109d209
3 changed files with 105 additions and 3 deletions

View File

@@ -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;