refactor: remove not used logic to check dynamic postsync layout

Related-To: NEO-8210

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-12-22 13:31:50 +00:00
committed by Compute-Runtime-Automation
parent 2fe3804cc2
commit df66a0276f
26 changed files with 86 additions and 215 deletions

View File

@@ -23,7 +23,6 @@ struct ApiSpecificConfig {
static bool getGlobalBindlessHeapConfiguration();
static bool getBindlessMode(const ReleaseHelper *);
static bool isDeviceAllocationCacheEnabled();
static bool isDynamicPostSyncAllocLayoutEnabled();
static ApiType getApiType();
static std::string getName();
static uint64_t getReducedMaxAllocSize(uint64_t maxAllocSize);