Files
compute-runtime/shared/source/helpers/built_ins_helper.h
Mateusz Hoppe 6f69bd3560 Initialize SIP kernel in Device::create()
Related-To: NEO-4878

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2021-01-08 15:46:23 +01:00

17 lines
259 B
C++

/*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/source/built_ins/built_ins.h"
namespace NEO {
class Device;
void initSipKernel(SipKernelType type, Device &device);
} // namespace NEO