Move AT_CUDA_CHECK to c10

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

Reviewed By: smessmer

Differential Revision: D13046201

fbshipit-source-id: 8d360a0e4d6c2edf070d130e600c6b04f0ee0058
This commit is contained in:
Edward Yang
2018-11-19 08:13:08 -08:00
committed by Facebook Github Bot
parent 928687bb24
commit 48099c23b4
12 changed files with 162 additions and 12 deletions

View File

@ -961,6 +961,10 @@ if __name__ == '__main__':
'lib/include/c10/macros/*.h',
'lib/include/c10/util/*.h',
'lib/include/c10/impl/*.h',
'lib/include/c10/cuda/*.h',
'lib/include/c10/cuda/impl/*.h',
'lib/include/c10/hip/*.h',
'lib/include/c10/hip/impl/*.h',
'lib/include/caffe2/core/*.h',
'lib/include/caffe2/proto/*.h',
'lib/include/torch/*.h',