compute-runtime/runtime/helpers/built_ins_helper.h

22 lines
598 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 ClDevice;
const SipKernel &initSipKernel(SipKernelType type, ClDevice &device);
Program *createProgramForSip(ExecutionEnvironment &executionEnvironment,
Context *context,
std::vector<char> &binary,
size_t size,
cl_int *errcodeRet);
} // namespace NEO