mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 18:25:05 +08:00
15 lines
318 B
C++
15 lines
318 B
C++
|
|
/*
|
||
|
|
* Copyright (C) 2021 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "shared/source/kernel/kernel_descriptor_from_patchtokens.h"
|
||
|
|
|
||
|
|
namespace NEO {
|
||
|
|
|
||
|
|
void populateKernelDescriptorRtDispatchGlobals(KernelDescriptor &dst, const PatchTokenBinary::KernelFromPatchtokens &src) {}
|
||
|
|
|
||
|
|
} // namespace NEO
|