pytorch/torch/utils
zeshengzong ab655816b8 Deprecate DataLoader pin_memory_device param (#146821)
Following [ #131858 suggestion](https://github.com/pytorch/pytorch/pull/131858#pullrequestreview-2517760602) to optimize DataLoader code

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146821
Approved by: https://github.com/divyanshk

Co-authored-by: Divyansh Khanna <divyanshkhanna09@gmail.com>
2025-07-08 09:24:53 +00:00
..
_strobelight [BE][16/16] fix typos in torch/ (torch/utils/) (#156606) 2025-07-02 22:55:29 +00:00
_sympy [attempt 2] Compute contiguity symbolically to avoid dde, and introduce c++ sym_is_contiguous (#157472) 2025-07-02 23:12:29 +00:00
backcompat pyfmt lint more torch/utils files (#155812) 2025-06-12 23:51:42 +00:00
benchmark [BE] Accelerator agnostic timer.py (#157131) 2025-07-03 22:23:04 +00:00
bottleneck
data Deprecate DataLoader pin_memory_device param (#146821) 2025-07-08 09:24:53 +00:00
hipify Add missing graph and memory related symbols to cuda_to_hip_mappings (#157435) (#157573) 2025-07-04 03:03:04 +00:00
jit
model_dump [BE][16/16] fix typos in torch/ (torch/utils/) (#156606) 2025-07-02 22:55:29 +00:00
serialization
tensorboard [BE][16/16] fix typos in torch/ (torch/utils/) (#156606) 2025-07-02 22:55:29 +00:00
viz [MemoryViz] Add file selector button (#157647) 2025-07-07 22:03:51 +00:00
__init__.py
_appending_byte_serializer.py
_backport_slots.py
_config_module.py [BE][16/16] fix typos in torch/ (torch/utils/) (#156606) 2025-07-02 22:55:29 +00:00
_config_typing.pyi
_content_store.py
_contextlib.py pyfmt lint more torch/utils files (#155812) 2025-06-12 23:51:42 +00:00
_cpp_embed_headers.py [Build] Allow metal shaders to include ATen headers (#156256) 2025-06-18 01:03:25 +00:00
_cpp_extension_versioner.py pyfmt lint more torch/utils files (#155812) 2025-06-12 23:51:42 +00:00
_cxx_pytree.py
_device.py [BE][16/16] fix typos in torch/ (torch/utils/) (#156606) 2025-07-02 22:55:29 +00:00
_dtype_abbrs.py
_exposed_in.py
_filelock.py
_foreach_utils.py [torch] Add MTIA to the list of devices supporting foreach/fused kernels (#157583) 2025-07-04 01:15:24 +00:00
_freeze.py pyfmt lint more torch/utils files (#155812) 2025-06-12 23:51:42 +00:00
_functools.py
_get_clean_triton.py
_helion.py
_import_utils.py
_mode_utils.py pyfmt lint more torch/utils files (#155812) 2025-06-12 23:51:42 +00:00
_ordered_set.py Typo fixes for "overridden" in comments and function names (#155944) 2025-06-14 03:37:38 +00:00
_python_dispatch.py pyfmt lint more torch/utils files (#155812) 2025-06-12 23:51:42 +00:00
_pytree.py
_stats.py pyfmt lint more torch/utils files (#155812) 2025-06-12 23:51:42 +00:00
_thunk.py
_traceback.py pyfmt lint more torch/utils files (#155812) 2025-06-12 23:51:42 +00:00
_triton.py [inductor] Update triton_key import to support latest Triton (#157242) 2025-06-30 17:51:43 +00:00
_typing_utils.py
_zip.py pyfmt lint more torch/utils files (#155812) 2025-06-12 23:51:42 +00:00
backend_registration.py [BE][16/16] fix typos in torch/ (torch/utils/) (#156606) 2025-07-02 22:55:29 +00:00
bundled_inputs.py [BE][16/16] fix typos in torch/ (torch/utils/) (#156606) 2025-07-02 22:55:29 +00:00
checkpoint.py [BE][16/16] fix typos in torch/ (torch/utils/) (#156606) 2025-07-02 22:55:29 +00:00
collect_env.py [BE][16/16] fix typos in torch/ (torch/utils/) (#156606) 2025-07-02 22:55:29 +00:00
cpp_backtrace.py
cpp_extension.py Fix torch.utils.cpp_extension parser for clang version 20.1.7+libcxx (#157666) 2025-07-06 01:35:00 +00:00
deterministic.py
dlpack.py Upgrade to DLPack 1.0. (#145000) 2025-06-30 16:58:06 +00:00
file_baton.py
flop_counter.py Inductor logging + analysis of torch.profile (#149697) 2025-07-07 22:13:34 +00:00
hooks.py
mkldnn.py
mobile_optimizer.py
model_zoo.py
module_tracker.py
show_pickle.py
throughput_benchmark.py
weak.py