mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 15:53:13 +08:00
Change-Id: Ic98a75ed80fb9556465c9a6c93b1b1a9ba628200 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
15 lines
197 B
C++
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
|