mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
15 lines
203 B
C++
15 lines
203 B
C++
/*
|
|
* Copyright (C) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "opencl/source/device/cl_device.h"
|
|
|
|
namespace NEO {
|
|
|
|
void ClDevice::initializeCaps() {
|
|
}
|
|
} // namespace NEO
|