├── .coveragerc ├── .github ├── ISSUE_TEMPLATE │ ├── 300-usage.yml │ ├── 400-bug report.yml │ ├── 500-feature request.yml │ └── config.yml └── workflows │ ├── test_decompile.yml │ └── test_pytorch.yml ├── .gitignore ├── .readthedocs.yaml ├── CITATION.cff ├── LICENSE ├── MANIFEST.in ├── README.md ├── codecov.yml ├── collect_env.py ├── depyf ├── VERSION.txt ├── __init__.py ├── code_transform.py ├── decompiler.py ├── explain │ ├── __init__.py │ ├── enable_debugging.py │ ├── enhance_logging.py │ ├── global_variables.py │ ├── patched___call__.py │ ├── patched__exec_with_source.py │ ├── patched_boxed_run.py │ ├── patched_lazy_format_graph_code.py │ ├── patched_load_by_key_path.py │ └── utils.py ├── optimization.py └── utils.py ├── docs ├── _static │ ├── css │ │ └── style.css │ └── images │ │ ├── aot-joint-graph.png │ │ ├── aot-joint-graph.svg │ │ ├── architecture.svg │ │ ├── depyf-logo.svg │ │ ├── dynamo-workflow-with-depyf.png │ │ ├── dynamo-workflow-with-depyf.svg │ │ ├── dynamo-workflow.svg │ │ ├── eager-joint-graph.png │ │ ├── eager-joint-graph.svg │ │ └── usage.svg ├── api_reference.rst ├── conf.py ├── dev_doc.rst ├── faq.rst ├── index.rst ├── opt_tutorial.rst ├── requirements.txt └── walk_through.rst ├── explain_pt2.ipynb ├── imgs ├── compiled_code.png ├── compiled_subgraph.png ├── debug.png ├── demo.gif ├── guards.png ├── logo-and-text.svg ├── logo.svg ├── referenced_func.png └── ui.png ├── python_coverage.py ├── setup.py └── tests ├── assert.py ├── depyf_output ├── debug_function_aot_eager_with_dynamic_shape_with_grad │ ├── __compiled_fn_1.Backward_graph.0.py │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.Joint_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_244fc238_4ca7_4b9a_b98e_572d4a04df3c.0.py │ ├── __compiled_fn_1.__compiled_fn_1_a2554e37_9a0b_4f28_be48_1203ba14091b.0.py │ ├── __compiled_fn_1.__compiled_fn_1_a600377f_6d52_48df_b307_ce01bd20b9f1.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_244fc238_4ca7_4b9a_b98e_572d4a04df3c.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a2554e37_9a0b_4f28_be48_1203ba14091b.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a600377f_6d52_48df_b307_ce01bd20b9f1.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __compiled_fn_3.Backward_graph.0.py │ ├── __compiled_fn_3.Forward_graph.0.py │ ├── __compiled_fn_3.Joint_graph.0.py │ ├── __compiled_fn_3.__compiled_fn_3_0a1669ae_45c2_477f_a236_bc974ace3371.0.py │ ├── __compiled_fn_3.__compiled_fn_3_6e67efe9_753a_443e_b538_ebc070c53d11.0.py │ ├── __compiled_fn_3.__compiled_fn_3_6fa53c30_d14a_475a_aa28_e64595fbb2c7.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_0a1669ae_45c2_477f_a236_bc974ace3371.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_6e67efe9_753a_443e_b538_ebc070c53d11.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_6fa53c30_d14a_475a_aa28_e64595fbb2c7.0.py │ ├── __compiled_fn_3.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── __transformed_code_3_for_toy_function.py │ ├── __transformed_code_4_for_toy_function.py │ ├── __transformed_code_5_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_aot_eager_with_dynamic_shape_without_grad │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_1cc11e70_1a0a_463b_ab82_e2f9dba1f5a8.0.py │ ├── __compiled_fn_1.__compiled_fn_1_21e81a46_450c_41b6_b1ab_7ae4a859fc4b.0.py │ ├── __compiled_fn_1.__compiled_fn_1_59945ddb_9781_4b09_9e46_99b04513921a.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_1cc11e70_1a0a_463b_ab82_e2f9dba1f5a8.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_21e81a46_450c_41b6_b1ab_7ae4a859fc4b.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_59945ddb_9781_4b09_9e46_99b04513921a.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __compiled_fn_3.Forward_graph.0.py │ ├── __compiled_fn_3.__compiled_fn_3_34ff4733_5c11_4591_81cd_0261dd9fe877.0.py │ ├── __compiled_fn_3.__compiled_fn_3_532a1634_eb83_4a03_bca3_4407e0ce99f6.0.py │ ├── __compiled_fn_3.__compiled_fn_3_ae238d27_8e8c_4af6_9c58_1788e9897c8d.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_34ff4733_5c11_4591_81cd_0261dd9fe877.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_532a1634_eb83_4a03_bca3_4407e0ce99f6.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_ae238d27_8e8c_4af6_9c58_1788e9897c8d.0.py │ ├── __compiled_fn_3.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── __transformed_code_3_for_toy_function.py │ ├── __transformed_code_4_for_toy_function.py │ ├── __transformed_code_5_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_aot_eager_without_dynamic_shape_with_grad │ ├── __compiled_fn_1.Backward_graph.0.py │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.Joint_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_ab1a8abf_ef00_4e5b_b16d_788de3ae96c7.0.py │ ├── __compiled_fn_1.__compiled_fn_1_b6d9134b_6751_4a27_971c_f7d401d4323b.0.py │ ├── __compiled_fn_1.__compiled_fn_1_d0a8f81d_93e3_497b_9399_178746127e8f.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_ab1a8abf_ef00_4e5b_b16d_788de3ae96c7.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_b6d9134b_6751_4a27_971c_f7d401d4323b.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_d0a8f81d_93e3_497b_9399_178746127e8f.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_aot_eager_without_dynamic_shape_without_grad │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_4b1a426f_b748_4f5d_af75_b0986a5cfa2d.0.py │ ├── __compiled_fn_1.__compiled_fn_1_60eca021_5901_467b_b3f1_f720cd1005aa.0.py │ ├── __compiled_fn_1.__compiled_fn_1_cc8f8c98_a1e1_4854_8432_a227ca8bc079.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_4b1a426f_b748_4f5d_af75_b0986a5cfa2d.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_60eca021_5901_467b_b3f1_f720cd1005aa.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_cc8f8c98_a1e1_4854_8432_a227ca8bc079.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_eager_with_dynamic_shape_with_grad │ ├── __compiled_fn_1.__compiled_fn_1_4923c1f7_c5c9_44d1_8111_de54090a2121.0.py │ ├── __compiled_fn_1.__compiled_fn_1_70461a07_5d03_4350_ad49_5438805bb486.0.py │ ├── __compiled_fn_1.__compiled_fn_1_a612f140_3eb9_4012_92ff_1e251fd6375a.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_4923c1f7_c5c9_44d1_8111_de54090a2121.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_70461a07_5d03_4350_ad49_5438805bb486.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a612f140_3eb9_4012_92ff_1e251fd6375a.0.py │ ├── __compiled_fn_3.__compiled_fn_3_343eeb45_91fc_4a91_a29e_8bef988a7f1a.0.py │ ├── __compiled_fn_3.__compiled_fn_3_44395168_0eed_433e_ad4e_aa6d649ef6ca.0.py │ ├── __compiled_fn_3.__compiled_fn_3_f7d4dd26_2f46_4ce3_b152_e4b6e686b1eb.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_343eeb45_91fc_4a91_a29e_8bef988a7f1a.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_44395168_0eed_433e_ad4e_aa6d649ef6ca.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_f7d4dd26_2f46_4ce3_b152_e4b6e686b1eb.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── __transformed_code_3_for_toy_function.py │ ├── __transformed_code_4_for_toy_function.py │ ├── __transformed_code_5_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_eager_with_dynamic_shape_without_grad │ ├── __compiled_fn_1.__compiled_fn_1_2ac86726_9906_4d16_9fa9_b089ae69539b.0.py │ ├── __compiled_fn_1.__compiled_fn_1_c1864b4d_03fe_4443_97ea_a75d876bae5c.0.py │ ├── __compiled_fn_1.__compiled_fn_1_dbb33183_25cc_466f_a66d_499b7a7602ea.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_2ac86726_9906_4d16_9fa9_b089ae69539b.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_c1864b4d_03fe_4443_97ea_a75d876bae5c.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_dbb33183_25cc_466f_a66d_499b7a7602ea.0.py │ ├── __compiled_fn_3.__compiled_fn_3_5d255bae_02a2_4fa5_b0d9_d816da8e6408.0.py │ ├── __compiled_fn_3.__compiled_fn_3_634a8313_9d9d_4b86_a4ba_8c968a967dc8.0.py │ ├── __compiled_fn_3.__compiled_fn_3_f05495d8_f22d_429e_bc49_3a8bf92c08da.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_5d255bae_02a2_4fa5_b0d9_d816da8e6408.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_634a8313_9d9d_4b86_a4ba_8c968a967dc8.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_f05495d8_f22d_429e_bc49_3a8bf92c08da.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── __transformed_code_3_for_toy_function.py │ ├── __transformed_code_4_for_toy_function.py │ ├── __transformed_code_5_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_eager_without_dynamic_shape_with_grad │ ├── __compiled_fn_1.__compiled_fn_1_6b11f3e5_4a10_46a9_845f_1fe5339fe974.0.py │ ├── __compiled_fn_1.__compiled_fn_1_8c0d1bbf_e33b_4384_8167_1712c3be458b.0.py │ ├── __compiled_fn_1.__compiled_fn_1_bfd6c863_16ff_42e3_a70e_ae7458341087.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_6b11f3e5_4a10_46a9_845f_1fe5339fe974.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_8c0d1bbf_e33b_4384_8167_1712c3be458b.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_bfd6c863_16ff_42e3_a70e_ae7458341087.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_eager_without_dynamic_shape_without_grad │ ├── __compiled_fn_1.__compiled_fn_1_660514f9_7218_4fba_9c22_10fb26b8375f.0.py │ ├── __compiled_fn_1.__compiled_fn_1_92d3094d_62c3_48de_aca5_c673bcb543ba.0.py │ ├── __compiled_fn_1.__compiled_fn_1_ee374fa9_301f_41f1_8ea3_67e27b721114.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_660514f9_7218_4fba_9c22_10fb26b8375f.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_92d3094d_62c3_48de_aca5_c673bcb543ba.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_ee374fa9_301f_41f1_8ea3_67e27b721114.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_inductor_with_dynamic_shape_with_grad │ ├── __compiled_fn_1.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_1.Backward_graph.0.py │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.Joint_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_243d0f02_a332_4d14_a6d6_ff8437959c41.0.py │ ├── __compiled_fn_1.__compiled_fn_1_311d4385_ecc3_4c17_bf93_6a899b4ece50.0.py │ ├── __compiled_fn_1.__compiled_fn_1_6868555a_fe37_4785_92da_baa34e2e52b5.0.py │ ├── __compiled_fn_1.kernel_0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_243d0f02_a332_4d14_a6d6_ff8437959c41.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_311d4385_ecc3_4c17_bf93_6a899b4ece50.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_6868555a_fe37_4785_92da_baa34e2e52b5.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __compiled_fn_3.AFTER_POST_GRAD.0.py │ ├── __compiled_fn_3.AFTER_POST_GRAD.1.py │ ├── __compiled_fn_3.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_3.Backward_graph.0.py │ ├── __compiled_fn_3.Forward_graph.0.py │ ├── __compiled_fn_3.Joint_graph.0.py │ ├── __compiled_fn_3.__compiled_fn_3_d3943044_1472_48cc_9e1f_a5a2330e6e98.0.py │ ├── __compiled_fn_3.__compiled_fn_3_d5db76ec_b0a1_4c65_acc0_adab6e3cd94b.0.py │ ├── __compiled_fn_3.__compiled_fn_3_d76fb4dd_2809_4c5c_9f78_cd70dd026f9d.0.py │ ├── __compiled_fn_3.kernel_0.py │ ├── __compiled_fn_3.kernel_1.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_d3943044_1472_48cc_9e1f_a5a2330e6e98.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_d5db76ec_b0a1_4c65_acc0_adab6e3cd94b.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_d76fb4dd_2809_4c5c_9f78_cd70dd026f9d.0.py │ ├── __compiled_fn_3.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── __transformed_code_3_for_toy_function.py │ ├── __transformed_code_4_for_toy_function.py │ ├── __transformed_code_5_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_inductor_with_dynamic_shape_without_grad │ ├── __compiled_fn_1.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_1.__compiled_fn_1_64010be2_b726_4c83_8d8d_6a5ad75e6da4.0.py │ ├── __compiled_fn_1.__compiled_fn_1_7f0e61b9_f15d_478f_bef9_4047d1298656.0.py │ ├── __compiled_fn_1.__compiled_fn_1_eac236d0_47c1_416e_b009_22036e0cda73.0.py │ ├── __compiled_fn_1.kernel_0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_64010be2_b726_4c83_8d8d_6a5ad75e6da4.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_7f0e61b9_f15d_478f_bef9_4047d1298656.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_eac236d0_47c1_416e_b009_22036e0cda73.0.py │ ├── __compiled_fn_3.AFTER_POST_GRAD.0.py │ ├── __compiled_fn_3.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_3.Forward_graph.0.py │ ├── __compiled_fn_3.__compiled_fn_3_221467c0_09ce_42df_9b0d_2b9dd18ef572.0.py │ ├── __compiled_fn_3.__compiled_fn_3_2eefc932_70c9_4461_a737_17401597e95a.0.py │ ├── __compiled_fn_3.__compiled_fn_3_68c939ae_cc1f_4237_9b38_8c161dcadfd4.0.py │ ├── __compiled_fn_3.kernel_0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_221467c0_09ce_42df_9b0d_2b9dd18ef572.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_2eefc932_70c9_4461_a737_17401597e95a.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_68c939ae_cc1f_4237_9b38_8c161dcadfd4.0.py │ ├── __compiled_fn_3.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── __transformed_code_3_for_toy_function.py │ ├── __transformed_code_4_for_toy_function.py │ ├── __transformed_code_5_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_inductor_without_dynamic_shape_with_grad │ ├── __compiled_fn_1.AFTER_POST_GRAD.0.py │ ├── __compiled_fn_1.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_1.Backward_graph.0.py │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.Joint_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_8daa7609_a27c_4fc7_9e6d_e74e88f0234d.0.py │ ├── __compiled_fn_1.__compiled_fn_1_a371ca7e_50fa_4732_8b63_68b1c360486e.0.py │ ├── __compiled_fn_1.__compiled_fn_1_fdc4f7a2_4c8d_4941_b290_21d8b0a8af20.0.py │ ├── __compiled_fn_1.kernel_0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_8daa7609_a27c_4fc7_9e6d_e74e88f0234d.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a371ca7e_50fa_4732_8b63_68b1c360486e.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_fdc4f7a2_4c8d_4941_b290_21d8b0a8af20.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_function_inductor_without_dynamic_shape_without_grad │ ├── __compiled_fn_1.AFTER_POST_GRAD.0.py │ ├── __compiled_fn_1.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_135f3816_f7a6_4331_bdfb_6a36cdec7159.0.py │ ├── __compiled_fn_1.__compiled_fn_1_1ce99325_7cc9_48d3_a5c9_ec91aa9ca1c7.0.py │ ├── __compiled_fn_1.__compiled_fn_1_56a172d1_a3be_4bd9_9e67_3e7ce8c6ca0c.0.py │ ├── __compiled_fn_1.kernel_0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_135f3816_f7a6_4331_bdfb_6a36cdec7159.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_1ce99325_7cc9_48d3_a5c9_ec91aa9ca1c7.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_56a172d1_a3be_4bd9_9e67_3e7ce8c6ca0c.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_toy_function.py │ ├── __transformed_code_1_for_toy_function.py │ ├── __transformed_code_2_for_toy_function.py │ ├── full_code_for_toy_function_0.py │ ├── full_code_for_toy_function_1.py │ └── full_code_for_toy_function_2.py ├── debug_module_aot_eager_with_dynamic_shape_with_grad │ ├── __compiled_fn_1.Backward_graph.0.py │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.Joint_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_5c994868_087f_45a1_8e9b_3c4489f5cf8c.0.py │ ├── __compiled_fn_1.__compiled_fn_1_81f42ffd_a1be_49f5_b40d_8d320516c477.0.py │ ├── __compiled_fn_1.__compiled_fn_1_c686e718_751c_4585_bfe1_b0477dc93f3f.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_5c994868_087f_45a1_8e9b_3c4489f5cf8c.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_81f42ffd_a1be_49f5_b40d_8d320516c477.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_c686e718_751c_4585_bfe1_b0477dc93f3f.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __compiled_fn_3.Backward_graph.0.py │ ├── __compiled_fn_3.Forward_graph.0.py │ ├── __compiled_fn_3.Joint_graph.0.py │ ├── __compiled_fn_3.__compiled_fn_3_7449ef4d_7f22_4ce7_83ac_ef66fabc1e0a.0.py │ ├── __compiled_fn_3.__compiled_fn_3_cfdde4b9_de2c_4e11_adda_a61054d7e6be.0.py │ ├── __compiled_fn_3.__compiled_fn_3_e1e6b4b7_3432_45c9_955e_0a35dc7ee673.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_7449ef4d_7f22_4ce7_83ac_ef66fabc1e0a.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_cfdde4b9_de2c_4e11_adda_a61054d7e6be.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_e1e6b4b7_3432_45c9_955e_0a35dc7ee673.0.py │ ├── __compiled_fn_3.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── __transformed_code_3_for_forward.py │ ├── __transformed_code_4_for_forward.py │ ├── __transformed_code_5_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_aot_eager_with_dynamic_shape_without_grad │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_b0e7b622_5b5e_4049_8080_20d76d494f52.0.py │ ├── __compiled_fn_1.__compiled_fn_1_b2b0183c_f9fa_4799_acee_920522930e4c.0.py │ ├── __compiled_fn_1.__compiled_fn_1_d1226353_8ee6_4017_b11d_3db7e9c4e154.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_b0e7b622_5b5e_4049_8080_20d76d494f52.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_b2b0183c_f9fa_4799_acee_920522930e4c.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_d1226353_8ee6_4017_b11d_3db7e9c4e154.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __compiled_fn_3.Forward_graph.0.py │ ├── __compiled_fn_3.__compiled_fn_3_25195831_f9f7_4272_a683_917599124f2b.0.py │ ├── __compiled_fn_3.__compiled_fn_3_9aa8dc05_6081_4ab5_827a_f0d815df3e23.0.py │ ├── __compiled_fn_3.__compiled_fn_3_c38407f3_b648_4db7_84b9_b8744f8b45ca.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_25195831_f9f7_4272_a683_917599124f2b.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_9aa8dc05_6081_4ab5_827a_f0d815df3e23.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_c38407f3_b648_4db7_84b9_b8744f8b45ca.0.py │ ├── __compiled_fn_3.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── __transformed_code_3_for_forward.py │ ├── __transformed_code_4_for_forward.py │ ├── __transformed_code_5_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_aot_eager_without_dynamic_shape_with_grad │ ├── __compiled_fn_1.Backward_graph.0.py │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.Joint_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_253e9f09_a5bb_4647_bd13_3b20919f3967.0.py │ ├── __compiled_fn_1.__compiled_fn_1_90765f35_4057_4e2e_85bb_9833f26d0a82.0.py │ ├── __compiled_fn_1.__compiled_fn_1_cb254dab_92be_4882_8969_6301cdca34fd.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_253e9f09_a5bb_4647_bd13_3b20919f3967.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_90765f35_4057_4e2e_85bb_9833f26d0a82.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_cb254dab_92be_4882_8969_6301cdca34fd.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_aot_eager_without_dynamic_shape_without_grad │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_3cd61154_201b_4f9a_92ec_50740e53d8a7.0.py │ ├── __compiled_fn_1.__compiled_fn_1_8215ddb3_2395_4c37_80f7_52a8759315fb.0.py │ ├── __compiled_fn_1.__compiled_fn_1_f6ac7009_d260_46c6_9c98_377224a2b67f.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_3cd61154_201b_4f9a_92ec_50740e53d8a7.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_8215ddb3_2395_4c37_80f7_52a8759315fb.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_f6ac7009_d260_46c6_9c98_377224a2b67f.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_eager_with_dynamic_shape_with_grad │ ├── __compiled_fn_1.__compiled_fn_1_2463bd09_01cf_4d4e_a7e9_7751c2dcbe61.0.py │ ├── __compiled_fn_1.__compiled_fn_1_6aec1e0a_d72e_419e_888a_f7f22f466ed9.0.py │ ├── __compiled_fn_1.__compiled_fn_1_ed2de4ad_e69d_403c_9204_2ba68499d965.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_2463bd09_01cf_4d4e_a7e9_7751c2dcbe61.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_6aec1e0a_d72e_419e_888a_f7f22f466ed9.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_ed2de4ad_e69d_403c_9204_2ba68499d965.0.py │ ├── __compiled_fn_3.__compiled_fn_3_331c3d26_c247_4742_aeca_d6d3aef5f105.0.py │ ├── __compiled_fn_3.__compiled_fn_3_8eb4a174_bb67_40db_8fde_eb75bc0b9f69.0.py │ ├── __compiled_fn_3.__compiled_fn_3_a7254709_067c_4c63_9994_672d84769ff2.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_331c3d26_c247_4742_aeca_d6d3aef5f105.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_8eb4a174_bb67_40db_8fde_eb75bc0b9f69.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_a7254709_067c_4c63_9994_672d84769ff2.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── __transformed_code_3_for_forward.py │ ├── __transformed_code_4_for_forward.py │ ├── __transformed_code_5_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_eager_with_dynamic_shape_without_grad │ ├── __compiled_fn_1.__compiled_fn_1_cb699786_f957_4315_b8cf_259b58c67d77.0.py │ ├── __compiled_fn_1.__compiled_fn_1_cbdc5c3f_e983_46fb_89e4_60bc145d60ec.0.py │ ├── __compiled_fn_1.__compiled_fn_1_fa91dbe2_d7aa_49bc_8b9b_32c79a251cff.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_cb699786_f957_4315_b8cf_259b58c67d77.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_cbdc5c3f_e983_46fb_89e4_60bc145d60ec.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_fa91dbe2_d7aa_49bc_8b9b_32c79a251cff.0.py │ ├── __compiled_fn_3.__compiled_fn_3_22e176d7_289b_45da_9222_74a649874be5.0.py │ ├── __compiled_fn_3.__compiled_fn_3_8603b153_36ae_4ac8_a89b_3187562ff62e.0.py │ ├── __compiled_fn_3.__compiled_fn_3_aa93f1dc_f3dd_420e_bbc5_28af5ff177fd.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_22e176d7_289b_45da_9222_74a649874be5.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_8603b153_36ae_4ac8_a89b_3187562ff62e.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_aa93f1dc_f3dd_420e_bbc5_28af5ff177fd.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── __transformed_code_3_for_forward.py │ ├── __transformed_code_4_for_forward.py │ ├── __transformed_code_5_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_eager_without_dynamic_shape_with_grad │ ├── __compiled_fn_1.__compiled_fn_1_2ff90341_0028_4b22_8c47_8ec3753ca62c.0.py │ ├── __compiled_fn_1.__compiled_fn_1_f8048cf5_64fc_488c_bf4e_52ca4b6642d1.0.py │ ├── __compiled_fn_1.__compiled_fn_1_fa1a2174_20d2_4990_a8d2_b9a686e7154a.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_2ff90341_0028_4b22_8c47_8ec3753ca62c.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_f8048cf5_64fc_488c_bf4e_52ca4b6642d1.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_fa1a2174_20d2_4990_a8d2_b9a686e7154a.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_eager_without_dynamic_shape_without_grad │ ├── __compiled_fn_1.__compiled_fn_1_0470f580_13ba_475e_8d4a_94da2652bf0f.0.py │ ├── __compiled_fn_1.__compiled_fn_1_707872eb_178d_4b36_909f_0dfdb5b4ee03.0.py │ ├── __compiled_fn_1.__compiled_fn_1_e8523b22_dfc6_4d87_80a7_7d8e764f17b0.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_0470f580_13ba_475e_8d4a_94da2652bf0f.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_707872eb_178d_4b36_909f_0dfdb5b4ee03.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_e8523b22_dfc6_4d87_80a7_7d8e764f17b0.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_inductor_with_dynamic_shape_with_grad │ ├── __compiled_fn_1.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_1.Backward_graph.0.py │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.Joint_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_18e395f6_4f34_4c20_afb8_b7fe759d1147.0.py │ ├── __compiled_fn_1.__compiled_fn_1_31f85479_8734_4203_8d7c_cb5bae7849e8.0.py │ ├── __compiled_fn_1.__compiled_fn_1_7ca60909_f949_4600_9700_30eef14a5d9d.0.py │ ├── __compiled_fn_1.kernel_0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_18e395f6_4f34_4c20_afb8_b7fe759d1147.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_31f85479_8734_4203_8d7c_cb5bae7849e8.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_7ca60909_f949_4600_9700_30eef14a5d9d.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __compiled_fn_3.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_3.__compiled_fn_3_050ad00d_1de4_4d2b_a728_30e3b4976e48.0.py │ ├── __compiled_fn_3.__compiled_fn_3_0e467075_a31e_4fdd_864d_255130cb9b82.0.py │ ├── __compiled_fn_3.__compiled_fn_3_5bf071ed_14b1_4a36_bb46_a96eb18e79bd.0.py │ ├── __compiled_fn_3.kernel_0.py │ ├── __compiled_fn_3.kernel_1.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_050ad00d_1de4_4d2b_a728_30e3b4976e48.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_0e467075_a31e_4fdd_864d_255130cb9b82.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_5bf071ed_14b1_4a36_bb46_a96eb18e79bd.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── __transformed_code_3_for_forward.py │ ├── __transformed_code_4_for_forward.py │ ├── __transformed_code_5_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_inductor_with_dynamic_shape_without_grad │ ├── __compiled_fn_1.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_1.__compiled_fn_1_0eb5fb36_74d5_4262_9905_fe7ffadacc1b.0.py │ ├── __compiled_fn_1.__compiled_fn_1_ac43afc9_163e_42fb_9fca_2b04e9106757.0.py │ ├── __compiled_fn_1.__compiled_fn_1_dfcf998b_b446_4eef_95f8_f7075c00ccf4.0.py │ ├── __compiled_fn_1.kernel_0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_0eb5fb36_74d5_4262_9905_fe7ffadacc1b.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_ac43afc9_163e_42fb_9fca_2b04e9106757.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_dfcf998b_b446_4eef_95f8_f7075c00ccf4.0.py │ ├── __compiled_fn_3.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_3.__compiled_fn_3_01f563ee_f6e6_4184_8f54_36b10d218dbe.0.py │ ├── __compiled_fn_3.__compiled_fn_3_85dbc40e_20fe_4dbc_a287_42c66c8a7173.0.py │ ├── __compiled_fn_3.__compiled_fn_3_c53c3df8_e909_43d1_ba8c_45fcd9041bd4.0.py │ ├── __compiled_fn_3.kernel_0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_01f563ee_f6e6_4184_8f54_36b10d218dbe.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_85dbc40e_20fe_4dbc_a287_42c66c8a7173.0.py │ ├── __compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_c53c3df8_e909_43d1_ba8c_45fcd9041bd4.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── __transformed_code_3_for_forward.py │ ├── __transformed_code_4_for_forward.py │ ├── __transformed_code_5_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_inductor_without_dynamic_shape_with_grad │ ├── __compiled_fn_1.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_1.Backward_graph.0.py │ ├── __compiled_fn_1.Forward_graph.0.py │ ├── __compiled_fn_1.Joint_graph.0.py │ ├── __compiled_fn_1.__compiled_fn_1_1e01cef6_f437_49c5_8046_1f104b24768d.0.py │ ├── __compiled_fn_1.__compiled_fn_1_974c2f89_ed38_46d3_9abf_d6c60eb75d32.0.py │ ├── __compiled_fn_1.__compiled_fn_1_a3408d5e_72f6_4d33_b7f3_ce0f60cff831.0.py │ ├── __compiled_fn_1.kernel_0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_1e01cef6_f437_49c5_8046_1f104b24768d.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_974c2f89_ed38_46d3_9abf_d6c60eb75d32.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a3408d5e_72f6_4d33_b7f3_ce0f60cff831.0.py │ ├── __compiled_fn_1.tensorify_python_scalars.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py ├── debug_module_inductor_without_dynamic_shape_without_grad │ ├── __compiled_fn_1.BEFORE_PRE_GRAD.0.py │ ├── __compiled_fn_1.__compiled_fn_1_1b62a540_21a6_4c14_bfde_b4982b264589.0.py │ ├── __compiled_fn_1.__compiled_fn_1_45e8518e_e2db_4ae2_b953_84ff58ed6ad6.0.py │ ├── __compiled_fn_1.__compiled_fn_1_7da4284c_735f_41ab_af82_15e36bbd9e0a.0.py │ ├── __compiled_fn_1.kernel_0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_1b62a540_21a6_4c14_bfde_b4982b264589.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_45e8518e_e2db_4ae2_b953_84ff58ed6ad6.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_7da4284c_735f_41ab_af82_15e36bbd9e0a.0.py │ ├── __transformed_code_0_for_forward.py │ ├── __transformed_code_1_for_forward.py │ ├── __transformed_code_2_for_forward.py │ ├── full_code_for_forward_0.py │ ├── full_code_for_forward_1.py │ └── full_code_for_forward_2.py └── multiprocessing │ ├── __compiled_fn_1.__compiled_fn_1_83d9882c_7b83_4ca2_8daf_de2ac24814c6.0.py │ ├── __compiled_fn_1.__compiled_fn_1_9d0cdcc6_06c9_4ecf_b8f0_8944635da2e6.0.py │ ├── __compiled_fn_1.__compiled_fn_1_dcb15834_68c3_4536_96cc_5b62be6b03a2.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_83d9882c_7b83_4ca2_8daf_de2ac24814c6.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_9d0cdcc6_06c9_4ecf_b8f0_8944635da2e6.0.py │ ├── __compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_dcb15834_68c3_4536_96cc_5b62be6b03a2.0.py │ ├── __transformed_code_0_for_f.py │ ├── __transformed_code_1_for_f.py │ ├── __transformed_code_2_for_f.py │ ├── full_code_for_f_0.py │ ├── full_code_for_f_1.py │ └── full_code_for_f_2.py ├── test.py ├── test_advanced.py ├── test_code_owner.py ├── test_ensure.py └── test_pytorch ├── check_debug_output.py ├── cmp_output.py ├── debug_input.txt ├── spawn_tests.py ├── test_cellvars.py ├── test_debug.py ├── test_export.py ├── test_irregular.py ├── test_logging.py ├── test_mp.py ├── test_no_graph.py ├── test_pytorch.py ├── test_simple_graph.py └── test_wrapper.py /.coveragerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/.coveragerc -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/300-usage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/.github/ISSUE_TEMPLATE/300-usage.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/400-bug report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/.github/ISSUE_TEMPLATE/400-bug report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/500-feature request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/.github/ISSUE_TEMPLATE/500-feature request.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: true 2 | -------------------------------------------------------------------------------- /.github/workflows/test_decompile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/.github/workflows/test_decompile.yml -------------------------------------------------------------------------------- /.github/workflows/test_pytorch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/.github/workflows/test_pytorch.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/CITATION.cff -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | include depyf/VERSION.txt 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/README.md -------------------------------------------------------------------------------- /codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/codecov.yml -------------------------------------------------------------------------------- /collect_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/collect_env.py -------------------------------------------------------------------------------- /depyf/VERSION.txt: -------------------------------------------------------------------------------- 1 | 0.20.0 -------------------------------------------------------------------------------- /depyf/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/__init__.py -------------------------------------------------------------------------------- /depyf/code_transform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/code_transform.py -------------------------------------------------------------------------------- /depyf/decompiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/decompiler.py -------------------------------------------------------------------------------- /depyf/explain/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/explain/__init__.py -------------------------------------------------------------------------------- /depyf/explain/enable_debugging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/explain/enable_debugging.py -------------------------------------------------------------------------------- /depyf/explain/enhance_logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/explain/enhance_logging.py -------------------------------------------------------------------------------- /depyf/explain/global_variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/explain/global_variables.py -------------------------------------------------------------------------------- /depyf/explain/patched___call__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/explain/patched___call__.py -------------------------------------------------------------------------------- /depyf/explain/patched__exec_with_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/explain/patched__exec_with_source.py -------------------------------------------------------------------------------- /depyf/explain/patched_boxed_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/explain/patched_boxed_run.py -------------------------------------------------------------------------------- /depyf/explain/patched_lazy_format_graph_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/explain/patched_lazy_format_graph_code.py -------------------------------------------------------------------------------- /depyf/explain/patched_load_by_key_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/explain/patched_load_by_key_path.py -------------------------------------------------------------------------------- /depyf/explain/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/explain/utils.py -------------------------------------------------------------------------------- /depyf/optimization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/optimization.py -------------------------------------------------------------------------------- /depyf/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/depyf/utils.py -------------------------------------------------------------------------------- /docs/_static/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/css/style.css -------------------------------------------------------------------------------- /docs/_static/images/aot-joint-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/images/aot-joint-graph.png -------------------------------------------------------------------------------- /docs/_static/images/aot-joint-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/images/aot-joint-graph.svg -------------------------------------------------------------------------------- /docs/_static/images/architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/images/architecture.svg -------------------------------------------------------------------------------- /docs/_static/images/depyf-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/images/depyf-logo.svg -------------------------------------------------------------------------------- /docs/_static/images/dynamo-workflow-with-depyf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/images/dynamo-workflow-with-depyf.png -------------------------------------------------------------------------------- /docs/_static/images/dynamo-workflow-with-depyf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/images/dynamo-workflow-with-depyf.svg -------------------------------------------------------------------------------- /docs/_static/images/dynamo-workflow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/images/dynamo-workflow.svg -------------------------------------------------------------------------------- /docs/_static/images/eager-joint-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/images/eager-joint-graph.png -------------------------------------------------------------------------------- /docs/_static/images/eager-joint-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/images/eager-joint-graph.svg -------------------------------------------------------------------------------- /docs/_static/images/usage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/_static/images/usage.svg -------------------------------------------------------------------------------- /docs/api_reference.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/api_reference.rst -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/dev_doc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/dev_doc.rst -------------------------------------------------------------------------------- /docs/faq.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/faq.rst -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/opt_tutorial.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/opt_tutorial.rst -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- 1 | sphinx-rtd-theme 2 | astor 3 | dill 4 | torch -------------------------------------------------------------------------------- /docs/walk_through.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/docs/walk_through.rst -------------------------------------------------------------------------------- /explain_pt2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/explain_pt2.ipynb -------------------------------------------------------------------------------- /imgs/compiled_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/imgs/compiled_code.png -------------------------------------------------------------------------------- /imgs/compiled_subgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/imgs/compiled_subgraph.png -------------------------------------------------------------------------------- /imgs/debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/imgs/debug.png -------------------------------------------------------------------------------- /imgs/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/imgs/demo.gif -------------------------------------------------------------------------------- /imgs/guards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/imgs/guards.png -------------------------------------------------------------------------------- /imgs/logo-and-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/imgs/logo-and-text.svg -------------------------------------------------------------------------------- /imgs/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/imgs/logo.svg -------------------------------------------------------------------------------- /imgs/referenced_func.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/imgs/referenced_func.png -------------------------------------------------------------------------------- /imgs/ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/imgs/ui.png -------------------------------------------------------------------------------- /python_coverage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/python_coverage.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/setup.py -------------------------------------------------------------------------------- /tests/assert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/assert.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_244fc238_4ca7_4b9a_b98e_572d4a04df3c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_244fc238_4ca7_4b9a_b98e_572d4a04df3c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_a2554e37_9a0b_4f28_be48_1203ba14091b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_a2554e37_9a0b_4f28_be48_1203ba14091b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_a600377f_6d52_48df_b307_ce01bd20b9f1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_a600377f_6d52_48df_b307_ce01bd20b9f1.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_244fc238_4ca7_4b9a_b98e_572d4a04df3c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_244fc238_4ca7_4b9a_b98e_572d4a04df3c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a2554e37_9a0b_4f28_be48_1203ba14091b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a2554e37_9a0b_4f28_be48_1203ba14091b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a600377f_6d52_48df_b307_ce01bd20b9f1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a600377f_6d52_48df_b307_ce01bd20b9f1.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_0a1669ae_45c2_477f_a236_bc974ace3371.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_0a1669ae_45c2_477f_a236_bc974ace3371.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_6e67efe9_753a_443e_b538_ebc070c53d11.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_6e67efe9_753a_443e_b538_ebc070c53d11.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_6fa53c30_d14a_475a_aa28_e64595fbb2c7.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_6fa53c30_d14a_475a_aa28_e64595fbb2c7.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_0a1669ae_45c2_477f_a236_bc974ace3371.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_0a1669ae_45c2_477f_a236_bc974ace3371.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_6e67efe9_753a_443e_b538_ebc070c53d11.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_6e67efe9_753a_443e_b538_ebc070c53d11.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_6fa53c30_d14a_475a_aa28_e64595fbb2c7.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_6fa53c30_d14a_475a_aa28_e64595fbb2c7.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_3_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_3_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_4_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_4_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_5_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/__transformed_code_5_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_1cc11e70_1a0a_463b_ab82_e2f9dba1f5a8.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_1cc11e70_1a0a_463b_ab82_e2f9dba1f5a8.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_21e81a46_450c_41b6_b1ab_7ae4a859fc4b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_21e81a46_450c_41b6_b1ab_7ae4a859fc4b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_59945ddb_9781_4b09_9e46_99b04513921a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_59945ddb_9781_4b09_9e46_99b04513921a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_1cc11e70_1a0a_463b_ab82_e2f9dba1f5a8.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_1cc11e70_1a0a_463b_ab82_e2f9dba1f5a8.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_21e81a46_450c_41b6_b1ab_7ae4a859fc4b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_21e81a46_450c_41b6_b1ab_7ae4a859fc4b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_59945ddb_9781_4b09_9e46_99b04513921a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_59945ddb_9781_4b09_9e46_99b04513921a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_34ff4733_5c11_4591_81cd_0261dd9fe877.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_34ff4733_5c11_4591_81cd_0261dd9fe877.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_532a1634_eb83_4a03_bca3_4407e0ce99f6.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_532a1634_eb83_4a03_bca3_4407e0ce99f6.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_ae238d27_8e8c_4af6_9c58_1788e9897c8d.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_ae238d27_8e8c_4af6_9c58_1788e9897c8d.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_34ff4733_5c11_4591_81cd_0261dd9fe877.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_34ff4733_5c11_4591_81cd_0261dd9fe877.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_532a1634_eb83_4a03_bca3_4407e0ce99f6.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_532a1634_eb83_4a03_bca3_4407e0ce99f6.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_ae238d27_8e8c_4af6_9c58_1788e9897c8d.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_ae238d27_8e8c_4af6_9c58_1788e9897c8d.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_3_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_3_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_4_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_4_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_5_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/__transformed_code_5_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_ab1a8abf_ef00_4e5b_b16d_788de3ae96c7.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_ab1a8abf_ef00_4e5b_b16d_788de3ae96c7.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_b6d9134b_6751_4a27_971c_f7d401d4323b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_b6d9134b_6751_4a27_971c_f7d401d4323b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_d0a8f81d_93e3_497b_9399_178746127e8f.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_d0a8f81d_93e3_497b_9399_178746127e8f.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_ab1a8abf_ef00_4e5b_b16d_788de3ae96c7.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_ab1a8abf_ef00_4e5b_b16d_788de3ae96c7.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_b6d9134b_6751_4a27_971c_f7d401d4323b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_b6d9134b_6751_4a27_971c_f7d401d4323b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_d0a8f81d_93e3_497b_9399_178746127e8f.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_d0a8f81d_93e3_497b_9399_178746127e8f.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_4b1a426f_b748_4f5d_af75_b0986a5cfa2d.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_4b1a426f_b748_4f5d_af75_b0986a5cfa2d.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_60eca021_5901_467b_b3f1_f720cd1005aa.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_60eca021_5901_467b_b3f1_f720cd1005aa.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_cc8f8c98_a1e1_4854_8432_a227ca8bc079.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_cc8f8c98_a1e1_4854_8432_a227ca8bc079.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_aot_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_4923c1f7_c5c9_44d1_8111_de54090a2121.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_4923c1f7_c5c9_44d1_8111_de54090a2121.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_70461a07_5d03_4350_ad49_5438805bb486.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_70461a07_5d03_4350_ad49_5438805bb486.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_a612f140_3eb9_4012_92ff_1e251fd6375a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_a612f140_3eb9_4012_92ff_1e251fd6375a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_4923c1f7_c5c9_44d1_8111_de54090a2121.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_4923c1f7_c5c9_44d1_8111_de54090a2121.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_70461a07_5d03_4350_ad49_5438805bb486.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_70461a07_5d03_4350_ad49_5438805bb486.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a612f140_3eb9_4012_92ff_1e251fd6375a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a612f140_3eb9_4012_92ff_1e251fd6375a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_343eeb45_91fc_4a91_a29e_8bef988a7f1a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_343eeb45_91fc_4a91_a29e_8bef988a7f1a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_44395168_0eed_433e_ad4e_aa6d649ef6ca.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_44395168_0eed_433e_ad4e_aa6d649ef6ca.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_f7d4dd26_2f46_4ce3_b152_e4b6e686b1eb.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_f7d4dd26_2f46_4ce3_b152_e4b6e686b1eb.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_343eeb45_91fc_4a91_a29e_8bef988a7f1a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_343eeb45_91fc_4a91_a29e_8bef988a7f1a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_44395168_0eed_433e_ad4e_aa6d649ef6ca.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_44395168_0eed_433e_ad4e_aa6d649ef6ca.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_f7d4dd26_2f46_4ce3_b152_e4b6e686b1eb.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_f7d4dd26_2f46_4ce3_b152_e4b6e686b1eb.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_3_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_3_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_4_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_4_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_5_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/__transformed_code_5_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_with_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_2ac86726_9906_4d16_9fa9_b089ae69539b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_2ac86726_9906_4d16_9fa9_b089ae69539b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_c1864b4d_03fe_4443_97ea_a75d876bae5c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_c1864b4d_03fe_4443_97ea_a75d876bae5c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_dbb33183_25cc_466f_a66d_499b7a7602ea.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_dbb33183_25cc_466f_a66d_499b7a7602ea.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_2ac86726_9906_4d16_9fa9_b089ae69539b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_2ac86726_9906_4d16_9fa9_b089ae69539b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_c1864b4d_03fe_4443_97ea_a75d876bae5c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_c1864b4d_03fe_4443_97ea_a75d876bae5c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_dbb33183_25cc_466f_a66d_499b7a7602ea.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_dbb33183_25cc_466f_a66d_499b7a7602ea.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_5d255bae_02a2_4fa5_b0d9_d816da8e6408.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_5d255bae_02a2_4fa5_b0d9_d816da8e6408.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_634a8313_9d9d_4b86_a4ba_8c968a967dc8.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_634a8313_9d9d_4b86_a4ba_8c968a967dc8.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_f05495d8_f22d_429e_bc49_3a8bf92c08da.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_f05495d8_f22d_429e_bc49_3a8bf92c08da.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_5d255bae_02a2_4fa5_b0d9_d816da8e6408.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_5d255bae_02a2_4fa5_b0d9_d816da8e6408.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_634a8313_9d9d_4b86_a4ba_8c968a967dc8.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_634a8313_9d9d_4b86_a4ba_8c968a967dc8.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_f05495d8_f22d_429e_bc49_3a8bf92c08da.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_f05495d8_f22d_429e_bc49_3a8bf92c08da.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_3_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_3_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_4_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_4_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_5_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/__transformed_code_5_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_with_dynamic_shape_without_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_6b11f3e5_4a10_46a9_845f_1fe5339fe974.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_6b11f3e5_4a10_46a9_845f_1fe5339fe974.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_8c0d1bbf_e33b_4384_8167_1712c3be458b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_8c0d1bbf_e33b_4384_8167_1712c3be458b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_bfd6c863_16ff_42e3_a70e_ae7458341087.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_bfd6c863_16ff_42e3_a70e_ae7458341087.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_6b11f3e5_4a10_46a9_845f_1fe5339fe974.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_6b11f3e5_4a10_46a9_845f_1fe5339fe974.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_8c0d1bbf_e33b_4384_8167_1712c3be458b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_8c0d1bbf_e33b_4384_8167_1712c3be458b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_bfd6c863_16ff_42e3_a70e_ae7458341087.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_bfd6c863_16ff_42e3_a70e_ae7458341087.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_with_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_660514f9_7218_4fba_9c22_10fb26b8375f.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_660514f9_7218_4fba_9c22_10fb26b8375f.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_92d3094d_62c3_48de_aca5_c673bcb543ba.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_92d3094d_62c3_48de_aca5_c673bcb543ba.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_ee374fa9_301f_41f1_8ea3_67e27b721114.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_ee374fa9_301f_41f1_8ea3_67e27b721114.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_eager_without_dynamic_shape_without_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_243d0f02_a332_4d14_a6d6_ff8437959c41.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_243d0f02_a332_4d14_a6d6_ff8437959c41.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_311d4385_ecc3_4c17_bf93_6a899b4ece50.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_311d4385_ecc3_4c17_bf93_6a899b4ece50.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_6868555a_fe37_4785_92da_baa34e2e52b5.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_6868555a_fe37_4785_92da_baa34e2e52b5.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_243d0f02_a332_4d14_a6d6_ff8437959c41.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_243d0f02_a332_4d14_a6d6_ff8437959c41.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_311d4385_ecc3_4c17_bf93_6a899b4ece50.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_311d4385_ecc3_4c17_bf93_6a899b4ece50.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_6868555a_fe37_4785_92da_baa34e2e52b5.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_6868555a_fe37_4785_92da_baa34e2e52b5.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.AFTER_POST_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.AFTER_POST_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.AFTER_POST_GRAD.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.AFTER_POST_GRAD.1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_d3943044_1472_48cc_9e1f_a5a2330e6e98.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_d3943044_1472_48cc_9e1f_a5a2330e6e98.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_d5db76ec_b0a1_4c65_acc0_adab6e3cd94b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_d5db76ec_b0a1_4c65_acc0_adab6e3cd94b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_d76fb4dd_2809_4c5c_9f78_cd70dd026f9d.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_d76fb4dd_2809_4c5c_9f78_cd70dd026f9d.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.kernel_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.kernel_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_d3943044_1472_48cc_9e1f_a5a2330e6e98.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_d3943044_1472_48cc_9e1f_a5a2330e6e98.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_d5db76ec_b0a1_4c65_acc0_adab6e3cd94b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_d5db76ec_b0a1_4c65_acc0_adab6e3cd94b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_d76fb4dd_2809_4c5c_9f78_cd70dd026f9d.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_d76fb4dd_2809_4c5c_9f78_cd70dd026f9d.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_3_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_3_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_4_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_4_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_5_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/__transformed_code_5_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_with_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_64010be2_b726_4c83_8d8d_6a5ad75e6da4.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_64010be2_b726_4c83_8d8d_6a5ad75e6da4.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_7f0e61b9_f15d_478f_bef9_4047d1298656.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_7f0e61b9_f15d_478f_bef9_4047d1298656.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_eac236d0_47c1_416e_b009_22036e0cda73.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_eac236d0_47c1_416e_b009_22036e0cda73.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.AFTER_POST_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.AFTER_POST_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_221467c0_09ce_42df_9b0d_2b9dd18ef572.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_221467c0_09ce_42df_9b0d_2b9dd18ef572.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_2eefc932_70c9_4461_a737_17401597e95a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_2eefc932_70c9_4461_a737_17401597e95a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_68c939ae_cc1f_4237_9b38_8c161dcadfd4.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_68c939ae_cc1f_4237_9b38_8c161dcadfd4.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_3_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_3_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_4_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_4_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_5_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/__transformed_code_5_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_with_dynamic_shape_without_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.AFTER_POST_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.AFTER_POST_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_8daa7609_a27c_4fc7_9e6d_e74e88f0234d.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_8daa7609_a27c_4fc7_9e6d_e74e88f0234d.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_a371ca7e_50fa_4732_8b63_68b1c360486e.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_a371ca7e_50fa_4732_8b63_68b1c360486e.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_fdc4f7a2_4c8d_4941_b290_21d8b0a8af20.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_fdc4f7a2_4c8d_4941_b290_21d8b0a8af20.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_with_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.AFTER_POST_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.AFTER_POST_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_135f3816_f7a6_4331_bdfb_6a36cdec7159.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_135f3816_f7a6_4331_bdfb_6a36cdec7159.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_1ce99325_7cc9_48d3_a5c9_ec91aa9ca1c7.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_1ce99325_7cc9_48d3_a5c9_ec91aa9ca1c7.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_56a172d1_a3be_4bd9_9e67_3e7ce8c6ca0c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_56a172d1_a3be_4bd9_9e67_3e7ce8c6ca0c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__transformed_code_0_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__transformed_code_1_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/__transformed_code_2_for_toy_function.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/full_code_for_toy_function_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/full_code_for_toy_function_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/full_code_for_toy_function_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/full_code_for_toy_function_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/full_code_for_toy_function_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_function_inductor_without_dynamic_shape_without_grad/full_code_for_toy_function_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_5c994868_087f_45a1_8e9b_3c4489f5cf8c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_5c994868_087f_45a1_8e9b_3c4489f5cf8c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_81f42ffd_a1be_49f5_b40d_8d320516c477.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_81f42ffd_a1be_49f5_b40d_8d320516c477.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_c686e718_751c_4585_bfe1_b0477dc93f3f.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_c686e718_751c_4585_bfe1_b0477dc93f3f.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_5c994868_087f_45a1_8e9b_3c4489f5cf8c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_5c994868_087f_45a1_8e9b_3c4489f5cf8c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_81f42ffd_a1be_49f5_b40d_8d320516c477.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_81f42ffd_a1be_49f5_b40d_8d320516c477.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_c686e718_751c_4585_bfe1_b0477dc93f3f.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_c686e718_751c_4585_bfe1_b0477dc93f3f.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_7449ef4d_7f22_4ce7_83ac_ef66fabc1e0a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_7449ef4d_7f22_4ce7_83ac_ef66fabc1e0a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_cfdde4b9_de2c_4e11_adda_a61054d7e6be.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_cfdde4b9_de2c_4e11_adda_a61054d7e6be.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_e1e6b4b7_3432_45c9_955e_0a35dc7ee673.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_e1e6b4b7_3432_45c9_955e_0a35dc7ee673.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_7449ef4d_7f22_4ce7_83ac_ef66fabc1e0a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_7449ef4d_7f22_4ce7_83ac_ef66fabc1e0a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_cfdde4b9_de2c_4e11_adda_a61054d7e6be.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_cfdde4b9_de2c_4e11_adda_a61054d7e6be.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_e1e6b4b7_3432_45c9_955e_0a35dc7ee673.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_e1e6b4b7_3432_45c9_955e_0a35dc7ee673.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__compiled_fn_3.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_3_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_3_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_4_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_4_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_5_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/__transformed_code_5_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_with_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_b0e7b622_5b5e_4049_8080_20d76d494f52.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_b0e7b622_5b5e_4049_8080_20d76d494f52.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_b2b0183c_f9fa_4799_acee_920522930e4c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_b2b0183c_f9fa_4799_acee_920522930e4c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_d1226353_8ee6_4017_b11d_3db7e9c4e154.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_d1226353_8ee6_4017_b11d_3db7e9c4e154.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_b0e7b622_5b5e_4049_8080_20d76d494f52.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_b0e7b622_5b5e_4049_8080_20d76d494f52.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_b2b0183c_f9fa_4799_acee_920522930e4c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_b2b0183c_f9fa_4799_acee_920522930e4c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_d1226353_8ee6_4017_b11d_3db7e9c4e154.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_d1226353_8ee6_4017_b11d_3db7e9c4e154.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_25195831_f9f7_4272_a683_917599124f2b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_25195831_f9f7_4272_a683_917599124f2b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_9aa8dc05_6081_4ab5_827a_f0d815df3e23.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_9aa8dc05_6081_4ab5_827a_f0d815df3e23.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_c38407f3_b648_4db7_84b9_b8744f8b45ca.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_c38407f3_b648_4db7_84b9_b8744f8b45ca.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_25195831_f9f7_4272_a683_917599124f2b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_25195831_f9f7_4272_a683_917599124f2b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_9aa8dc05_6081_4ab5_827a_f0d815df3e23.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_9aa8dc05_6081_4ab5_827a_f0d815df3e23.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_c38407f3_b648_4db7_84b9_b8744f8b45ca.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_c38407f3_b648_4db7_84b9_b8744f8b45ca.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__compiled_fn_3.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_3_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_3_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_4_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_4_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_5_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/__transformed_code_5_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_with_dynamic_shape_without_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_253e9f09_a5bb_4647_bd13_3b20919f3967.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_253e9f09_a5bb_4647_bd13_3b20919f3967.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_90765f35_4057_4e2e_85bb_9833f26d0a82.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_90765f35_4057_4e2e_85bb_9833f26d0a82.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_cb254dab_92be_4882_8969_6301cdca34fd.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_cb254dab_92be_4882_8969_6301cdca34fd.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_253e9f09_a5bb_4647_bd13_3b20919f3967.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_253e9f09_a5bb_4647_bd13_3b20919f3967.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_90765f35_4057_4e2e_85bb_9833f26d0a82.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_90765f35_4057_4e2e_85bb_9833f26d0a82.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_cb254dab_92be_4882_8969_6301cdca34fd.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_cb254dab_92be_4882_8969_6301cdca34fd.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_with_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_3cd61154_201b_4f9a_92ec_50740e53d8a7.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_3cd61154_201b_4f9a_92ec_50740e53d8a7.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_8215ddb3_2395_4c37_80f7_52a8759315fb.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_8215ddb3_2395_4c37_80f7_52a8759315fb.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_f6ac7009_d260_46c6_9c98_377224a2b67f.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_f6ac7009_d260_46c6_9c98_377224a2b67f.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_aot_eager_without_dynamic_shape_without_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_2463bd09_01cf_4d4e_a7e9_7751c2dcbe61.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_2463bd09_01cf_4d4e_a7e9_7751c2dcbe61.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_6aec1e0a_d72e_419e_888a_f7f22f466ed9.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_6aec1e0a_d72e_419e_888a_f7f22f466ed9.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_ed2de4ad_e69d_403c_9204_2ba68499d965.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_ed2de4ad_e69d_403c_9204_2ba68499d965.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_2463bd09_01cf_4d4e_a7e9_7751c2dcbe61.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_2463bd09_01cf_4d4e_a7e9_7751c2dcbe61.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_6aec1e0a_d72e_419e_888a_f7f22f466ed9.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_6aec1e0a_d72e_419e_888a_f7f22f466ed9.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_ed2de4ad_e69d_403c_9204_2ba68499d965.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_ed2de4ad_e69d_403c_9204_2ba68499d965.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_331c3d26_c247_4742_aeca_d6d3aef5f105.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_331c3d26_c247_4742_aeca_d6d3aef5f105.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_8eb4a174_bb67_40db_8fde_eb75bc0b9f69.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_8eb4a174_bb67_40db_8fde_eb75bc0b9f69.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_a7254709_067c_4c63_9994_672d84769ff2.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_a7254709_067c_4c63_9994_672d84769ff2.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_331c3d26_c247_4742_aeca_d6d3aef5f105.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_331c3d26_c247_4742_aeca_d6d3aef5f105.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_8eb4a174_bb67_40db_8fde_eb75bc0b9f69.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_8eb4a174_bb67_40db_8fde_eb75bc0b9f69.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_a7254709_067c_4c63_9994_672d84769ff2.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_a7254709_067c_4c63_9994_672d84769ff2.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_3_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_3_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_4_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_4_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_5_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/__transformed_code_5_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_with_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_cb699786_f957_4315_b8cf_259b58c67d77.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_cb699786_f957_4315_b8cf_259b58c67d77.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_cbdc5c3f_e983_46fb_89e4_60bc145d60ec.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_cbdc5c3f_e983_46fb_89e4_60bc145d60ec.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_fa91dbe2_d7aa_49bc_8b9b_32c79a251cff.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_fa91dbe2_d7aa_49bc_8b9b_32c79a251cff.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_cb699786_f957_4315_b8cf_259b58c67d77.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_cb699786_f957_4315_b8cf_259b58c67d77.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_cbdc5c3f_e983_46fb_89e4_60bc145d60ec.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_cbdc5c3f_e983_46fb_89e4_60bc145d60ec.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_fa91dbe2_d7aa_49bc_8b9b_32c79a251cff.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_fa91dbe2_d7aa_49bc_8b9b_32c79a251cff.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_22e176d7_289b_45da_9222_74a649874be5.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_22e176d7_289b_45da_9222_74a649874be5.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_8603b153_36ae_4ac8_a89b_3187562ff62e.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_8603b153_36ae_4ac8_a89b_3187562ff62e.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_aa93f1dc_f3dd_420e_bbc5_28af5ff177fd.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_aa93f1dc_f3dd_420e_bbc5_28af5ff177fd.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_22e176d7_289b_45da_9222_74a649874be5.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_22e176d7_289b_45da_9222_74a649874be5.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_8603b153_36ae_4ac8_a89b_3187562ff62e.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_8603b153_36ae_4ac8_a89b_3187562ff62e.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_aa93f1dc_f3dd_420e_bbc5_28af5ff177fd.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_aa93f1dc_f3dd_420e_bbc5_28af5ff177fd.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_3_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_3_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_4_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_4_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_5_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/__transformed_code_5_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_with_dynamic_shape_without_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_2ff90341_0028_4b22_8c47_8ec3753ca62c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_2ff90341_0028_4b22_8c47_8ec3753ca62c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_f8048cf5_64fc_488c_bf4e_52ca4b6642d1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_f8048cf5_64fc_488c_bf4e_52ca4b6642d1.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_fa1a2174_20d2_4990_a8d2_b9a686e7154a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_fa1a2174_20d2_4990_a8d2_b9a686e7154a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_2ff90341_0028_4b22_8c47_8ec3753ca62c.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_2ff90341_0028_4b22_8c47_8ec3753ca62c.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_f8048cf5_64fc_488c_bf4e_52ca4b6642d1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_f8048cf5_64fc_488c_bf4e_52ca4b6642d1.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_fa1a2174_20d2_4990_a8d2_b9a686e7154a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_fa1a2174_20d2_4990_a8d2_b9a686e7154a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_with_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_0470f580_13ba_475e_8d4a_94da2652bf0f.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_0470f580_13ba_475e_8d4a_94da2652bf0f.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_707872eb_178d_4b36_909f_0dfdb5b4ee03.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_707872eb_178d_4b36_909f_0dfdb5b4ee03.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_e8523b22_dfc6_4d87_80a7_7d8e764f17b0.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_e8523b22_dfc6_4d87_80a7_7d8e764f17b0.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_0470f580_13ba_475e_8d4a_94da2652bf0f.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_0470f580_13ba_475e_8d4a_94da2652bf0f.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_707872eb_178d_4b36_909f_0dfdb5b4ee03.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_707872eb_178d_4b36_909f_0dfdb5b4ee03.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_e8523b22_dfc6_4d87_80a7_7d8e764f17b0.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_e8523b22_dfc6_4d87_80a7_7d8e764f17b0.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_eager_without_dynamic_shape_without_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_18e395f6_4f34_4c20_afb8_b7fe759d1147.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_18e395f6_4f34_4c20_afb8_b7fe759d1147.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_31f85479_8734_4203_8d7c_cb5bae7849e8.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_31f85479_8734_4203_8d7c_cb5bae7849e8.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_7ca60909_f949_4600_9700_30eef14a5d9d.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_7ca60909_f949_4600_9700_30eef14a5d9d.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_18e395f6_4f34_4c20_afb8_b7fe759d1147.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_18e395f6_4f34_4c20_afb8_b7fe759d1147.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_31f85479_8734_4203_8d7c_cb5bae7849e8.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_31f85479_8734_4203_8d7c_cb5bae7849e8.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_7ca60909_f949_4600_9700_30eef14a5d9d.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_7ca60909_f949_4600_9700_30eef14a5d9d.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_050ad00d_1de4_4d2b_a728_30e3b4976e48.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_050ad00d_1de4_4d2b_a728_30e3b4976e48.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_0e467075_a31e_4fdd_864d_255130cb9b82.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_0e467075_a31e_4fdd_864d_255130cb9b82.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_5bf071ed_14b1_4a36_bb46_a96eb18e79bd.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.__compiled_fn_3_5bf071ed_14b1_4a36_bb46_a96eb18e79bd.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.kernel_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.kernel_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_050ad00d_1de4_4d2b_a728_30e3b4976e48.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_050ad00d_1de4_4d2b_a728_30e3b4976e48.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_0e467075_a31e_4fdd_864d_255130cb9b82.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_0e467075_a31e_4fdd_864d_255130cb9b82.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_5bf071ed_14b1_4a36_bb46_a96eb18e79bd.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_5bf071ed_14b1_4a36_bb46_a96eb18e79bd.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_3_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_3_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_4_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_4_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_5_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/__transformed_code_5_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_with_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_0eb5fb36_74d5_4262_9905_fe7ffadacc1b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_0eb5fb36_74d5_4262_9905_fe7ffadacc1b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_ac43afc9_163e_42fb_9fca_2b04e9106757.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_ac43afc9_163e_42fb_9fca_2b04e9106757.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_dfcf998b_b446_4eef_95f8_f7075c00ccf4.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_dfcf998b_b446_4eef_95f8_f7075c00ccf4.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_0eb5fb36_74d5_4262_9905_fe7ffadacc1b.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_0eb5fb36_74d5_4262_9905_fe7ffadacc1b.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_ac43afc9_163e_42fb_9fca_2b04e9106757.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_ac43afc9_163e_42fb_9fca_2b04e9106757.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_dfcf998b_b446_4eef_95f8_f7075c00ccf4.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_dfcf998b_b446_4eef_95f8_f7075c00ccf4.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_01f563ee_f6e6_4184_8f54_36b10d218dbe.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_01f563ee_f6e6_4184_8f54_36b10d218dbe.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_85dbc40e_20fe_4dbc_a287_42c66c8a7173.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_85dbc40e_20fe_4dbc_a287_42c66c8a7173.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_c53c3df8_e909_43d1_ba8c_45fcd9041bd4.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.__compiled_fn_3_c53c3df8_e909_43d1_ba8c_45fcd9041bd4.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_01f563ee_f6e6_4184_8f54_36b10d218dbe.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_01f563ee_f6e6_4184_8f54_36b10d218dbe.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_85dbc40e_20fe_4dbc_a287_42c66c8a7173.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_85dbc40e_20fe_4dbc_a287_42c66c8a7173.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_c53c3df8_e909_43d1_ba8c_45fcd9041bd4.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__compiled_fn_3.pre_insert_deferred_runtime_asserts___compiled_fn_3_c53c3df8_e909_43d1_ba8c_45fcd9041bd4.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_3_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_3_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_4_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_4_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_5_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/__transformed_code_5_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_with_dynamic_shape_without_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Backward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Forward_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.Joint_graph.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_1e01cef6_f437_49c5_8046_1f104b24768d.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_1e01cef6_f437_49c5_8046_1f104b24768d.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_974c2f89_ed38_46d3_9abf_d6c60eb75d32.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_974c2f89_ed38_46d3_9abf_d6c60eb75d32.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_a3408d5e_72f6_4d33_b7f3_ce0f60cff831.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.__compiled_fn_1_a3408d5e_72f6_4d33_b7f3_ce0f60cff831.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_1e01cef6_f437_49c5_8046_1f104b24768d.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_1e01cef6_f437_49c5_8046_1f104b24768d.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_974c2f89_ed38_46d3_9abf_d6c60eb75d32.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_974c2f89_ed38_46d3_9abf_d6c60eb75d32.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a3408d5e_72f6_4d33_b7f3_ce0f60cff831.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_a3408d5e_72f6_4d33_b7f3_ce0f60cff831.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__compiled_fn_1.tensorify_python_scalars.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_with_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.BEFORE_PRE_GRAD.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_1b62a540_21a6_4c14_bfde_b4982b264589.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_1b62a540_21a6_4c14_bfde_b4982b264589.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_45e8518e_e2db_4ae2_b953_84ff58ed6ad6.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_45e8518e_e2db_4ae2_b953_84ff58ed6ad6.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_7da4284c_735f_41ab_af82_15e36bbd9e0a.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.__compiled_fn_1_7da4284c_735f_41ab_af82_15e36bbd9e0a.0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.kernel_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__compiled_fn_1.kernel_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__transformed_code_0_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__transformed_code_0_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__transformed_code_1_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__transformed_code_1_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__transformed_code_2_for_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/__transformed_code_2_for_forward.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/full_code_for_forward_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/full_code_for_forward_0.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/full_code_for_forward_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/full_code_for_forward_1.py -------------------------------------------------------------------------------- /tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/full_code_for_forward_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/debug_module_inductor_without_dynamic_shape_without_grad/full_code_for_forward_2.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/__compiled_fn_1.__compiled_fn_1_83d9882c_7b83_4ca2_8daf_de2ac24814c6.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/__compiled_fn_1.__compiled_fn_1_83d9882c_7b83_4ca2_8daf_de2ac24814c6.0.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/__compiled_fn_1.__compiled_fn_1_9d0cdcc6_06c9_4ecf_b8f0_8944635da2e6.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/__compiled_fn_1.__compiled_fn_1_9d0cdcc6_06c9_4ecf_b8f0_8944635da2e6.0.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/__compiled_fn_1.__compiled_fn_1_dcb15834_68c3_4536_96cc_5b62be6b03a2.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/__compiled_fn_1.__compiled_fn_1_dcb15834_68c3_4536_96cc_5b62be6b03a2.0.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_83d9882c_7b83_4ca2_8daf_de2ac24814c6.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_83d9882c_7b83_4ca2_8daf_de2ac24814c6.0.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_9d0cdcc6_06c9_4ecf_b8f0_8944635da2e6.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_9d0cdcc6_06c9_4ecf_b8f0_8944635da2e6.0.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_dcb15834_68c3_4536_96cc_5b62be6b03a2.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/__compiled_fn_1.pre_insert_deferred_runtime_asserts___compiled_fn_1_dcb15834_68c3_4536_96cc_5b62be6b03a2.0.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/__transformed_code_0_for_f.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/__transformed_code_0_for_f.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/__transformed_code_1_for_f.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/__transformed_code_1_for_f.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/__transformed_code_2_for_f.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/__transformed_code_2_for_f.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/full_code_for_f_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/full_code_for_f_0.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/full_code_for_f_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/full_code_for_f_1.py -------------------------------------------------------------------------------- /tests/depyf_output/multiprocessing/full_code_for_f_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/depyf_output/multiprocessing/full_code_for_f_2.py -------------------------------------------------------------------------------- /tests/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test.py -------------------------------------------------------------------------------- /tests/test_advanced.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_advanced.py -------------------------------------------------------------------------------- /tests/test_code_owner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_code_owner.py -------------------------------------------------------------------------------- /tests/test_ensure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_ensure.py -------------------------------------------------------------------------------- /tests/test_pytorch/check_debug_output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/check_debug_output.py -------------------------------------------------------------------------------- /tests/test_pytorch/cmp_output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/cmp_output.py -------------------------------------------------------------------------------- /tests/test_pytorch/debug_input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/debug_input.txt -------------------------------------------------------------------------------- /tests/test_pytorch/spawn_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/spawn_tests.py -------------------------------------------------------------------------------- /tests/test_pytorch/test_cellvars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/test_cellvars.py -------------------------------------------------------------------------------- /tests/test_pytorch/test_debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/test_debug.py -------------------------------------------------------------------------------- /tests/test_pytorch/test_export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/test_export.py -------------------------------------------------------------------------------- /tests/test_pytorch/test_irregular.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/test_irregular.py -------------------------------------------------------------------------------- /tests/test_pytorch/test_logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/test_logging.py -------------------------------------------------------------------------------- /tests/test_pytorch/test_mp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/test_mp.py -------------------------------------------------------------------------------- /tests/test_pytorch/test_no_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/test_no_graph.py -------------------------------------------------------------------------------- /tests/test_pytorch/test_pytorch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/test_pytorch.py -------------------------------------------------------------------------------- /tests/test_pytorch/test_simple_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/test_simple_graph.py -------------------------------------------------------------------------------- /tests/test_pytorch/test_wrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuml/depyf/HEAD/tests/test_pytorch/test_wrapper.py --------------------------------------------------------------------------------