2019-02-27 18:22:10 +08:00
|
|
|
/*
|
2020-01-13 21:47:05 +08:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-02-27 18:22:10 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/os_interface/windows/wddm_allocation.h"
|
2019-02-27 18:22:10 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2019-02-27 18:22:10 +08:00
|
|
|
std::string WddmAllocation::getAllocationInfoString() const {
|
2019-03-05 16:25:18 +08:00
|
|
|
return getHandleInfoString();
|
|
|
|
}
|
2019-03-26 18:59:46 +08:00
|
|
|
} // namespace NEO
|