mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Partial support for XE_HP_SDV
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
e0a50d3143
commit
96d14967ac
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -101,6 +101,9 @@ struct FeatureTableBase {
|
||||
bool ftrRcsNode : 1;
|
||||
bool ftrLocalMemory : 1;
|
||||
bool ftrLocalMemoryAllows4KB : 1;
|
||||
bool ftrFlatPhysCCS : 1;
|
||||
bool ftrMultiTileArch : 1;
|
||||
bool ftrCCSMultiInstance : 1;
|
||||
};
|
||||
uint64_t packed[2];
|
||||
};
|
||||
|
Reference in New Issue
Block a user