mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook Github Bot
parent
928687bb24
commit
48099c23b4
4
setup.py
4
setup.py
@ -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',
|
||||
|
Reference in New Issue
Block a user