mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-15 10:14:56 +08:00
Enable copy engine on GEN12LP
Change-Id: Ifd82abcb830a52d0e38e83a52c095da275e671fb Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com> Related-To: NEO-4233
This commit is contained in:
committed by
sys_ocldev
parent
0a6da52bd4
commit
19de738e03
@@ -8,8 +8,14 @@
|
||||
#pragma once
|
||||
#include "shared/source/sku_info/sku_info_base.h"
|
||||
|
||||
#include <bitset>
|
||||
|
||||
namespace NEO {
|
||||
struct FeatureTable : FeatureTableBase {};
|
||||
using BcsInfoMask = std::bitset<1>;
|
||||
|
||||
struct FeatureTable : FeatureTableBase {
|
||||
BcsInfoMask ftrBcsInfo = 0;
|
||||
};
|
||||
|
||||
struct WorkaroundTable : WorkaroundTableBase {};
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user