compute-runtime/shared/source/os_interface/windows/wddm/adapter_info.h

21 lines
286 B
C++

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <string>
typedef unsigned int D3DKMT_HANDLE;
namespace NEO {
class Gdi;
std::wstring queryAdapterDriverStorePath(const Gdi &gdi, D3DKMT_HANDLE adapter);
} // namespace NEO