pytorch/torch/csrc/utils
Alexander b435a27fb7 CUDA support in the CSR layout: constructors (#59010)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/59010

Test Plan: Imported from OSS

Reviewed By: zou3519

Differential Revision: D28719287

Pulled By: bhosmer

fbshipit-source-id: fbb5784ccb5ce19dcca1f2f95c4ee16f9b7680c4
2021-05-26 16:39:43 -07:00
..
auto_gil.h
byte_order.cpp Make PyTorch code-base clang-tidy compliant (#56892) 2021-04-28 14:10:25 -07:00
byte_order.h
crash_handler.cpp Write mini dump on pybind exceptions (#55652) 2021-04-19 14:53:43 -07:00
crash_handler.h Write mini dump on pybind exceptions (#55652) 2021-04-19 14:53:43 -07:00
cuda_enabled.h
cuda_lazy_init.cpp Make PyTorch code-base clang-tidy compliant (#56892) 2021-04-28 14:10:25 -07:00
cuda_lazy_init.h
disable_torch_function.cpp Make PyTorch code-base clang-tidy compliant (#56892) 2021-04-28 14:10:25 -07:00
disable_torch_function.h
disallow_copy.h
init.cpp Write mini dump on pybind exceptions (#55652) 2021-04-19 14:53:43 -07:00
init.h Add minidump collection via breakpad (#55647) 2021-04-16 13:05:01 -07:00
invalid_arguments.cpp [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
invalid_arguments.h
memory.h
numpy_stub.h
object_ptr.cpp
object_ptr.h
out_types.cpp
out_types.h
pybind.h Add pybind type caster for c10::Device (#57292) 2021-05-01 16:11:10 -07:00
pycfunction_helpers.h Make PyTorch code-base clang-tidy compliant (#56892) 2021-04-28 14:10:25 -07:00
python_arg_parser.cpp ENH Adds dtype to nn.functional.one_hot (#58090) 2021-05-24 13:48:25 -07:00
python_arg_parser.h Change native functions to take c10::string_view args instead of std::string (#57680) 2021-05-20 18:15:45 -07:00
python_compat.h
python_dispatch.cpp
python_dispatch.h
python_numbers.h
python_scalars.h
python_strings.h Change native functions to take c10::string_view args instead of std::string (#57680) 2021-05-20 18:15:45 -07:00
python_stub.h
python_tuples.h
six.h
structseq.cpp
structseq.h
tensor_apply.cpp Modify a few APIs to take/return const Tensor& instead of Tensor& (#55797) 2021-04-15 08:57:00 -07:00
tensor_apply.h Modify a few APIs to take/return const Tensor& instead of Tensor& (#55797) 2021-04-15 08:57:00 -07:00
tensor_dtypes.cpp Make PyTorch code-base clang-tidy compliant (#56892) 2021-04-28 14:10:25 -07:00
tensor_dtypes.h
tensor_flatten.cpp move flatten_dense_tensors and unflatten_dense_tensors to Native (#58006) 2021-05-12 18:18:34 -07:00
tensor_flatten.h move flatten_dense_tensors and unflatten_dense_tensors to Native (#58006) 2021-05-12 18:18:34 -07:00
tensor_layouts.cpp
tensor_layouts.h
tensor_list.cpp
tensor_list.h
tensor_memoryformats.cpp
tensor_memoryformats.h
tensor_new.cpp CUDA support in the CSR layout: constructors (#59010) 2021-05-26 16:39:43 -07:00
tensor_new.h CUDA support in the CSR layout: constructors (#59010) 2021-05-26 16:39:43 -07:00
tensor_numpy.cpp Make PyTorch code-base clang-tidy compliant (#56892) 2021-04-28 14:10:25 -07:00
tensor_numpy.h
tensor_qschemes.cpp Make PyTorch code-base clang-tidy compliant (#56892) 2021-04-28 14:10:25 -07:00
tensor_qschemes.h
tensor_types.cpp
tensor_types.h
throughput_benchmark-inl.h [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
throughput_benchmark.cpp Make PyTorch code-base clang-tidy compliant (#56892) 2021-04-28 14:10:25 -07:00
throughput_benchmark.h [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
variadic.cpp
variadic.h