compute-runtime/offline_compiler/utilities/safety_caller.h

13 lines
209 B
C++

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace OCLRT {
class OfflineCompiler;
}
extern int buildWithSafetyGuard(OCLRT::OfflineCompiler *compiler);