mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-08 07:39:33 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/68624 Fix `caffe2.test.distributed.launcher.api_test` flaky tests for opt-tsan mode. The diff changes the default `mp.Process` invocation to use spawn context. `mp.Process` will uses `fork` method that is not compatible with `*san`. Test Plan: CI Reviewed By: d4l3k Differential Revision: D32550578 fbshipit-source-id: f4767987e8e10a6a2ece3f86e48278f2dbaebe7c |
||
|---|---|---|
| .. | ||
| bin | ||
| __init__.py | ||
| api_test.py | ||
| launch_test.py | ||
| run_test.py | ||