GEFinalizeV2
Applicability
|
Product |
Supported or Not |
|---|---|
|
|
√ |
|
|
√ |
|
|
x |
|
|
√ |
|
|
√ |
Header File/Library File
- Header file: #include <ge/ge_api_v2.h>
- Library file: libge_runner_v2.so
Function Usage
Finalizes the GE and releases GE resources.
For this API, a 2000 ms timeout is added by default (the maximum timeout is 2000 ms) for the transfer of device logs to ensure the integrity of error and event logs. You can set the ASCEND_LOG_DEVICE_FLUSH_TIMEOUT environment variable to 0 (by using the export ASCEND_LOG_DEVICE_FLUSH_TIMEOUT=0 command) to remove the default timeout.
Prototype
1
|
Status GEFinalizeV2() |
Parameters
None
Returns
None
Constraints
None