├── .asf.yaml ├── 0000-template.md ├── LICENSE ├── README.md ├── resources ├── cascader-flow.png ├── cascader-step-1.png ├── cascader-step-2.png ├── cascader-step-3.png ├── cascading-diagram.png ├── cascading-formula-1.png ├── cascading-formula-2.png ├── cascading-formula-3.png ├── meta-schedule-workflow.png ├── pipeline-executor-arch.png ├── pipeline-executor-pipeline.png ├── pipeline-executor-runtime.png ├── pipeline-executor-schedule.png ├── pipeline-executor-subgraph-split.png └── pipeline-executor.png └── rfcs ├── .gitkeep ├── 0005-meta-schedule-autotensorir.md ├── 0006-AMP_pass.md ├── 0007-parametrized-unit-tests.md ├── 0008-microtvm-project-api.md ├── 0009_Unified_Static_Memory_Planning.md ├── 0010-target-registered-compiler-flow-customisation.md ├── 0011_Arm_Ethos-U_Integration.md ├── 0014-pipeline-executor.md ├── 0015_Arm_CMSIS-NN_Integration.md ├── 0019-add-paddlepaddle-frontend.md ├── 0020-project_api_extend_metadata.md ├── 0021-tvmc_add_support_for_micro_targets.md ├── 0022-tir-non-scalar-constants.md ├── 0023-adding-annotation-field-to-tir.allocate.md ├── 0025-add-pytorch-tvm.md ├── 0027-formalize-documentation-organization.md ├── 0028-command-line-registry-composition.md ├── 0029-migrating-to-irmodule-attributes.md ├── 0030-tvmc-comand-line-configuration-files.md ├── 0031-devices-api.md ├── 0036-tvm-script-namespace.md ├── 0037-arm-ethosu-cascading-scheduler.md ├── 0039-buffer-physical-layout.md ├── 0041-script-block-syntax.md ├── 0045-first-class-virtual-device.md ├── 0046-Intel-LIBXSMM-integration.md ├── 0046-module-based-model-runtime-for-aot.md ├── 0049-managed-jenkins-infrastructure-for-tvm.md ├── 0050-roadmaps.md ├── 0051-PackedFunc-as-Object.md ├── 0052-OpenCLML-integratio-as-BYOC.md ├── 0053-microtvm-roadmap.md ├── 0054-ci-testing-roadmap.md ├── 0055-slow-tests.md ├── 0058-replace-codeowners.md ├── 0060_UMA_Unified_Modular_Accelerator_Interface.md ├── 0062-collage.md ├── 0063-clarifying-buffer-declaration-and-access.md ├── 0067-quarterly-releases.md ├── 0068-inclusive-language.md ├── 0069-byoc-onednn-integration.md ├── 0069-relax-roadmap.md ├── 0070-introducing-decl-buffer.md ├── 0071-target-json-parser.md ├── 0072-dynamic-autoscheduler.md ├── 0074-tvmscript-unified-printer.md ├── 0075_RISC-V_CSI-NN2_Intergration.md ├── 0076_mlf_with_multiple_modules.md ├── 0077-async-pipeline.md ├── 0077-layout-transform-padding.md ├── 0077_name_mangling_ir_modules.md ├── 0078-target-features.md ├── 0079-tvmscript-metaprogramming.md ├── 0080-llvm-target.md ├── 0088-commit-message-guideline.md ├── 0092-TVM-Explorer-Infrastructure.md ├── 0093_Issue_Triage.md ├── 0094-aarch64-backend-with-sve.md ├── 0097-unify-packed-and-object.md ├── 0099-introduce-PresburgerSet.md ├── 0100-sparestir-dialect.md ├── 0102-clarify-strategy-decision-process.md ├── 0104-scalable-vectors-in-tir.md ├── 0105-sycl-backend.md ├── 0107-scalable-matrix-extension-enablement.md ├── 0108-add-nnef-frontend.md ├── 0109-byoc-nnapi.md └── assets ├── 000x └── bypass.png ├── 0011 ├── ethosu_compiler_arch.png └── ethosu_hw.png ├── 0049 └── architectural-overview.png ├── 0050 ├── prior-art-1.jpeg ├── prior-art-public-gh-roadmap.png ├── projects-tab.png ├── roadmap-item-bugfix.png ├── roadmap-item-gh-task-tracking-issue.png ├── roadmap-item-gh-task-tracking-pr.png ├── roadmap-item-pre-rfc.png ├── roadmap-item-rfc.png └── sample-roadmap.jpeg ├── 0060 ├── uma_pipeline.png ├── uma_pipeline.svg ├── uma_toplevel.png └── uma_toplevel.svg ├── 0062 ├── dataflow_graphs_and_sub_graphs.png ├── optimal_placement.png ├── partition_rules.png └── search_graph.png ├── 0089 ├── Dropdown.png ├── New Issue Templates.png ├── TVM bot.png ├── Title.png └── Tutorial.mp4 ├── 0092 ├── Explorer-Entrance.png ├── callstack_of_schedule_propagation.png ├── cmp_schedule_tree.png ├── explorer_schedule_tree_comparison.png ├── explorer_tvm_graph_executor.png ├── ori_schedule_tree.png ├── pass-span.png ├── sequentialspan-uml.png ├── sibuilder-uml.png └── text-mapping.png └── latest ├── latency.png ├── real-time.png └── throughput.png /.asf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/.asf.yaml -------------------------------------------------------------------------------- /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/0000-template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/README.md -------------------------------------------------------------------------------- /resources/cascader-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/cascader-flow.png -------------------------------------------------------------------------------- /resources/cascader-step-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/cascader-step-1.png -------------------------------------------------------------------------------- /resources/cascader-step-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/cascader-step-2.png -------------------------------------------------------------------------------- /resources/cascader-step-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/cascader-step-3.png -------------------------------------------------------------------------------- /resources/cascading-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/cascading-diagram.png -------------------------------------------------------------------------------- /resources/cascading-formula-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/cascading-formula-1.png -------------------------------------------------------------------------------- /resources/cascading-formula-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/cascading-formula-2.png -------------------------------------------------------------------------------- /resources/cascading-formula-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/cascading-formula-3.png -------------------------------------------------------------------------------- /resources/meta-schedule-workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/meta-schedule-workflow.png -------------------------------------------------------------------------------- /resources/pipeline-executor-arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/pipeline-executor-arch.png -------------------------------------------------------------------------------- /resources/pipeline-executor-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/pipeline-executor-pipeline.png -------------------------------------------------------------------------------- /resources/pipeline-executor-runtime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/pipeline-executor-runtime.png -------------------------------------------------------------------------------- /resources/pipeline-executor-schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/pipeline-executor-schedule.png -------------------------------------------------------------------------------- /resources/pipeline-executor-subgraph-split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/pipeline-executor-subgraph-split.png -------------------------------------------------------------------------------- /resources/pipeline-executor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/resources/pipeline-executor.png -------------------------------------------------------------------------------- /rfcs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rfcs/0005-meta-schedule-autotensorir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0005-meta-schedule-autotensorir.md -------------------------------------------------------------------------------- /rfcs/0006-AMP_pass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0006-AMP_pass.md -------------------------------------------------------------------------------- /rfcs/0007-parametrized-unit-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0007-parametrized-unit-tests.md -------------------------------------------------------------------------------- /rfcs/0008-microtvm-project-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0008-microtvm-project-api.md -------------------------------------------------------------------------------- /rfcs/0009_Unified_Static_Memory_Planning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0009_Unified_Static_Memory_Planning.md -------------------------------------------------------------------------------- /rfcs/0010-target-registered-compiler-flow-customisation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0010-target-registered-compiler-flow-customisation.md -------------------------------------------------------------------------------- /rfcs/0011_Arm_Ethos-U_Integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0011_Arm_Ethos-U_Integration.md -------------------------------------------------------------------------------- /rfcs/0014-pipeline-executor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0014-pipeline-executor.md -------------------------------------------------------------------------------- /rfcs/0015_Arm_CMSIS-NN_Integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0015_Arm_CMSIS-NN_Integration.md -------------------------------------------------------------------------------- /rfcs/0019-add-paddlepaddle-frontend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0019-add-paddlepaddle-frontend.md -------------------------------------------------------------------------------- /rfcs/0020-project_api_extend_metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0020-project_api_extend_metadata.md -------------------------------------------------------------------------------- /rfcs/0021-tvmc_add_support_for_micro_targets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0021-tvmc_add_support_for_micro_targets.md -------------------------------------------------------------------------------- /rfcs/0022-tir-non-scalar-constants.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0022-tir-non-scalar-constants.md -------------------------------------------------------------------------------- /rfcs/0023-adding-annotation-field-to-tir.allocate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0023-adding-annotation-field-to-tir.allocate.md -------------------------------------------------------------------------------- /rfcs/0025-add-pytorch-tvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0025-add-pytorch-tvm.md -------------------------------------------------------------------------------- /rfcs/0027-formalize-documentation-organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0027-formalize-documentation-organization.md -------------------------------------------------------------------------------- /rfcs/0028-command-line-registry-composition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0028-command-line-registry-composition.md -------------------------------------------------------------------------------- /rfcs/0029-migrating-to-irmodule-attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0029-migrating-to-irmodule-attributes.md -------------------------------------------------------------------------------- /rfcs/0030-tvmc-comand-line-configuration-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0030-tvmc-comand-line-configuration-files.md -------------------------------------------------------------------------------- /rfcs/0031-devices-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0031-devices-api.md -------------------------------------------------------------------------------- /rfcs/0036-tvm-script-namespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0036-tvm-script-namespace.md -------------------------------------------------------------------------------- /rfcs/0037-arm-ethosu-cascading-scheduler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0037-arm-ethosu-cascading-scheduler.md -------------------------------------------------------------------------------- /rfcs/0039-buffer-physical-layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0039-buffer-physical-layout.md -------------------------------------------------------------------------------- /rfcs/0041-script-block-syntax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0041-script-block-syntax.md -------------------------------------------------------------------------------- /rfcs/0045-first-class-virtual-device.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0045-first-class-virtual-device.md -------------------------------------------------------------------------------- /rfcs/0046-Intel-LIBXSMM-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0046-Intel-LIBXSMM-integration.md -------------------------------------------------------------------------------- /rfcs/0046-module-based-model-runtime-for-aot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0046-module-based-model-runtime-for-aot.md -------------------------------------------------------------------------------- /rfcs/0049-managed-jenkins-infrastructure-for-tvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0049-managed-jenkins-infrastructure-for-tvm.md -------------------------------------------------------------------------------- /rfcs/0050-roadmaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0050-roadmaps.md -------------------------------------------------------------------------------- /rfcs/0051-PackedFunc-as-Object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0051-PackedFunc-as-Object.md -------------------------------------------------------------------------------- /rfcs/0052-OpenCLML-integratio-as-BYOC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0052-OpenCLML-integratio-as-BYOC.md -------------------------------------------------------------------------------- /rfcs/0053-microtvm-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0053-microtvm-roadmap.md -------------------------------------------------------------------------------- /rfcs/0054-ci-testing-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0054-ci-testing-roadmap.md -------------------------------------------------------------------------------- /rfcs/0055-slow-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0055-slow-tests.md -------------------------------------------------------------------------------- /rfcs/0058-replace-codeowners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0058-replace-codeowners.md -------------------------------------------------------------------------------- /rfcs/0060_UMA_Unified_Modular_Accelerator_Interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0060_UMA_Unified_Modular_Accelerator_Interface.md -------------------------------------------------------------------------------- /rfcs/0062-collage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0062-collage.md -------------------------------------------------------------------------------- /rfcs/0063-clarifying-buffer-declaration-and-access.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0063-clarifying-buffer-declaration-and-access.md -------------------------------------------------------------------------------- /rfcs/0067-quarterly-releases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0067-quarterly-releases.md -------------------------------------------------------------------------------- /rfcs/0068-inclusive-language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0068-inclusive-language.md -------------------------------------------------------------------------------- /rfcs/0069-byoc-onednn-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0069-byoc-onednn-integration.md -------------------------------------------------------------------------------- /rfcs/0069-relax-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0069-relax-roadmap.md -------------------------------------------------------------------------------- /rfcs/0070-introducing-decl-buffer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0070-introducing-decl-buffer.md -------------------------------------------------------------------------------- /rfcs/0071-target-json-parser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0071-target-json-parser.md -------------------------------------------------------------------------------- /rfcs/0072-dynamic-autoscheduler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0072-dynamic-autoscheduler.md -------------------------------------------------------------------------------- /rfcs/0074-tvmscript-unified-printer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0074-tvmscript-unified-printer.md -------------------------------------------------------------------------------- /rfcs/0075_RISC-V_CSI-NN2_Intergration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0075_RISC-V_CSI-NN2_Intergration.md -------------------------------------------------------------------------------- /rfcs/0076_mlf_with_multiple_modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0076_mlf_with_multiple_modules.md -------------------------------------------------------------------------------- /rfcs/0077-async-pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0077-async-pipeline.md -------------------------------------------------------------------------------- /rfcs/0077-layout-transform-padding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0077-layout-transform-padding.md -------------------------------------------------------------------------------- /rfcs/0077_name_mangling_ir_modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0077_name_mangling_ir_modules.md -------------------------------------------------------------------------------- /rfcs/0078-target-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0078-target-features.md -------------------------------------------------------------------------------- /rfcs/0079-tvmscript-metaprogramming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0079-tvmscript-metaprogramming.md -------------------------------------------------------------------------------- /rfcs/0080-llvm-target.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0080-llvm-target.md -------------------------------------------------------------------------------- /rfcs/0088-commit-message-guideline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0088-commit-message-guideline.md -------------------------------------------------------------------------------- /rfcs/0092-TVM-Explorer-Infrastructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0092-TVM-Explorer-Infrastructure.md -------------------------------------------------------------------------------- /rfcs/0093_Issue_Triage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0093_Issue_Triage.md -------------------------------------------------------------------------------- /rfcs/0094-aarch64-backend-with-sve.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0094-aarch64-backend-with-sve.md -------------------------------------------------------------------------------- /rfcs/0097-unify-packed-and-object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0097-unify-packed-and-object.md -------------------------------------------------------------------------------- /rfcs/0099-introduce-PresburgerSet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0099-introduce-PresburgerSet.md -------------------------------------------------------------------------------- /rfcs/0100-sparestir-dialect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0100-sparestir-dialect.md -------------------------------------------------------------------------------- /rfcs/0102-clarify-strategy-decision-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0102-clarify-strategy-decision-process.md -------------------------------------------------------------------------------- /rfcs/0104-scalable-vectors-in-tir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0104-scalable-vectors-in-tir.md -------------------------------------------------------------------------------- /rfcs/0105-sycl-backend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0105-sycl-backend.md -------------------------------------------------------------------------------- /rfcs/0107-scalable-matrix-extension-enablement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0107-scalable-matrix-extension-enablement.md -------------------------------------------------------------------------------- /rfcs/0108-add-nnef-frontend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0108-add-nnef-frontend.md -------------------------------------------------------------------------------- /rfcs/0109-byoc-nnapi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/0109-byoc-nnapi.md -------------------------------------------------------------------------------- /rfcs/assets/000x/bypass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/000x/bypass.png -------------------------------------------------------------------------------- /rfcs/assets/0011/ethosu_compiler_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0011/ethosu_compiler_arch.png -------------------------------------------------------------------------------- /rfcs/assets/0011/ethosu_hw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0011/ethosu_hw.png -------------------------------------------------------------------------------- /rfcs/assets/0049/architectural-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0049/architectural-overview.png -------------------------------------------------------------------------------- /rfcs/assets/0050/prior-art-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0050/prior-art-1.jpeg -------------------------------------------------------------------------------- /rfcs/assets/0050/prior-art-public-gh-roadmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0050/prior-art-public-gh-roadmap.png -------------------------------------------------------------------------------- /rfcs/assets/0050/projects-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0050/projects-tab.png -------------------------------------------------------------------------------- /rfcs/assets/0050/roadmap-item-bugfix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0050/roadmap-item-bugfix.png -------------------------------------------------------------------------------- /rfcs/assets/0050/roadmap-item-gh-task-tracking-issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0050/roadmap-item-gh-task-tracking-issue.png -------------------------------------------------------------------------------- /rfcs/assets/0050/roadmap-item-gh-task-tracking-pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0050/roadmap-item-gh-task-tracking-pr.png -------------------------------------------------------------------------------- /rfcs/assets/0050/roadmap-item-pre-rfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0050/roadmap-item-pre-rfc.png -------------------------------------------------------------------------------- /rfcs/assets/0050/roadmap-item-rfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0050/roadmap-item-rfc.png -------------------------------------------------------------------------------- /rfcs/assets/0050/sample-roadmap.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0050/sample-roadmap.jpeg -------------------------------------------------------------------------------- /rfcs/assets/0060/uma_pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0060/uma_pipeline.png -------------------------------------------------------------------------------- /rfcs/assets/0060/uma_pipeline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0060/uma_pipeline.svg -------------------------------------------------------------------------------- /rfcs/assets/0060/uma_toplevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0060/uma_toplevel.png -------------------------------------------------------------------------------- /rfcs/assets/0060/uma_toplevel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0060/uma_toplevel.svg -------------------------------------------------------------------------------- /rfcs/assets/0062/dataflow_graphs_and_sub_graphs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0062/dataflow_graphs_and_sub_graphs.png -------------------------------------------------------------------------------- /rfcs/assets/0062/optimal_placement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0062/optimal_placement.png -------------------------------------------------------------------------------- /rfcs/assets/0062/partition_rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0062/partition_rules.png -------------------------------------------------------------------------------- /rfcs/assets/0062/search_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0062/search_graph.png -------------------------------------------------------------------------------- /rfcs/assets/0089/Dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0089/Dropdown.png -------------------------------------------------------------------------------- /rfcs/assets/0089/New Issue Templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0089/New Issue Templates.png -------------------------------------------------------------------------------- /rfcs/assets/0089/TVM bot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0089/TVM bot.png -------------------------------------------------------------------------------- /rfcs/assets/0089/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0089/Title.png -------------------------------------------------------------------------------- /rfcs/assets/0089/Tutorial.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0089/Tutorial.mp4 -------------------------------------------------------------------------------- /rfcs/assets/0092/Explorer-Entrance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0092/Explorer-Entrance.png -------------------------------------------------------------------------------- /rfcs/assets/0092/callstack_of_schedule_propagation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0092/callstack_of_schedule_propagation.png -------------------------------------------------------------------------------- /rfcs/assets/0092/cmp_schedule_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0092/cmp_schedule_tree.png -------------------------------------------------------------------------------- /rfcs/assets/0092/explorer_schedule_tree_comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0092/explorer_schedule_tree_comparison.png -------------------------------------------------------------------------------- /rfcs/assets/0092/explorer_tvm_graph_executor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0092/explorer_tvm_graph_executor.png -------------------------------------------------------------------------------- /rfcs/assets/0092/ori_schedule_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0092/ori_schedule_tree.png -------------------------------------------------------------------------------- /rfcs/assets/0092/pass-span.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0092/pass-span.png -------------------------------------------------------------------------------- /rfcs/assets/0092/sequentialspan-uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0092/sequentialspan-uml.png -------------------------------------------------------------------------------- /rfcs/assets/0092/sibuilder-uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0092/sibuilder-uml.png -------------------------------------------------------------------------------- /rfcs/assets/0092/text-mapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/0092/text-mapping.png -------------------------------------------------------------------------------- /rfcs/assets/latest/latency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/latest/latency.png -------------------------------------------------------------------------------- /rfcs/assets/latest/real-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/latest/real-time.png -------------------------------------------------------------------------------- /rfcs/assets/latest/throughput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/tvm-rfcs/HEAD/rfcs/assets/latest/throughput.png --------------------------------------------------------------------------------