Commit Graph

76 Commits

Author SHA1 Message Date
9dbe4eae82 [codemod] markDynamoStrictTest batch 14 (#117133)
[codemod] markDynamoStrictTest test_utils
[codemod] markDynamoStrictTest test_unary_ufuncs
[codemod] markDynamoStrictTest test_sparse_semi_structured
[codemod] markDynamoStrictTest test_sparse_csr
[codemod] markDynamoStrictTest test_sparse
[codemod] markDynamoStrictTest test_reductions
[codemod] markDynamoStrictTest test_proxy_tensor
[codemod] markDynamoStrictTest test_prims
[codemod] markDynamoStrictTest test_maskedtensor
[codemod] markDynamoStrictTest test_masked
[codemod] markDynamoStrictTest test_legacy_vmap
[codemod] markDynamoStrictTest test_binary_ufuncs

Pull Request resolved: https://github.com/pytorch/pytorch/pull/117133
Approved by: https://github.com/voznesenskym
ghstack dependencies: #117114, #117127, #117128, #117129
2024-01-11 04:28:57 +00:00
1b8ebb6c42 [codemod] markDynamoStrictTest batch 13 (#117127)
[codemod] markDynamoStrictTest test_overrides
[codemod] markDynamoStrictTest test_namedtuple_return_api
[codemod] markDynamoStrictTest test_jiterator
[codemod] markDynamoStrictTest test_jit_disabled
[codemod] markDynamoStrictTest test_jit_autocast
[codemod] markDynamoStrictTest test_fx_reinplace_pass
[codemod] markDynamoStrictTest test_fx_passes
Pull Request resolved: https://github.com/pytorch/pytorch/pull/117127
Approved by: https://github.com/voznesenskym
ghstack dependencies: #117114
2024-01-10 22:25:40 +00:00
e0da05e1ba [codemod] markDynamoStrictTest dynamo/* (#117077)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/117077
Approved by: https://github.com/bdhirsh
ghstack dependencies: #117076
2024-01-10 14:37:52 +00:00
4f3d698cac Impl. call_hasattr for BaseUserFunctionVariable (#116049)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116049
Approved by: https://github.com/zou3519
2024-01-09 22:58:58 +00:00
de005b14ab [dynamo] fix more broken dict tests (#116943)
Forward fixing after #111196

Pull Request resolved: https://github.com/pytorch/pytorch/pull/116943
Approved by: https://github.com/huydhn
2024-01-07 08:00:16 +00:00
20c2ec9a15 [CPU] Add flash attention mask version (#115913)
Add a masked-version flash attention for CPU.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/115913
Approved by: https://github.com/jgong5, https://github.com/drisspg
2024-01-07 04:58:23 +00:00
2dca3e99eb Revert "Support tensors as Dict keys Re-PR of #111196 (#116785)"
This reverts commit 1badad9ce9694ef70f6a3dc01000f2cf310c4c11.

Reverted https://github.com/pytorch/pytorch/pull/116785 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally ([comment](https://github.com/pytorch/pytorch/pull/116785#issuecomment-1879592261))
2024-01-06 08:22:33 +00:00
1badad9ce9 Support tensors as Dict keys Re-PR of #111196 (#116785)
This prepares the PR where we implement sets in terms of dicts.
To do so, rather than storing internally a dictionary that maps literals
to VariableTrackers, it stores (pretty much) a dictionary from VTs to VTs.
To do so, keys are wrapped in an opaque internal class _Hashable.
The Hashable class is opaque on purpose so that it fails hard if
if it inadvertently leaks back into user code.
We also found and fixed a number of latent bugs and inconsistencies
in the way dynamo checked what can be a dict key. More generally, we
make much clearer what are the things that need to be modified to add
a new supported key type to Dicts.

Fixes [#107595](https://www.internalfb.com/tasks?t=107595)
Fixes [#111603](https://www.internalfb.com/tasks?t=111603)

Re-PR of https://github.com/pytorch/pytorch/pull/111196 sadly due to reverts, we could not reuse @lezcano's original PR.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/116785
Approved by: https://github.com/mlazos
2024-01-06 03:35:35 +00:00
2753960177 markDynamoStrictTest most of test/lazy/.* (#116893)
[codemod] markDynamoStrictTest lazy/test_step_closures
[codemod] markDynamoStrictTest lazy/test_reuse_ir
[codemod] markDynamoStrictTest lazy/test_meta_kernel
[codemod] markDynamoStrictTest lazy/test_generator
[codemod] markDynamoStrictTest lazy/test_functionalization
[codemod] markDynamoStrictTest lazy/test_extract_compiled_graph
[codemod] markDynamoStrictTest lazy/test_debug_util
[codemod] markDynamoStrictTest lazy/test_bindings
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116893
Approved by: https://github.com/Skylion007
ghstack dependencies: #116879, #116880, #116881, #116892
2024-01-05 22:29:35 +00:00
8fd4efacb4 markDynamoStrictTest most test/functorch/* (#116892)
[codemod] markDynamoStrictTest functorch/test_rearrange
[codemod] markDynamoStrictTest functorch/test_parsing
[codemod] markDynamoStrictTest functorch/test_minifier
[codemod] markDynamoStrictTest functorch/test_memory_efficient_fusion
[codemod] markDynamoStrictTest functorch/test_logging
[codemod] markDynamoStrictTest functorch/test_eager_transforms
[codemod] markDynamoStrictTest functorch/test_dims
[codemod] markDynamoStrictTest functorch/test_control_flow
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116892
Approved by: https://github.com/Skylion007
ghstack dependencies: #116879, #116880, #116881
2024-01-05 22:26:20 +00:00
e5f2ac18da [codemod] markDynamoStrictTest batch 12 (#116881)
[codemod] markDynamoStrictTest distributions/test_distributions
[codemod] markDynamoStrictTest distributions/test_constraints
[codemod] markDynamoStrictTest benchmark_utils/test_benchmark_utils
[codemod] markDynamoStrictTest backends/xeon/test_launch
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116881
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116879, #116880
2024-01-05 21:59:40 +00:00
499ca71e49 [codemod] markDynamoStrictTest batch 11 (#116880)
[codemod] markDynamoStrictTest nn/test_pruning
[codemod] markDynamoStrictTest nn/test_pooling
[codemod] markDynamoStrictTest nn/test_parametrization
[codemod] markDynamoStrictTest nn/test_packed_sequence
[codemod] markDynamoStrictTest nn/test_multihead_attention
[codemod] markDynamoStrictTest nn/test_module_hooks
[codemod] markDynamoStrictTest nn/test_lazy_modules
[codemod] markDynamoStrictTest nn/test_init
[codemod] markDynamoStrictTest nn/test_embedding
[codemod] markDynamoStrictTest nn/test_dropout
[codemod] markDynamoStrictTest nn/test_convolution
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116880
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116879
2024-01-05 21:17:43 +00:00
476e9d5f77 [codemod] markDynamoStrictTest batch 10 (#116879)
[codemod] markDynamoStrictTest test_cpp_extensions_aot_no_ninja
[codemod] markDynamoStrictTest test_cpp_extensions_aot_ninja
[codemod] markDynamoStrictTest test_cpp_api_parity
[codemod] markDynamoStrictTest test_complex
[codemod] markDynamoStrictTest test_compile_benchmark_util
[codemod] markDynamoStrictTest test_comparison_utils
[codemod] markDynamoStrictTest test_bundled_inputs
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116879
Approved by: https://github.com/voznesenskym
2024-01-05 19:46:55 +00:00
053b15c596 [codemod] markDynamoStrictTest batch 9 (#116836)
[codemod] markDynamoStrictTest test_datapipe
[codemod] markDynamoStrictTest test_cuda_trace
[codemod] markDynamoStrictTest test_cuda_sanitizer
[codemod] markDynamoStrictTest test_cuda_primary_ctx
[codemod] markDynamoStrictTest test_cuda_nvml_based_avail
[codemod] markDynamoStrictTest test_cuda_multigpu
[codemod] markDynamoStrictTest test_cuda_expandable_segments
[codemod] markDynamoStrictTest test_cuda
[codemod] markDynamoStrictTest test_cpp_extensions_open_device_registration
[codemod] markDynamoStrictTest test_cpp_extensions_jit
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116836
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116802, #116827, #116829, #116834
2024-01-05 16:40:40 +00:00
ee07260337 [codemod] markDynamoStrictTest batch 8 (#116834)
[codemod] markDynamoStrictTest test_flop_counter
[codemod] markDynamoStrictTest test_fake_tensor
[codemod] markDynamoStrictTest test_expanded_weights
[codemod] markDynamoStrictTest test_dynamic_shapes
[codemod] markDynamoStrictTest test_dlpack
[codemod] markDynamoStrictTest test_dispatch
[codemod] markDynamoStrictTest test_deploy
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116834
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116802, #116827, #116829
2024-01-05 16:40:24 +00:00
c0da5a4c68 [codemod] markDynamoStrictTest batch 7 (#116829)
[codemod] markDynamoStrictTest test_license
[codemod] markDynamoStrictTest test_itt
[codemod] markDynamoStrictTest test_import_stats
[codemod] markDynamoStrictTest test_hub
[codemod] markDynamoStrictTest test_futures
[codemod] markDynamoStrictTest test_functionalization_of_rng_ops
[codemod] markDynamoStrictTest test_functionalization
[codemod] markDynamoStrictTest test_functional_autograd_benchmark
[codemod] markDynamoStrictTest test_function_schema
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116829
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116802, #116827
2024-01-05 16:33:20 +00:00
6747d1383f [codemod] markDynamoStrictTest batch 6 (#116827)
[codemod] markDynamoStrictTest test_model_exports_to_core_aten
[codemod] markDynamoStrictTest test_model_dump
[codemod] markDynamoStrictTest test_mobile_optimizer
[codemod] markDynamoStrictTest test_mkldnn_verbose
[codemod] markDynamoStrictTest test_mkldnn_fusion
[codemod] markDynamoStrictTest test_mkldnn
[codemod] markDynamoStrictTest test_mkl_verbose
[codemod] markDynamoStrictTest test_meta
[codemod] markDynamoStrictTest test_matmul_cuda
[codemod] markDynamoStrictTest test_logging
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116827
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116802
2024-01-05 16:33:20 +00:00
9543caadc8 [codemod] markDynamoStrictTest batch 5 (#116802)
[codemod] markDynamoStrictTest test_openmp
[codemod] markDynamoStrictTest test_numpy_interop
[codemod] markDynamoStrictTest test_numba_integration
[codemod] markDynamoStrictTest test_nn
[codemod] markDynamoStrictTest test_nestedtensor
[codemod] markDynamoStrictTest test_native_mha
[codemod] markDynamoStrictTest test_native_functions
[codemod] markDynamoStrictTest test_multiprocessing_spawn
[codemod] markDynamoStrictTest test_multiprocessing
[codemod] markDynamoStrictTest test_monitor
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116802
Approved by: https://github.com/bdhirsh
2024-01-05 16:33:13 +00:00
bbfd81f513 [codemod] markDynamoStrictTest batch (#116791)
[codemod] markDynamoStrictTest test_sympy_utils
[codemod] markDynamoStrictTest test_serialization
[codemod] markDynamoStrictTest test_segment_reductions
[codemod] markDynamoStrictTest test_schema_check
[codemod] markDynamoStrictTest test_scatter_gather_ops
[codemod] markDynamoStrictTest test_pytree
[codemod] markDynamoStrictTest test_pruning_op
[codemod] markDynamoStrictTest test_per_overload_api
[codemod] markDynamoStrictTest test_out_dtype_op
[codemod] markDynamoStrictTest test_optim
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116791
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116735, #116736, #116739, #116740, #116742, #116743, #116744, #116745
2024-01-05 02:22:53 +00:00
7c8f38700a [dynamo] Fix np.issubdtype (#116459)
Fixes the issue described at https://github.com/pytorch/pytorch/issues/93697#issuecomment-1828346590

This doesn't fix the full issue yet, now we hit
```python
  File
  "/home/lezcano/git/pytorch/pytorch/torch/_dynamo/symbolic_convert.py",
  line 744, in step
  getattr(self, inst.opname)(inst)
  File
  "/home/lezcano/git/pytorch/pytorch/torch/_dynamo/symbolic_convert.py",
  line 1366, in BUILD_MAP
      assert (
      AssertionError
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/116459
Approved by: https://github.com/peterbell10
2024-01-05 01:48:07 +00:00
f1a393c029 [codemod] markDynamoStrictTest batch (#116745)
- test_show_pickle
- test_show_pickle
- test_set_default_mobile_cpu_allocator
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116745
Approved by: https://github.com/Skylion007, https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731, #116732, #116733, #116734, #116735, #116736, #116739, #116740, #116742, #116743, #116744
2024-01-04 15:04:18 +00:00
311548b79c [codemod] markDynamoStrictTest test_sort_and_select (#116744)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116744
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731, #116732, #116733, #116734, #116735, #116736, #116739, #116740, #116742, #116743
2024-01-04 15:04:18 +00:00
30f0a05207 [codemod] markDynamoStrictTest test_stateless (#116743)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116743
Approved by: https://github.com/Skylion007, https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731, #116732, #116733, #116734, #116735, #116736, #116739, #116740, #116742
2024-01-04 15:03:21 +00:00
46b44fb246 [codemod] markDynamoStrictTest test_subclass (#116742)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116742
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731, #116732, #116733, #116734, #116735, #116736, #116739, #116740
2024-01-04 15:02:46 +00:00
c2174974ae [codemod] markDynamoStrictTest test_tensor_creation_ops (#116740)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116740
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731, #116732, #116733, #116734, #116735, #116736, #116739
2024-01-04 15:02:03 +00:00
7c5704fc00 [codemod] markDynamoStrictTest test_tensorboard (#116739)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116739
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731, #116732, #116733, #116734, #116735, #116736
2024-01-04 15:01:25 +00:00
caa33e1eb1 [codemod] markDynamoStrictTest test_testing (#116736)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116736
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731, #116732, #116733, #116734, #116735
2024-01-04 15:01:07 +00:00
882d1f4ea6 [codemod] markDynamoStrictTest test_transformers (#116735)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116735
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731, #116732, #116733, #116734
2024-01-04 15:00:23 +00:00
81f98f1082 Experimental non-strict mode (#114658)
This is proof-of-concept implementation of how people can use a marker `mark_strict` to enable torchdynamo while exporting under non-strict mode. The main idea is that `mark_strict` will turn into an HOO which then utilizes dynamo to do correctness analysis in the same way how torch.cond works today. There are some notable limitations:
1. This API is not meant for public use yet
2. Strict region can't work with arbitrary container inputs
3. We don't preserve `nn_module_stack` and other node metadata for the strict region.
4. strict_mode HOO will show up in the final graph. This is undesirable in the long term, but for short term experiments, it should be good enough. Will fix this in the follow up PR.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/114658
Approved by: https://github.com/ydwu4
2024-01-04 12:24:58 +00:00
c14a0b6c84 [codemod] markDynamoStrictTest batch (#116734)
- test_type_promotion
- test_type_info
- test_type_hints
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116734
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731, #116732, #116733
2024-01-04 03:18:06 +00:00
bfb9df3684 [codemod] markDynamoStrictTest batch (#116733)
- test_weak
- test_view_ops
- test_typing
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116733
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731, #116732
2024-01-04 03:18:06 +00:00
a308a25fb7 [codemod] markDynamoStrictTest batch (#116732)
- torch_np/numpy_tests/core/test_getlimits
- torch_np/numpy_tests/core/test_einsum
- torch_np/numpy_tests/core/test_dtype
- torch_np/numpy_tests/core/test_dlpack
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116732
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730, #116731
2024-01-04 03:17:57 +00:00
9255f55767 [codemod] markDynamoStrictTest batch (#116731)
- torch_np/numpy_tests/core/test_numerictypes
- torch_np/numpy_tests/core/test_numeric
- torch_np/numpy_tests/core/test_indexing
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116731
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729, #116730
2024-01-04 03:17:47 +00:00
1f7badd856 [codemod] markDynamoStrictTest batch (#116730)
- torch_np/numpy_tests/core/test_scalarinherit
- torch_np/numpy_tests/core/test_scalar_methods
- torch_np/numpy_tests/core/test_scalar_ctors
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116730
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728, #116729
2024-01-04 03:17:39 +00:00
d1d6b90a1b [codemod] markDynamoStrictTest torch_np/numpy_tests/core/test_scalarmath (#116729)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116729
Approved by: https://github.com/voznesenskym
ghstack dependencies: #116728
2024-01-04 03:17:29 +00:00
3ba35548c3 [codemod] markDynamoStrictTest torch_np/numpy_tests/core/test_shape_base (#116728)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116728
Approved by: https://github.com/voznesenskym
2024-01-04 03:17:22 +00:00
a75b587803 [codemod] markDynamoStrictTest torch_np/numpy_tests/fft/test_helper (#116654)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116654
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644, #116645, #116646, #116647, #116648, #116649, #116650, #116651, #116652, #116653
2024-01-03 23:03:06 +00:00
f3e2661555 [codemod] markDynamoStrictTest torch_np/numpy_tests/fft/test_pocketfft (#116653)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116653
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644, #116645, #116646, #116647, #116648, #116649, #116650, #116651, #116652
2024-01-03 23:03:06 +00:00
bf4c1a3d66 [codemod] markDynamoStrictTest torch_np/numpy_tests/lib/test_arraypad (#116652)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116652
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644, #116645, #116646, #116647, #116648, #116649, #116650, #116651
2024-01-03 23:03:06 +00:00
f4168c0e2e [codemod] markDynamoStrictTest torch_np/numpy_tests/lib/test_arraysetops (#116651)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116651
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644, #116645, #116646, #116647, #116648, #116649, #116650
2024-01-03 23:03:06 +00:00
dab1599d81 [codemod] markDynamoStrictTest torch_np/numpy_tests/lib/test_function_base (#116650)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116650
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644, #116645, #116646, #116647, #116648, #116649
2024-01-03 23:03:06 +00:00
d2fc00d2cc [codemod] markDynamoStrictTest torch_np/numpy_tests/lib/test_histograms (#116649)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116649
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644, #116645, #116646, #116647, #116648
2024-01-03 17:00:32 +00:00
2d1011d84f [codemod] markDynamoStrictTest torch_np/numpy_tests/lib/test_index_tricks (#116648)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116648
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644, #116645, #116646, #116647
2024-01-03 17:00:32 +00:00
c47ab693ff [codemod] markDynamoStrictTest torch_np/numpy_tests/lib/test_shape_base_ (#116647)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116647
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644, #116645, #116646
2024-01-03 17:00:23 +00:00
6a300bd1c6 [codemod] markDynamoStrictTest torch_np/numpy_tests/lib/test_twodim_base (#116646)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116646
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644, #116645
2024-01-03 17:00:13 +00:00
34a8c64c92 [codemod] markDynamoStrictTest torch_np/numpy_tests/lib/test_type_check (#116645)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116645
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644
2024-01-03 17:00:07 +00:00
fe287af812 [codemod] markDynamoStrictTest torch_np/numpy_tests/linalg/test_linalg (#116644)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116644
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643
2024-01-03 16:59:59 +00:00
28a8e4bdb6 [codemod] markDynamoStrictTest torch_np/test_basic (#116643)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116643
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642
2024-01-03 16:59:50 +00:00
146426a0df [codemod] markDynamoStrictTest torch_np/test_binary_ufuncs (#116642)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116642
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641
2024-01-03 16:59:41 +00:00
efe3b7f457 [codemod] markDynamoStrictTest torch_np/test_dtype (#116641)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116641
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640
2024-01-03 16:59:32 +00:00