From 5c49d56b5babfc5a61484657dc2e5045d55628c0 Mon Sep 17 00:00:00 2001
From: hsharif3 <hsharif3@illinois.edu>
Date: Tue, 27 Apr 2021 22:40:41 +0000
Subject: [PATCH] Update README.rst

---
 hpvm/projects/torch2hpvm/README.rst | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/hpvm/projects/torch2hpvm/README.rst b/hpvm/projects/torch2hpvm/README.rst
index e6ac559e7d..d10350f246 100644
--- a/hpvm/projects/torch2hpvm/README.rst
+++ b/hpvm/projects/torch2hpvm/README.rst
@@ -130,15 +130,3 @@ when the Module is exported into ONNX:
 
 This choice of operators is largely constrained by backend (tensor_runtime) supports.
 
-TODOs
------
-
-#. Optionally insert a Python-C interface in the generated binary to
-   call back into a Dataset class and read the data.
-
-   * Needs pybind11, hardcoding of Python environment, and some fiddling with import mechanism.
-
-#. Expand the list of operators supported in the frontend.
-
-   * Most ideally, create a high-level description of operators that can tie
-     HPVM-C intrinsics and the frontend list of operators together.
-- 
GitLab