mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
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:

committed by
Compute-Runtime-Automation

parent
d91d22d1fe
commit
5cfb59c27e
@ -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>;
|
||||
|
Reference in New Issue
Block a user