mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Dont reload L3CachingSettings if not applicable
Change-Id: I352e3781822894680c32f3274f22712ac00d74bc Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
@@ -41,6 +41,7 @@ namespace L3CachingSettings {
|
||||
constexpr uint32_t l3CacheOn = 0u;
|
||||
constexpr uint32_t l3CacheOff = 1u;
|
||||
constexpr uint32_t l3AndL1On = 2u;
|
||||
constexpr uint32_t NotApplicable = 3u;
|
||||
} // namespace L3CachingSettings
|
||||
|
||||
struct DispatchFlags {
|
||||
|
||||
Reference in New Issue
Block a user