mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
- wddm_allocation.h/.cpp - os_context.h - residency_container.h Change-Id: I9f933a09d1142f86550c0d67626f0719b6450303 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
14 lines
279 B
C++
14 lines
279 B
C++
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "core/os_interface/windows/wddm_allocation.h"
|
|
|
|
namespace NEO {
|
|
std::string WddmAllocation::getAllocationInfoString() const {
|
|
return getHandleInfoString();
|
|
}
|
|
} // namespace NEO
|