compute-runtime/shared/source/utilities/aarch64/cpu_info_aarch64.cpp

14 lines
201 B
C++
Raw Normal View History

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/utilities/cpu_info.h"
namespace NEO {
void CpuInfo::detect() const {
}
} // namespace NEO