diff --git a/hpvm/projects/torch2hpvm/README.rst b/hpvm/projects/torch2hpvm/README.rst index e6ac559e7df8fa12b891e5930478d627ed46cb55..d10350f24610c9e81906de6e054a28411e08c6e8 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.