pytorch/torchgen
Edward Z. Yang 213a8fc992 Put symint overloads on a different name
Due to implicit conversion shenanigans, having both IntArrayRef
and SymIntArrayRef overloads makes {} ambiguous.  While we could
fix this by making a single unified type that accepts all the overloads
we want, an easier fix was to just push the SymIntArrayRef overload
to its own name.

Signed-off-by: Edward Z. Yang <ezyangfb.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/79281

Approved by: https://github.com/suo
2022-06-12 14:36:39 +00:00
..
api Put symint overloads on a different name 2022-06-12 14:36:39 +00:00
decompositions Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
dest [RFC][Codegen] Add custom namespace support (#78015) 2022-06-10 21:04:36 +00:00
operator_versions Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
selective_build Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
shape_functions Put imports in correct order so clang-format doesn't get mad every time 2022-05-20 18:39:47 +00:00
static_runtime [static_runtime] Add script to auto-generate view ops (#77105) 2022-05-26 03:12:22 +00:00
__init__.py Package config/template files with torchgen (#78942) 2022-06-07 13:33:55 +00:00
BUCK.oss rename BUILD.buck to BUCK.oss (#78792) 2022-06-03 07:23:16 +00:00
BUILD.bazel Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
build.bzl Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
code_template.py Cleanup some Python2-related code (#78864) 2022-06-06 17:40:02 +00:00
context.py [test] attempt to functionalize ops with mutable positional-only args 2022-05-19 18:50:34 +00:00
gen_backend_stubs.py [RFC][Codegen] Add custom namespace support (#78015) 2022-06-10 21:04:36 +00:00
gen_functionalization_type.py generate kernels for codegend out= operators 2022-06-06 15:36:28 +00:00
gen_lazy_tensor.py [RFC][Codegen] Add custom namespace support (#78015) 2022-06-10 21:04:36 +00:00
gen.py Autogen Tags enum, and allow specifying tags while defining an op 2022-06-11 00:29:32 +00:00
local.py Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
model.py Put symint overloads on a different name 2022-06-12 14:36:39 +00:00
native_function_generation.py [RFC][Codegen] Add custom namespace support (#78015) 2022-06-10 21:04:36 +00:00
utils.py Pretty-print dataclasses (#76810) 2022-05-16 14:20:41 +00:00