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