/* * Copyright (C) 2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "opencl/source/cl_device/cl_device.h" namespace NEO { void ClDevice::initializeExtraCaps() { } } // namespace NEO