mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
Program L3 error detection behavior.
Change-Id: Ifeccb707376f5b267de58ffd6ad009cf000c5047
This commit is contained in:
committed by
sys_ocldev
parent
4ac2c079dc
commit
d99e833786
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2018 Intel Corporation
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -13,8 +13,8 @@ namespace OCLRT {
|
||||
struct CNLFamily;
|
||||
template <>
|
||||
struct L3CNTLREGConfig<IGFX_CANNONLAKE> {
|
||||
static const uint32_t valueForSLM = 0xA0000121u;
|
||||
static const uint32_t valueForNoSLM = 0xc0000140u;
|
||||
static const uint32_t valueForSLM = 0xA0000321u;
|
||||
static const uint32_t valueForNoSLM = 0xc0000340u;
|
||||
};
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user