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:
Compute-Runtime-Validation
2021-08-01 10:25:35 +02:00
committed by Compute-Runtime-Automation
parent 0dc33b19e9
commit 1f4a835314
18 changed files with 44 additions and 88 deletions

View File

@ -15,7 +15,7 @@ namespace NEO {
using BcsInfoMask = std::bitset<1>;
struct FeatureTable : FeatureTableBase {
BcsInfoMask ftrBcsInfo = 1;
BcsInfoMask ftrBcsInfo = 0;
};
struct WorkaroundTable : WorkaroundTableBase {};