mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Revert "Add xe_hp_sdv unit test target + minor test fixes"
This reverts commit 6f75d67406
.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
0dc33b19e9
commit
1f4a835314
@ -15,7 +15,7 @@ namespace NEO {
|
||||
using BcsInfoMask = std::bitset<1>;
|
||||
|
||||
struct FeatureTable : FeatureTableBase {
|
||||
BcsInfoMask ftrBcsInfo = 1;
|
||||
BcsInfoMask ftrBcsInfo = 0;
|
||||
};
|
||||
|
||||
struct WorkaroundTable : WorkaroundTableBase {};
|
||||
|
Reference in New Issue
Block a user