refactor: add setupTimestampPacketFlushL3 function

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2025-03-19 12:15:31 +00:00
committed by Compute-Runtime-Automation
parent c1d184fade
commit 73795ced64
19 changed files with 109 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2024 Intel Corporation
* Copyright (C) 2020-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -44,5 +44,6 @@ struct ApiSpecificConfig {
static std::string compilerCacheLocation();
static std::string compilerCacheFileExtension();
static int64_t compilerCacheDefaultEnabled();
static bool isUpdateTagFromWaitEnabledForHeapless();
};
} // namespace NEO