compute-runtime/shared/source/helpers/abort.h

13 lines
159 B
C++

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