Skip to content

Commit 6a4e19a

Browse files
author
Yinghai Lu
authored
Add fatal error value (#20)
1 parent 4aba696 commit 6a4e19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

foxi/onnxifi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ typedef uint64_t onnxPointer;
146146
#define ONNXIFI_STATUS_NO_DEVICE_RESOURCES 0x0404
147147
#define ONNXIFI_STATUS_BACKEND_UNAVAILABLE 0x0405
148148
#define ONNXIFI_STATUS_INTERNAL_ERROR 0x0406
149+
#define ONNXIFI_STATUS_FATAL_ERROR 0x0407
149150

150151
/**
151152
* State of an ONNXIFI event object.

0 commit comments

Comments
 (0)