|
1 | 1 | skip_dict = { |
2 | 2 | "../../../../test/distributed/fsdp/test_fsdp_checkpoint.py": None, |
3 | | - "../../../../test/distributed/fsdp/test_checkpoint_wrapper.py": None, |
4 | | - "../../../../test/distributed/fsdp/test_fsdp_backward_prefetch.py": None, |
5 | | - "../../../../test/distributed/fsdp/test_fsdp_apply.py": None, |
6 | | - "../../../../test/distributed/fsdp/test_fsdp_clip_grad_norm.py": None, |
7 | | - "../../../../test/distributed/fsdp/test_fsdp_comm.py": None, |
8 | | - "../../../../test/distributed/fsdp/test_fsdp_comm_hooks.py": None, |
9 | | - "../../../../test/distributed/fsdp/test_fsdp_core.py": ( |
10 | | - "test_transformer_no_grad_mixed_precision_True_xpu", |
| 3 | + "../../../../test/distributed/fsdp/test_fsdp_clip_grad_norm.py": ( |
| 4 | + "test_ddp_parity_xpu", |
11 | 5 | ), |
12 | | - "../../../../test/distributed/fsdp/test_fsdp_exec_order.py": None, |
13 | | - "../../../../test/distributed/fsdp/test_fsdp_dtensor_state_dict.py": None, |
| 6 | + "../../../../test/distributed/fsdp/test_fsdp_comm.py": None, |
14 | 7 | "../../../../test/distributed/fsdp/test_fsdp_flatten_params.py": None, |
15 | | - "../../../../test/distributed/fsdp/test_fsdp_freezing_weights.py": None, |
16 | | - "../../../../test/distributed/fsdp/test_fsdp_hybrid_shard.py": None, |
17 | | - "../../../../test/distributed/fsdp/test_fsdp_ignored_modules.py": None, |
18 | | - "../../../../test/distributed/fsdp/test_fsdp_memory.py": None, |
19 | | - "../../../../test/distributed/fsdp/test_fsdp_meta.py": None, |
20 | | - "../../../../test/distributed/fsdp/test_fsdp_misc.py": None, |
21 | | - "../../../../test/distributed/fsdp/test_fsdp_overlap.py": None, |
22 | | - "../../../../test/distributed/fsdp/test_fsdp_pure_fp16.py": None, |
23 | 8 | "../../../../test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py": None, |
24 | | - "../../../../test/distributed/fsdp/test_fsdp_state_dict.py": None, |
25 | | - "../../../../test/distributed/fsdp/test_fsdp_tp_integration.py": None, |
26 | | - "../../../../test/distributed/fsdp/test_fsdp_traversal.py": None, |
27 | | - "../../../../test/distributed/fsdp/test_fsdp_uneven.py": None, |
28 | 9 | "../../../../test/distributed/fsdp/test_fsdp_unshard_params.py": None, |
29 | | - "../../../../test/distributed/fsdp/test_fsdp_use_orig_params.py": ( |
30 | | - "test_diff_hyperparams_sharding_strategy_str_full_shard", |
31 | | - "test_diff_hyperparams_sharding_strategy_str_shard_grad_op", |
32 | | - ), |
33 | | - "../../../../test/distributed/fsdp/test_hsdp_dtensor_state_dict.py": None, |
34 | | - "../../../../test/distributed/fsdp/test_shard_utils.py": None, |
35 | 10 | "../../../../test/distributed/fsdp/test_utils.py": None, |
36 | 11 | "../../../../test/distributed/fsdp/test_wrap.py": None, |
37 | | - "../../../../test/distributed/fsdp/test_fsdp_fine_tune.py": None, |
38 | 12 | "../../../../test/distributed/fsdp/test_fsdp_fx.py": None, |
39 | 13 | "../../../../test/distributed/fsdp/test_fsdp_input.py": None, |
40 | 14 | "../../../../test/distributed/fsdp/test_fsdp_multiple_forward.py": None, |
41 | | - "../../../../test/distributed/fsdp/test_fsdp_multiple_wrapping.py": None, |
42 | | - "../../../../test/distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_.py": None, |
43 | 15 | "../../../../test/distributed/_composable/fsdp/test_fully_shard_comm.py": None, |
44 | | - "../../../../test/distributed/_composable/fsdp/test_fully_shard_compile.py": ( |
45 | | - "test_compiled_autograd_ctx", |
46 | | - "test_nested_fully_shard_backend_aot_eager", |
47 | | - "test_nested_fully_shard_backend_aot_eager_decomp_partition", |
48 | | - "test_nested_fully_shard_backend_inductor_fullgraph_True", |
49 | | - "test_nested_fully_shard_backend_inductor_fullgraph_True_graph_partition", |
50 | | - "test_simple_mlp_fullgraph_backend_aot_eager", |
51 | | - "test_simple_mlp_fullgraph_backend_aot_eager_decomp_partition", |
52 | | - "test_simple_mlp_fullgraph_backend_inductor", |
53 | | - "test_transformer_backend_aot_eager", |
54 | | - "test_transformer_backend_aot_eager_decomp_partition", |
55 | | - ), |
56 | | - "../../../../test/distributed/_composable/fsdp/test_fully_shard_frozen.py": None, |
57 | | - "../../../../test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py": None, |
| 16 | + "../../../../test/distributed/_composable/fsdp/test_fully_shard_compile.py": None, |
58 | 17 | "../../../../test/distributed/_composable/fsdp/test_fully_shard_state_dict.py": ( |
59 | 18 | "test_cached_state_dict", |
60 | 19 | "test_dp_state_dict_cpu_offload", |
61 | 20 | ), |
62 | | - "../../../../test/distributed/_composable/fsdp/test_fully_shard_training.py": ( |
63 | | - "test_explicit_prefetching", |
64 | | - "test_multi_forward_module", |
65 | | - "test_train_parity_single_group_shard_dim0", |
66 | | - "test_train_parity_single_group_shard_largest_dim", |
67 | | - "test_train_parity_shard_placement_fn_shard_largest_dim", |
68 | | - "test_3d_mlp_with_nd_mesh", |
69 | | - ), |
70 | | - "../../../../test/distributed/_composable/test_composability/test_2d_composability.py": ( |
71 | | - "test_tp_with_fsdp_offloading", |
72 | | - ), |
73 | | - "../../../../test/distributed/_composable/test_replicate_with_compiler.py": None, |
74 | | - "../../../../test/distributed/_composable/test_composability/test_pp_composability.py": None, |
| 21 | + "../../../../test/distributed/_composable/fsdp/test_fully_shard_frozen.py": None, |
75 | 22 | "../../../../test/distributed/_composable/test_checkpoint.py": None, |
76 | 23 | "../../../../test/distributed/_composable/test_contract.py": None, |
77 | 24 | "distributed/test_c10d_xccl.py": None, |
78 | 25 | "distributed/test_c10d_ops_xccl.py": None, |
79 | 26 | "../../../../test/distributed/test_functional_api.py": None, |
| 27 | + "../../../../test/distributed/test_c10d_common.py": None, |
80 | 28 | "../../../../test/distributed/_tools/test_fsdp2_mem_tracker.py": None, |
81 | 29 | "../../../../test/distributed/_tools/test_mem_tracker.py": None, |
82 | 30 | "../../../../test/distributed/_tools/test_memory_tracker.py": None, |
| 31 | + "../../../../test/distributed/tensor/test_random_ops.py": None, |
| 32 | + "../../../../test/distributed/tensor/test_math_ops.py": None, |
83 | 33 | } |
0 commit comments