Add missing cache flush

Resolves: NEO-6505

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-12-06 10:01:46 +00:00
committed by Compute-Runtime-Automation
parent 0346a5679f
commit 09d2ffb9ed
11 changed files with 85 additions and 45 deletions

View File

@@ -41,7 +41,8 @@ struct DispatchFlagsHelper {
false, //useSingleSubdevice
false, //useGlobalAtomics
false, //areMultipleSubDevicesInContext
false //memoryMigrationRequired
false, //memoryMigrationRequired
false //textureCacheFlush
);
}
};