pytorch/torch/utils
Colin L. Rice abc5d59dcb config: create Config objects with JK support (#138766)
This teaches install_config_module (and the underlying code) to
understands Config objects. Additionally we've added a JK option to this
which resolves the JK.

This config gets stored within the _ConfigEntry class and is evaluated
when __getattr__ is called. If justknobs is set, it'll call
justknobs_check to see the result.

Due to preceeding work, basically everything works correctly here and we
had to update a couple of tests, and modify the getattr behaviour.

Note that we are updating the justknob_check function to support a
default option, to make default work.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/138766
Approved by: https://github.com/ezyang
2024-11-01 19:20:37 +00:00
..
_strobelight
_sympy Add sym_log2 (#137980) 2024-10-28 17:03:14 +00:00
backcompat
benchmark
bottleneck
data
hipify [ROCm] set hipblas workspace (#138791) 2024-10-29 01:37:55 +00:00
jit
model_dump
tensorboard
viz
__init__.py
_backport_slots.py
_config_module.py config: create Config objects with JK support (#138766) 2024-11-01 19:20:37 +00:00
_config_typing.pyi
_content_store.py
_contextlib.py
_cpp_extension_versioner.py Avoid file encoding issues when loading cpp extensions (#138565) 2024-10-28 14:06:34 +00:00
_cxx_pytree.py
_device.py
_exposed_in.py
_foreach_utils.py
_freeze.py
_get_clean_triton.py
_import_utils.py
_mode_utils.py
_ordered_set.py
_python_dispatch.py
_pytree.py [dynamo] support maxlen for collections.deque (#138194) 2024-10-30 10:08:02 +00:00
_stats.py
_thunk.py
_traceback.py
_triton.py
_typing_utils.py
_zip.py
backend_registration.py
bundled_inputs.py
checkpoint.py
collect_env.py
cpp_backtrace.py
cpp_extension.py
deterministic.py
dlpack.py
file_baton.py
flop_counter.py
hooks.py
mkldnn.py
mobile_optimizer.py
model_zoo.py
module_tracker.py
show_pickle.py
throughput_benchmark.py
weak.py