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