mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
Related-To: NEO-3155 Change-Id: I1c459384a0285358620a5624655261858b0313ba Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
16 lines
266 B
C++
16 lines
266 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/os_interface/windows/wddm/wddm.h"
|
|
|
|
namespace NEO {
|
|
bool Wddm::configureDeviceAddressSpace() {
|
|
return configureDeviceAddressSpaceImpl();
|
|
}
|
|
|
|
} // namespace NEO
|