compute-runtime/shared/source/compiler_interface/igc_platform_helper.h

16 lines
277 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
struct HardwareInfo;
template <typename IgcPlatformType>
void populateIgcPlatform(IgcPlatformType &igcPlatform, const HardwareInfo &hwInfo);
} // namespace NEO