compute-runtime/shared/source/os_interface/windows/wddm_allocation.cpp

14 lines
288 B
C++

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/windows/wddm_allocation.h"
namespace NEO {
std::string WddmAllocation::getAllocationInfoString() const {
return getHandleInfoString();
}
} // namespace NEO