refactor: move isTimestampWaitSupportedForQueues to productHelper

Related-to: NEO-13163
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2025-03-18 15:45:27 +00:00
committed by Compute-Runtime-Automation
parent 06b34da853
commit 2e729bcb4c
20 changed files with 57 additions and 44 deletions

View File

@@ -41,11 +41,6 @@ bool GfxCoreHelperHw<GfxFamily>::timestampPacketWriteSupported() const {
return false;
}
template <typename GfxFamily>
bool GfxCoreHelperHw<GfxFamily>::isTimestampWaitSupportedForQueues() const {
return false;
}
template <typename GfxFamily>
bool GfxCoreHelperHw<GfxFamily>::isUpdateTaskCountFromWaitSupported() const {
return false;