Files
compute-runtime/runtime/helpers/device_helpers.cpp
Filip Hazubski 807a52f3cf Pass ClDevice in DeviceHelper::getExtraDeviceInfo
Change-Id: I2e7395b86f6c281d976928d9afd2fedf1e1ef4c9
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2020-01-21 16:26:09 +01:00

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 &param, const void *&src, size_t &size, size_t &retSize) {}
} // namespace NEO