pytorch/torchgen
Nikolay Korovaiko 759c37a4f4 make sure arguments are tuples otherwise they won't be hashable (#83342)
make sure arguments are tuples otherwise they won't be hashable if used in autograd.py or any other places that uses dictionaries for that matter
Pull Request resolved: https://github.com/pytorch/pytorch/pull/83342
Approved by: https://github.com/bdhirsh, https://github.com/albanD
2022-08-15 19:12:15 +00:00
..
api [torchgen] Generate out variant for functional operator (#81437) 2022-08-13 05:44:53 +00:00
decompositions
dest [LTC] Pass a BackendDevice parameter into GetIrValueForScalarFromCodegen (#82970) 2022-08-10 03:59:25 +00:00
operator_versions
selective_build [torchgen] Fix selective build error on custom namespace (#83141) 2022-08-10 21:27:05 +00:00
shape_functions Editing gen_jit_shape_functions to make lintrunner happy (#79571) 2022-08-10 18:20:18 +00:00
static_runtime Lintrunner: Run mypy-strict on torchgen (#82576) 2022-08-01 19:14:27 +00:00
__init__.py
BUCK.oss
BUILD.bazel
build.bzl
code_template.py
context.py Enable codegen of per-dispatch key derivative formulas in derivatives.yaml (#82801) 2022-08-10 19:26:29 +00:00
gen.py [torchgen] Generate out variant for functional operator (#81437) 2022-08-13 05:44:53 +00:00
gen_backend_stubs.py [torchgen] Generate wrapper functions under custom namespaces (#81744) 2022-08-04 07:48:44 +00:00
gen_functionalization_type.py add inplace_view tag to resize_() (#82667) 2022-08-03 18:13:00 +00:00
gen_lazy_tensor.py a new section for ir generation (#81847) 2022-07-26 20:39:07 +00:00
gen_vmap_plumbing.py Generate vmap plumbing on all native_functions, not just ones in allowlist (#82352) 2022-07-27 20:39:37 +00:00
local.py
model.py make sure arguments are tuples otherwise they won't be hashable (#83342) 2022-08-15 19:12:15 +00:00
native_function_generation.py [torchgen] Generate out variant for functional operator (#81437) 2022-08-13 05:44:53 +00:00
utils.py [torchgen] Generate wrapper functions under custom namespaces (#81744) 2022-08-04 07:48:44 +00:00