compute-runtime/shared/source/os_interface/linux/drm_query.cpp

17 lines
243 B
C++

/*
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/linux/drm_neo.h"
namespace NEO {
bool Drm::hasPageFaultSupport() const {
return false;
}
} // namespace NEO