@@ -4282,6 +4282,7 @@ def wrap_test_class(orig_cls):
4282
4282
"test_full_backward_hook_double_backward" , # _pack_with_none
4283
4283
"test_grad_mode_restored_reentrant" , # assertTrue
4284
4284
"test_multi_grad_any_hooks" , # register_multi_grad_hook
4285
+ "test_saved_variable_packing_unpacking_did_not_save_original_with_hooks" , # register_hooks
4285
4286
}
4286
4287
4287
4288
test_contexts = {
@@ -4345,19 +4346,7 @@ def wrap_test_class(orig_cls):
4345
4346
"test_return_duplicate" , # gradient batching rule not implemented for aten::sym_size.int
4346
4347
"test_return_duplicate_inplace" , # gradient batching rule not implemented for aten::sym_size.int
4347
4348
"test_setitem" , # CopySlices accuracy error
4348
- "test_save_on_cpu_and_checkpoint" , # https://github.com/pytorch/pytorch/issues/147565
4349
- "test_checkpoint_detects_non_determinism" , # different error
4350
- "test_checkpointing_non_reentrant_autocast_cpu" , # saved != recompute
4351
- "test_checkpointing_non_reentrant_autocast_gpu" , # saved != recompute
4352
4349
"test_checkpointing_without_reentrant_saved_object_identity" , # same as https://github.com/pytorch/pytorch/issues/136193
4353
- "test_saved_variable_packing_unpacking_did_not_save_original_with_hooks" , # register_hooks multiple times
4354
- "test_saved_variable_saved_original_inplace_detach" , # RuntimeError not raised
4355
- "test_access_saved_tensor_twice_without_recomputation_works" , # saved != recompute
4356
- "test_checkpointing_without_reentrant_dataparallel" , # https://github.com/pytorch/pytorch/issues/127115
4357
- "test_checkpointing" , # takes very very long
4358
- "test_checkpointing_without_reentrant_input_requires_grad_False" , # takes very very long
4359
- "test_checkpointing_without_reentrant_input_requires_grad_True" , # takes very very long
4360
- "test_checkpointing_without_reentrant_memory_savings" , # takes very very long
4361
4350
"test_dtensor_different_gradient_placement" , # Dynamo failed to run FX node with fake tensors
4362
4351
"test_dtensor_noncontiguous_output" , # Dynamo failed to run FX node with fake tensors
4363
4352
"test_dtensor_partial_placement_graph_output" , # Dynamo failed to run FX node with fake tensors
0 commit comments