mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
Change-Id: I2e7395b86f6c281d976928d9afd2fedf1e1ef4c9 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
13 lines
329 B
C++
13 lines
329 B
C++
/*
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/helpers/device_helpers.h"
|
|
|
|
namespace NEO {
|
|
void DeviceHelper::getExtraDeviceInfo(const ClDevice &clDevice, cl_device_info paramName, cl_uint ¶m, const void *&src, size_t &size, size_t &retSize) {}
|
|
} // namespace NEO
|