--atomic_clean_policy

Applicable Products

All processors

Description

Sets whether to collectively clean up the memory occupied by all operators with the memset attribute (memset operators) on the network.

Arguments

  • 0 (default): Enables collective cleanup.
  • 1: Disables collective cleanup. Memory used by each memset operator is cleaned up separately. When the memset operators on the network occupy too much memory, you are advised to use this mode to reduce the memory usage. However, this may cause performance loss.

Suggestions and Benefits

None

Example

Clean up the memory occupied by memset operators separately. The following is an example:

--atomic_clean_policy=1

Restrictions

None