Logo
Explore Help
Sign In
intel/compute-runtime
1
0
Fork 0
You've already forked compute-runtime
mirror of https://github.com/intel/compute-runtime.git synced 2025-12-23 20:12:03 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
ce645f13b78fa754e42328fb70712ea046dd5aa3
compute-runtime/shared/offline_compiler/source/ocloc_error_code.h

23 lines
401 B
C
Raw Normal View History

Allow ocloc to link files Added 'link' option to ocloc CLI, which allows linking of several IR files to single output file. Supported formats of output file are ELF and LLVM BC. Related-To: NEO-6163 Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>
2022-01-12 15:27:20 +00:00
/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO::OclocErrorCode {
enum {
SUCCESS = 0,
OUT_OF_HOST_MEMORY = -6,
BUILD_PROGRAM_FAILURE = -11,
INVALID_DEVICE = -33,
INVALID_PROGRAM = -44,
INVALID_COMMAND_LINE = -5150,
INVALID_FILE = -5151,
Set ERROR in retValForCrash in SafetyGuard.call() - allows to print ocloc command line after crash in compilation Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2022-02-02 13:09:00 +00:00
COMPILATION_CRASH = -5152,
Allow ocloc to link files Added 'link' option to ocloc CLI, which allows linking of several IR files to single output file. Supported formats of output file are ELF and LLVM BC. Related-To: NEO-6163 Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>
2022-01-12 15:27:20 +00:00
};
} // namespace NEO::OclocErrorCode
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 236ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API