mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
move GENERATED_CPP_CUDA to caffe2/build.bzl
Pull Request resolved: https://github.com/pytorch/pytorch/pull/77744 This is needed by gen_aten and it's immediate downstream libraries. As such, it can live solely in the shared build structure. Differential Revision: [D36480812](https://our.internmc.facebook.com/intern/diff/D36480812/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36480812/)! Approved by: https://github.com/kit1980
This commit is contained in:
committed by
PyTorch MergeBot
parent
f1132c2c3c
commit
7d12eecba1
@ -108,6 +108,14 @@ GENERATED_H_CUDA = [
|
||||
"CUDAFunctions_inl.h",
|
||||
]
|
||||
|
||||
GENERATED_CPP_CUDA = [
|
||||
"RegisterCUDA.cpp",
|
||||
"RegisterNestedTensorCUDA.cpp",
|
||||
"RegisterSparseCUDA.cpp",
|
||||
"RegisterSparseCsrCUDA.cpp",
|
||||
"RegisterQuantizedCUDA.cpp",
|
||||
]
|
||||
|
||||
GENERATED_CPP = [
|
||||
"Functions.cpp",
|
||||
"RegisterBackendSelect.cpp",
|
||||
|
Reference in New Issue
Block a user