mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Change-Id: I6cbec8d6ff5006b418179f9d6c54842b89ed57e1 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
12 lines
287 B
C++
12 lines
287 B
C++
/*
|
|
* Copyright (C) 2018 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/helpers/device_helpers.h"
|
|
namespace OCLRT {
|
|
void getExtraDeviceInfo(cl_device_info paramName, cl_uint ¶m, const void *&src, size_t &size, size_t &retSize) {}
|
|
} // namespace OCLRT
|