mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Add missing cache flush
Resolves: NEO-6505 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0346a5679f
commit
09d2ffb9ed
@@ -41,7 +41,8 @@ struct DispatchFlagsHelper {
|
||||
false, //useSingleSubdevice
|
||||
false, //useGlobalAtomics
|
||||
false, //areMultipleSubDevicesInContext
|
||||
false //memoryMigrationRequired
|
||||
false, //memoryMigrationRequired
|
||||
false //textureCacheFlush
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user