GEFinalize

Applicability

Product

Supported or Not

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas 200I/500 A2 inference products

x

Atlas inference products

Atlas training products

Header File/Library File

  • Header file: #include <ge/ge_api.h>
  • Library file: libge_runner.so

Function Usage

Finalizes GE and destroys associated allocations.

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 (for example, by using the export ASCEND_LOG_DEVICE_FLUSH_TIMEOUT=0 command) to remove the default timeout.

Prototype

1
Status GEFinalize()

Parameters

None

Returns

None

Restrictions

None