refactor: remove redundant flag levelZeroSupported

all platforms are supported by L0

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-01-03 10:16:25 +00:00
committed by Compute-Runtime-Automation
parent 91a2b9e66b
commit c867a5ed5d
25 changed files with 25 additions and 251 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2023 Intel Corporation
* Copyright (C) 2018-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -23,10 +23,6 @@ void cleanTestHelpers() {
delete platformsImpl;
}
bool isPlatformSupported(const HardwareInfo &hwInfoForTests) {
return true;
}
void setupTestFiles(std::string testBinaryFiles, int32_t revId) {
testBinaryFiles.append("/");
testBinaryFiles.append(binaryNameSuffix);