14 lines
201 B
C++
14 lines
201 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2021 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/utilities/cpu_info.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
void CpuInfo::detect() const {
|
||
|
}
|
||
|
} // namespace NEO
|