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