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

committed by
Compute-Runtime-Automation

parent
91a2b9e66b
commit
c867a5ed5d
@ -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);
|
||||
|
Reference in New Issue
Block a user