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