compute-runtime/runtime/helpers/abort.h

13 lines
159 B
C++

/*
* Copyright (C) 2017-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
[[noreturn]] void abortExecution();
}