How to Locate Errors by Enabling Forcible Synchronization of ATB?

Solution

export ATB_STREAM_SYNC_EVERY_KERNEL_ENABLE=1
export ATB_STREAM_SYNC_EVERY_RUNNER_ENABLE=1
export ATB_STREAM_SYNC_EVERY_OPERATION_ENABLE=1

After enabling environment variables, run model inference and locate the fault based on the first error in the ATB log.