/* * 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