Re: [apache/incubator-tvm] Switch Windows CI to build Release instead of Debug (#6427)

2020-09-09 Thread Tianqi Chen
Merged #6427 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/pull/6427#event-3747955072

Re: [apache/incubator-tvm] Switch Windows CI to build Release instead of Debug (#6427)

2020-09-09 Thread Tianqi Chen
Thansk @rkimball @tmoreau89 ! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/pull/6427#issuecomment-689842608

[Apache TVM Discuss] [Development/RFC] RFC: Introduce automatic formatting of Python code

2020-09-09 Thread Jared Roesch via Apache TVM Discuss
@tqchen Is your worry performance here? The reason we use Black on other code at Octo for example is that its push button on the entire code base like gofmt and rustfmt. --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-introduce-automatic-formatting-of-python-code/7843/10) to respo

[Apache TVM Discuss] [Development/RFC] RFC: Introduce automatic formatting of Python code

2020-09-09 Thread tqchen via Apache TVM Discuss
Yah, it was perf but perhaps it is a non-issue. --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-introduce-automatic-formatting-of-python-code/7843/11) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://

[apache/incubator-tvm] [RFC][Formatting] Apply black to entire Python code base. (#6437)

2020-09-09 Thread Jared Roesch
As per the recent RFC https://discuss.tvm.apache.org/t/rfc-introduce-automatic-formatting-of-python-code/7843/10. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-tvm/pull/6437 -- Commit Summary -- * Add CI boilerplate for black * Work on

Re: [apache/incubator-tvm] [RFC][Formatting] Apply black to entire Python code base. (#6437)

2020-09-09 Thread Jared Roesch
cc @tqchen @areusch @comaniac @u99127 @jwfromm @mbrookhart @junrushao1994 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/pull/6437#issuecomment-689997944

[Apache TVM Discuss] [Development/RFC] RFC: Introduce automatic formatting of Python code

2020-09-09 Thread Jared Roesch via Apache TVM Discuss
I was able to recreate a version of the script using black's functionality see PR: https://github.com/apache/incubator-tvm/pull/6437. --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-introduce-automatic-formatting-of-python-code/7843/12) to respond. You are receiving this because y