From 7b41378115b64652516a856f471db6f1f3d12dc1 Mon Sep 17 00:00:00 2001 From: lvwenyuan 00536823 Date: Wed, 15 Jul 2020 09:28:13 +0800 Subject: [PATCH] modify README and remove redundant file --- third_party/incubator-tvm/README.md | 2 +- third_party/incubator-tvm/README.md~ | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 third_party/incubator-tvm/README.md~ diff --git a/third_party/incubator-tvm/README.md b/third_party/incubator-tvm/README.md index 0e6a66f..91002c6 100644 --- a/third_party/incubator-tvm/README.md +++ b/third_party/incubator-tvm/README.md @@ -1,5 +1,5 @@ -This is a tailored apache/incubator-tvm 0.6 for Auto Kernel Generator, k means kernel. +This is a revised apache/incubator-tvm 0.6 for Auto Kernel Generator. What we are using: * TVM IR * Arith Simplify diff --git a/third_party/incubator-tvm/README.md~ b/third_party/incubator-tvm/README.md~ deleted file mode 100644 index 8c90878..0000000 --- a/third_party/incubator-tvm/README.md~ +++ /dev/null @@ -1,10 +0,0 @@ -# air - -This is a tailored apache/incubator-tvm 0.6 for Auto Kernel Generator, k means kernel. -What we are using: -* TVM IR -* Arith Simplify -* Several passes -* DSL api -* topi - -- GitLab