()
| 535 | |
| 536 | |
| 537 | def force_all_reduce_deterministic(): |
| 538 | return os.getenv("FORCE_DETERMINISTIC", "0") == "1" or os.getenv( |
| 539 | "FORCE_ALL_REDUCE_DETERMINISTIC", "0") == "1" |
| 540 | |
| 541 | |
| 542 | class CustomAllReduceHelper: |
no outgoing calls
no test coverage detected