pytorch/torch/csrc/utils
Karl Ostmo 8f0603b128 C++ changes toward libtorch and libcaffe2 unification (#19554)
Summary:
* adds TORCH_API and AT_CUDA_API in places
* refactor code generation Python logic to separate
  caffe2/torch outputs
* fix hip and asan
* remove profiler_cuda from hip
* fix gcc warnings for enums
* Fix PythonOp::Kind
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19554

Differential Revision: D15082727

Pulled By: kostmo

fbshipit-source-id: 83a8a99717f025ab44b29608848928d76b3147a4
2019-04-26 01:38:10 -07:00
..
auto_gil.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
cuda_enabled.h
cuda_lazy_init.cpp Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
cuda_lazy_init.h Fix #11430 (CPU only builds raise opaque error message when calling .… (#11533) 2018-09-14 09:10:08 -07:00
disallow_copy.h
hash.h Match parameter names and = default (#9737) 2018-07-30 14:10:00 -07:00
invalid_arguments.cpp Enable performance-unnecessary-value-param in .clang-tidy (#15026) 2018-12-13 16:15:35 -08:00
invalid_arguments.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
memory.h
numpy_stub.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
object_ptr.cpp Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
object_ptr.h Split python_ir.h in a more sensible way (#19081) 2019-04-10 10:26:50 -07:00
pybind.h Convert all tabs to spaces, add CI. (#18959) 2019-04-09 08:12:26 -07:00
python_arg_parser.cpp Allow structseq to be input of operators where tuple is expected (#17208) 2019-03-11 11:33:35 -07:00
python_arg_parser.h Add torch.from_file function similar to the Storage.from_file, but returning tensor (#18688) 2019-04-24 15:38:56 -07:00
python_compat.h Fix PySlice_Unpack not available on PyPy 3.6 yet (#17836) 2019-03-09 20:10:16 -08:00
python_numbers.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
python_scalars.h Resolving comments from Bool Tensor for CPU PR (#18165) 2019-03-26 09:59:34 -07:00
python_strings.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
python_stub.h Bag of clang tidy fixes for torch/csrc/ and torch/csrc/autograd (#11050) 2018-09-05 19:55:50 -07:00
python_tuples.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
six.h Allow structseq to be input of operators where tuple is expected (#17208) 2019-03-11 11:33:35 -07:00
structseq.cpp Allow structseq to be input of operators where tuple is expected (#17208) 2019-03-11 11:33:35 -07:00
structseq.h Customize the printing of namedtuple return (#17136) 2019-02-28 13:07:26 -08:00
tensor_apply.cpp Introduce DeprecatedTypeProperties class (#17991) 2019-04-04 02:24:13 -07:00
tensor_apply.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tensor_dtypes.cpp Fix pickling torch.float32 (#18045) 2019-04-18 12:28:10 -07:00
tensor_dtypes.h
tensor_flatten.cpp Generate only one Type class per backend (#19295) 2019-04-21 21:16:14 -07:00
tensor_flatten.h C++ changes toward libtorch and libcaffe2 unification (#19554) 2019-04-26 01:38:10 -07:00
tensor_layouts.cpp Add MKL-DNN Tensor (#17748) 2019-04-08 21:41:38 -07:00
tensor_layouts.h
tensor_list.cpp Remove some simple use cases of Type::ScalarType() 2019-03-08 16:42:05 -08:00
tensor_list.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tensor_new.cpp Generate only one Type class per backend (#19295) 2019-04-21 21:16:14 -07:00
tensor_new.h Pass ScalarType separately from Type in python constructors 2019-04-04 02:24:20 -07:00
tensor_numpy.cpp Convert all tabs to spaces, add CI. (#18959) 2019-04-09 08:12:26 -07:00
tensor_numpy.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tensor_types.cpp Generate only one Type class per backend (#19295) 2019-04-21 21:16:14 -07:00
tensor_types.h Generate only one Type class per backend (#19295) 2019-04-21 21:16:14 -07:00
tuple_parser.cpp Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tuple_parser.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
variadic.cpp
variadic.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00