Files
compute-runtime/opencl/source/helpers/built_ins_helper.h
Mateusz Jablonski 97154f7f98 Use ProgramInfo instead of Program in sip kernel
Related-To: NEO-5001
Change-Id: I58eda3ecc52fe1215ea8bbc35f97eea3a9d848e0
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-10-15 16:41:18 +02:00

18 lines
417 B
C++

/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/source/built_ins/built_ins.h"
#include "shared/source/program/program_info.h"
namespace NEO {
class Device;
const SipKernel &initSipKernel(SipKernelType type, Device &device);
ProgramInfo createProgramInfoForSip(std::vector<char> &binary, size_t size, const Device &device);
} // namespace NEO