From 27a2a180d5bb344b1960fda953aa63e81543f6bd Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 23 Nov 2022 15:51:21 +0000 Subject: [PATCH] [cleanup] Remove docs/roadmaps. This directory didn't have much and was generally out of date. The [long-term roadmap](https://github.com/llvm/torch-mlir/blob/main/docs/long_term_roadmap.md) supercedes this anyway. --- docs/roadmaps/2021Q4.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 docs/roadmaps/2021Q4.md diff --git a/docs/roadmaps/2021Q4.md b/docs/roadmaps/2021Q4.md deleted file mode 100644 index c2e5822b1..000000000 --- a/docs/roadmaps/2021Q4.md +++ /dev/null @@ -1,14 +0,0 @@ -# 2021Q4 Roadmap - -**NOTE**: Under construction. Feedback from the -[Torch-MLIR RFC](https://discuss.pytorch.org/t/torch-mlir-bridging-pytorch-and-mlir-ecosystems/133151) -is expected to influence this! - -1. Demonstrate viability of our solutions on industry-standard workloads: - - {inference, training} x {BERT-L, MaskRCNN, ResNet50} -1. One industry partner migrates (or begins to migrate) to Torch-MLIR for an e2e - flow on their critical path. -1. Torch-MLIR is seen/accepted as an "off the shelf" solution for Torch/MLIR - interop. This specifically covers "softer" / "quasi-technical" aspects of the - project, such as community outreach/recognition, build system integration, - testing, CI, packaging, documentation.