mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Add sparse, quantized and nested tensor meta support to codegen (#81793)
Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/81793 Approved by: https://github.com/cpuhrsch, https://github.com/bdhirsh
This commit is contained in:
committed by
PyTorch MergeBot
parent
a33c5aceb5
commit
6f0c253956
@ -193,6 +193,9 @@ GENERATED_CPP = [
|
||||
"RegisterCompositeImplicitAutograd.cpp",
|
||||
"RegisterZeroTensor.cpp",
|
||||
"RegisterMeta.cpp",
|
||||
"RegisterQuantizedMeta.cpp",
|
||||
"RegisterNestedTensorMeta.cpp",
|
||||
"RegisterSparseMeta.cpp",
|
||||
"RegisterCompositeExplicitAutograd.cpp",
|
||||
"RegisterCompositeExplicitAutogradNonFunctional.cpp",
|
||||
"CompositeViewCopyKernels.cpp",
|
||||
|
Reference in New Issue
Block a user