Update cpuinfo to avoid reporting error when sysfs is not accessible (#16107)
authorMarat Dukhan <marat@fb.com>
Thu, 17 Jan 2019 17:18:04 +0000 (09:18 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 17 Jan 2019 17:26:49 +0000 (09:26 -0800)
commit76782cfc21abe661b502ed900691e1f330001399
tree6e2516791b1324c157f5c041ab2d998518c004b1
parent1a09a2a27f780d4510e51918ab9aa1272bfc0e16
Update cpuinfo to avoid reporting error when sysfs is not accessible (#16107)

Summary:
On some cloud-based x86 systems /sys/ is not mounted.
cpuinfo has a work-around for these systems, but it reports an error if sysfs files fail to read, and this error was confusing to some users (e.g. pytorch/cpuinfo#20). This update downgrades the error to a warning, so it is not reported with default configuration options.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16107

Differential Revision: D13715243

Pulled By: soumith

fbshipit-source-id: f5c4c86422343ca449487f0185f3a8865ccf3b9d
third_party/cpuinfo