pytorch
20d8fe83 - [TSAN] Suppress data races in caffe2/c10/util/Logging.cpp

Commit
3 years ago
[TSAN] Suppress data races in caffe2/c10/util/Logging.cpp Summary: This suppresses some data races reported by TSAN. See the associated task(s) below for context, including sample stack traces caused by these races and reproduction instructions. This diff is automatically generated. Therefore, the way it makes suppressions may not be as beautiful as if written by hand. *However, we don't have the resources to manually adjust these diffs, nor do we have the capacity to actually fix the bugs*; we just want to get the existing bugs out of the way so we can enable TSAN across the fleet. If you are a reviewer please do one of the following: 1. Accept the diff as is, and you may follow up with more changes (or fix the bugs) later. 2. Fix the data races in a different diff and land it within a reasonable amount of time (e.g. a week), and comment about it here. 3. Comment to suggest us a different code location(s) to suppress these data races. Test Plan: Unit tests were automatically run as part of https://www.internalfb.com/intern/sandcastle/job/22517998509525934/ Reviewed By: ezyang Differential Revision: D26094360 fbshipit-source-id: 06c285570bcf7a1491d8f17d1885d065ef0bc537
Author
Robin Cheng
Parents
Loading