16 lines
216 B
C++
16 lines
216 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2021 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/helpers/hw_info.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
|
||
|
void overridePlatformName(std::string &name) {
|
||
|
}
|
||
|
|
||
|
} // namespace NEO
|