pytorch/torch/csrc/utils
Angela Yi f3b1315eee Add bits tensor types (#88594)
TODO (in later PRs)
- [ ] the other bits8, 4x2, 2x4, 1x8
- [ ] bits printer function
Pull Request resolved: https://github.com/pytorch/pytorch/pull/88594
Approved by: https://github.com/ezyang
2022-11-28 23:39:57 +00:00
..
auto_gil.h
byte_order.cpp
byte_order.h
cpp_stacktraces.cpp
cpp_stacktraces.h
cuda_enabled.h
cuda_lazy_init.cpp
cuda_lazy_init.h
disable_torch_function.cpp Revert "rename DisableTorchFunction to DisableTorchFunctionSubclass (#88218)" 2022-11-11 19:13:05 +00:00
disable_torch_function.h Revert "rename DisableTorchFunction to DisableTorchFunctionSubclass (#88218)" 2022-11-11 19:13:05 +00:00
init.cpp Revert "Revert "Add a lint rule for torch/csrc/util/pybind.h include (#82552)"" (#82599) 2022-08-02 19:37:02 +00:00
init.h
invalid_arguments.cpp Fix a PyObject leak (#87608) 2022-10-24 23:55:13 +00:00
invalid_arguments.h
memory.h
nested.cpp Implement a constructor for nested_tensor that is similar to torch.tensor() (#88213) 2022-11-08 00:03:18 +00:00
nested.h Implement a constructor for nested_tensor that is similar to torch.tensor() (#88213) 2022-11-08 00:03:18 +00:00
numpy_stub.h
object_ptr.cpp Fix C API to be compatible with latest 3.11 beta (#81242) 2022-07-27 08:37:10 +00:00
object_ptr.h Fix C API to be compatible with latest 3.11 beta (#81242) 2022-07-27 08:37:10 +00:00
out_types.cpp Make python TensorOption signatures consistent with JIT schemas (#82241) 2022-08-07 00:10:27 +00:00
out_types.h Make python TensorOption signatures consistent with JIT schemas (#82241) 2022-08-07 00:10:27 +00:00
pybind.cpp cast C++ py-bound SymNode to SymInt correctly (#89295) 2022-11-19 02:18:05 +00:00
pybind.h complex: register c10::complex with py::cast (#89680) 2022-11-25 14:53:57 +00:00
pycfunction_helpers.h
python_arg_parser.cpp Fix bugs found by static analysis (#85705) 2022-10-28 23:51:55 +00:00
python_arg_parser.h Fix pybind11 problems with c10::SymInt unregistered (#88011) 2022-10-29 07:55:45 +00:00
python_compat.h Make functorch compilable with Py-3.11 (#85054) 2022-09-23 04:48:18 +00:00
python_dispatch.cpp Add crossref debug mode for functionalization, catches stride errors (#89498) 2022-11-23 04:18:25 +00:00
python_dispatch.h Make Python op registration work with torchdeploy/multipy (#87162) 2022-11-03 12:56:44 +00:00
python_numbers.h Add SymInt to Scalar (#84958) 2022-09-25 23:51:06 +00:00
python_scalars.h [Reland] Add py-3.10 config (#82329) 2022-07-27 20:22:47 +00:00
python_strings.h
python_stub.h
python_symnode.cpp Unify SymIntNode and SymFloatNode into SymNode (#87817) 2022-10-27 20:56:02 +00:00
python_symnode.h Use standard __func__ macro in symbolic shape. (#89264) 2022-11-18 17:03:53 +00:00
python_torch_function_mode.h [Modes] refactor modes to only use a stack in cpp (#86458) 2022-10-21 19:18:23 +00:00
python_tuples.h
schema_info.cpp Add Initial Support For Fake Tensor Constant Tracking (#84387) 2022-09-02 02:43:04 +00:00
schema_info.h Add Initial Support For Fake Tensor Constant Tracking (#84387) 2022-09-02 02:43:04 +00:00
six.h Revert "Revert "Add a lint rule for torch/csrc/util/pybind.h include (#82552)"" (#82599) 2022-08-02 19:37:02 +00:00
structseq.cpp
structseq.h
tensor_apply.cpp
tensor_apply.h
tensor_dtypes.cpp Add bits tensor types (#88594) 2022-11-28 23:39:57 +00:00
tensor_dtypes.h
tensor_flatten.cpp
tensor_flatten.h
tensor_layouts.cpp
tensor_layouts.h
tensor_list.cpp Revert "Revert "Add a lint rule for torch/csrc/util/pybind.h include (#82552)"" (#82599) 2022-08-02 19:37:02 +00:00
tensor_list.h
tensor_memoryformats.cpp Consistent compute numel/contiguous strategy with SymInts (#85858) 2022-09-30 21:26:34 +00:00
tensor_memoryformats.h Consistent compute numel/contiguous strategy with SymInts (#85858) 2022-09-30 21:26:34 +00:00
tensor_new.cpp Symintify repeat_interleave.self_int (#89111) 2022-11-18 05:04:02 +00:00
tensor_new.h
tensor_numpy.cpp lift numpy tensor, add randperm support (#83191) 2022-08-10 22:27:51 +00:00
tensor_numpy.h
tensor_qschemes.cpp
tensor_qschemes.h
tensor_types.cpp add XLA backend into tensor type strings (#86881) 2022-10-17 18:27:49 +00:00
tensor_types.h
throughput_benchmark-inl.h
throughput_benchmark.cpp Revert "Revert "Add a lint rule for torch/csrc/util/pybind.h include (#82552)"" (#82599) 2022-08-02 19:37:02 +00:00
throughput_benchmark.h Revert "Revert "Add a lint rule for torch/csrc/util/pybind.h include (#82552)"" (#82599) 2022-08-02 19:37:02 +00:00
torch_dispatch_mode.h [Modes] refactor modes to only use a stack in cpp (#86458) 2022-10-21 19:18:23 +00:00
variadic.cpp
variadic.h
verbose.cpp [RFC] enable oneMKL&oneDNN on-demands verbose functinality (#63212) 2022-07-27 23:29:35 +00:00