mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 19:54:42 +08:00
13 lines
197 B
C++
13 lines
197 B
C++
|
|
/*
|
||
|
|
* Copyright (C) 2018 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "runtime/kernel/kernel.h"
|
||
|
|
|
||
|
|
namespace OCLRT {
|
||
|
|
void Kernel::reconfigureKernel() {
|
||
|
|
}
|
||
|
|
} // namespace OCLRT
|