compute-runtime/level_zero/sysman/source/device/sysman_hw_device_id.h

20 lines
366 B
C++

/*
* Copyright (C) 2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <memory>
#include <vector>
namespace NEO {
class HwDeviceId;
} // namespace NEO
namespace L0 {
namespace Sysman {
std::unique_ptr<NEO::HwDeviceId> createSysmanHwDeviceId(std::unique_ptr<NEO::HwDeviceId> &hwDeviceId);
} // namespace Sysman
} // namespace L0