Disable timestamp shift for gen9

also move hwhelper tests from opencl to shared folder

Related-To: HSD-18025130857
Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2022-11-04 17:00:28 +00:00
committed by Compute-Runtime-Automation
parent d91d22d1fe
commit 5cfb59c27e
12 changed files with 205 additions and 688 deletions

View File

@ -47,6 +47,11 @@ uint32_t HwHelperHw<Family>::getDefaultRevisionId(const HardwareInfo &hwInfo) co
template <>
bool MemorySynchronizationCommands<Family>::isBarrierWaRequired(const HardwareInfo &hwInfo) { return true; }
template <>
bool HwHelperHw<Family>::isTimestampShiftRequired() const {
return false;
}
template class HwHelperHw<Family>;
template class FlatBatchBufferHelperHw<Family>;
template struct MemorySynchronizationCommands<Family>;