Files
compute-runtime/runtime/os_interface/linux/device_caps_init_linux.cpp
Maciej Plewka 0e2dad1ffb Move device factory to core
Change-Id: Ic98a75ed80fb9556465c9a6c93b1b1a9ba628200
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2020-02-05 16:34:14 +01:00

15 lines
197 B
C++

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