[Apache TVM Discuss] [Development/pre-RFC] [Discussion/Alignment] Memory Planning

2021-06-02 Thread aca88 via Apache TVM Discuss
Hi, Very interesting work. I was wondering about the need to [get all topological sorts](https://github.com/tum-ei-eda/tvm/blob/tumeda_memplan/python/tvm/relay/memopt/simnet.py#L196). How robust is this method given that there are many many topological sorts to general DAGs? I guess most man

[Apache TVM Discuss] [Development/RFC] [Guideline] Relay AOT

2020-11-16 Thread aca88 via Apache TVM Discuss
Hey Andrew, Thanks for sharing your progress. Sadly I can't get your branch to build ``` [ 77%] Building CXX object CMakeFiles/tvm_objs.dir/src/relay/backend/param_dict.cc.o /home/areusch_tvm/src/relay/backend/graph_runtime_codegen.cc: In member function ‘void tvm::relay::backend::AotCodegen:

[Apache TVM Discuss] [Development/RFC] RFC] Optionally include object file generation in tvmc

2020-10-08 Thread aca88 via Apache TVM Discuss
Ah sorry.. I read that not as either or list :slight_smile: --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-optionally-include-object-file-generation-in-tvmc/8120/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click

[Apache TVM Discuss] [Development/RFC] RFC] Optionally include object file generation in tvmc

2020-10-08 Thread aca88 via Apache TVM Discuss
Hi, Does `--bare-metal` imply that the C runtime has also been compiled and is part of the `.o`? --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-optionally-include-object-file-generation-in-tvmc/8120/3) to respond. You are receiving this because you enabled mailing list mode. To

[Apache TVM Discuss] [Development/RFC] [RFC] 'Cascade' Scheduling

2020-10-08 Thread aca88 via Apache TVM Discuss
Glad to see a proposal which such functionality. I have to admit that I had also done something similar to what you are proposing (at least at the TE level). One problem I had was enlargment of the tensor iteration domains (https://discuss.tvm.apache.org/t/tvm-scheduling-split-factors-missma

[Apache TVM Discuss] [Development] Status of NVDLA Developments

2020-10-07 Thread aca88 via Apache TVM Discuss
I don't think there is one. --- [Visit Topic](https://discuss.tvm.apache.org/t/status-of-nvdla-developments/8109/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/0

[Apache TVM Discuss] [Development/RFC] [RFC] TensorIR: A schedulable IR for TVM

2020-09-10 Thread aca88 via Apache TVM Discuss
Hi, Even though I don't think I understood everything, I like the idea of solving some of the limitations of `te.compute`. Since the `te.compute` is in a central part of the TVM stack changing it requires a lot of work and understanding. So thank you all for continuing such development. Q1: