Revert "Enable blitter support for read/write images OpenCL"

This reverts commit 933b483b961351cbdb0a50d52bd61c76ae03443b.
This commit is contained in:
Kamil Kopryk
2021-01-11 12:25:57 +00:00
committed by Compute-Runtime-Automation
parent b0c915c61d
commit d1d81c1f48
5 changed files with 20 additions and 4 deletions

View File

@@ -1196,6 +1196,7 @@ TEST(CommandQueue, giveClCommandWhenCallingBlitEnqueueAllowedThenReturnCorrectVa
TEST(CommandQueue, givenCopySizeAndOffsetWhenCallingBlitEnqueueImageAllowedThenReturnCorrectValue) {
DebugManagerStateRestore restorer;
DebugManager.flags.EnableBlitterForReadWriteImage.set(1);
MockContext context{};
MockCommandQueue queue(&context, context.getDevice(0), 0);