From ada68bb9abe64b97f5256627cc48b953e30876b6 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Mon, 19 Sep 2016 12:56:28 -0600 Subject: add python version --- chill/src/chillmodule.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chill/src') diff --git a/chill/src/chillmodule.cc b/chill/src/chillmodule.cc index 024ac33..0e41f88 100644 --- a/chill/src/chillmodule.cc +++ b/chill/src/chillmodule.cc @@ -341,6 +341,7 @@ static PyObject* chill_exit(PyObject* self, PyObject* args) { static void add_known(std::string cond_expr) { int num_dim = myloop->known.n_set(); std::vector >* cond; + // TODO since we are using python, change this! cond = parse_relation_vector(cond_expr.c_str()); Relation rel(num_dim); -- cgit v1.2.3-70-g09d2