Move numa.{h, cc} to c10/util (#15024)
authorJerry Zhang <jerryzh@fb.com>
Wed, 12 Dec 2018 20:06:09 +0000 (12:06 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 12 Dec 2018 20:21:10 +0000 (12:21 -0800)
commit63e77ab6c46774e4c42c00f74ed2f83c71c6e6bd
treeadcdb9d060572dbbca19684a461550f5e361be80
parentb34ab435efd9b4d839171d27bd6a0f321178d46b
Move numa.{h, cc} to c10/util (#15024)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15024

Pull Request resolved: https://github.com/pytorch/pytorch/pull/14393

att

Reviewed By: dzhulgakov

Differential Revision: D13380559

fbshipit-source-id: abc3fc7321cf37323f756dfd614c7b41978734e4
c10/CMakeLists.txt
c10/macros/cmake_macros.h.in
c10/util/numa.cpp [new file with mode: 0644]
c10/util/numa.h [new file with mode: 0644]
caffe2/core/macros.h.in
caffe2/core/numa.cc
caffe2/core/numa.h
caffe2/python/numa_test.py