Revert "fix: Defer MOCS to PAT"

This reverts commit 6c75ec3116.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-05-25 05:46:41 +02:00
committed by Compute-Runtime-Automation
parent bca3fecaa0
commit ce0ccacef6
9 changed files with 3 additions and 59 deletions

View File

@@ -2030,9 +2030,6 @@ HWTEST_P(BufferL3CacheTests, DISABLED_givenMisalignedAndAlignedBufferWhenClEnque
HWTEST_P(BufferL3CacheTests, givenMisalignedAndAlignedBufferWhenClEnqueueWriteBufferRectThenL3CacheIsOn) {
auto device = ctx.getDevice(0);
if (device->getProductHelper().isNewCoherencyModelSupported()) {
GTEST_SKIP();
}
const auto &compilerProductHelper = device->getRootDeviceEnvironment().getHelper<CompilerProductHelper>();
if (compilerProductHelper.isForceToStatelessRequired()) {
GTEST_SKIP();