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

14 lines
277 B
C++

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