pytorch/torch/utils
Ruichen Sun 14108c1677 Fix error handling in _triton.py (#132006)
On Windows, _triton.py creates a confusing error ("RuntimeError: Should never be _installed")_ as triton is not supported in Windows. This is not caught in the current Pytorch exception handling. This pull request adds a new exception handling for the runtime error.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/132006
Approved by: https://github.com/oulgen
2024-07-29 15:02:25 +00:00
..
_strobelight
_sympy Pin sympy >= 1.13.0 (#130895) 2024-07-20 00:59:24 +00:00
backcompat
benchmark
bottleneck
data [BE][Easy] fix ruff rule needless-bool (SIM103) (#130206) 2024-07-14 08:17:52 +00:00
hipify
jit
model_dump
tensorboard
viz
__init__.py
_backport_slots.py backport dataclass(slots=True) (#131014) 2024-07-21 19:26:31 +00:00
_config_module.py Fully type torch/utils/_config_module.py (#131676) 2024-07-24 19:36:09 +00:00
_config_typing.pyi
_content_store.py
_contextlib.py
_cpp_extension_versioner.py
_cxx_pytree.py [pytree] Only import optree if it's used (#131478) 2024-07-24 00:10:49 +00:00
_device.py
_exposed_in.py Revert "[BE] typing for decorators - _library/custom_ops (#131578)" 2024-07-28 03:29:32 +00:00
_foreach_utils.py
_freeze.py [BE] mypy: disallow untyped decorators (#131428) 2024-07-23 21:50:55 +00:00
_get_clean_triton.py
_import_utils.py
_mode_utils.py
_ordered_set.py Add inductor OrderedSet (#130003) 2024-07-26 18:16:57 +00:00
_python_dispatch.py Revert "[BE] typing for decorators - fx/_compatibility (#131568)" 2024-07-28 03:43:39 +00:00
_pytree.py [pytree] Only import optree if it's used (#131478) 2024-07-24 00:10:49 +00:00
_stats.py
_traceback.py
_triton.py Fix error handling in _triton.py (#132006) 2024-07-29 15:02:25 +00:00
_typing_utils.py
_zip.py
backend_registration.py
bundled_inputs.py
checkpoint.py [BE] mypy: disallow untyped decorators (#131428) 2024-07-23 21:50:55 +00:00
collect_env.py
cpp_backtrace.py
cpp_extension.py [BE][Easy] fix ruff rule needless-bool (SIM103) (#130206) 2024-07-14 08:17:52 +00:00
deterministic.py
dlpack.py
file_baton.py
flop_counter.py Revert "[BE] typing for decorators - utils/flop_counter (#131580)" 2024-07-28 03:29:31 +00:00
hooks.py
mkldnn.py
mobile_optimizer.py
model_zoo.py
module_tracker.py
show_pickle.py
throughput_benchmark.py
weak.py