Files
compute-runtime/runtime/helpers/built_ins_helper.h
Jablonski, Mateusz ea172d2f24 Don't pass ClDevice to initSipKernel function
Change-Id: Ib7dd5445c4f95c9703755b5a81c2909dec394de4
Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
2020-02-19 13:51:27 +01:00

22 lines
594 B
C++

/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "core/execution_environment/execution_environment.h"
#include "runtime/built_ins/built_ins.h"
namespace NEO {
class Device;
const SipKernel &initSipKernel(SipKernelType type, Device &device);
Program *createProgramForSip(ExecutionEnvironment &executionEnvironment,
Context *context,
std::vector<char> &binary,
size_t size,
cl_int *errcodeRet);
} // namespace NEO