Revert "[fix] zeCommandListAppendMemAdvise to clear preferred location correc...

This reverts commit 63470ed698.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-04-20 10:18:42 +02:00
committed by Compute-Runtime-Automation
parent ac8ac62c92
commit 858ed05466
2 changed files with 1 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ struct MemAdviseFlags {
};
MemAdviseFlags() {
allFlags = 0;
devicePreferredLocation = 1;
cachedMemory = 1;
}
};