[Apache TVM Discuss] [Development/pre-RFC] [pre-RFC] Vectorized TIR Buffers

2021-07-29 Thread Eric Lunderberg via Apache TVM Discuss
@masahi Tagging following comments on https://github.com/apache/tvm/pull/8528#pullrequestreview-718506978 --- [Visit Topic](https://discuss.tvm.apache.org/t/pre-rfc-vectorized-tir-buffers/10615/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe f

[Apache TVM Discuss] [Development/pre-RFC] [docs][discuss] Convert ReStructuredText docs to Markdown?

2021-06-17 Thread Eric Lunderberg via Apache TVM Discuss
I think I'd lean towards markdown for consistency with other services, but that's only if all other features were equal. Markdown would be nicer for reviewing, since it can be viewed from github in the browser, but the I think cross-references are the more important feature. Would either md

[Apache TVM Discuss] [Development/RFC] [RFC] Parametrized Unit Tests

2021-05-17 Thread Eric Lunderberg via Apache TVM Discuss
Correct, the different cases are intended to show the entire contents of a test file. The names in this example are chosen so that it can be run with minimal interaction between cases. For the `fixture(scope="module")`, this indicates when pytest should clean up a fixture, but it is only ava

[Apache TVM Discuss] [Development/RFC] [RFC] Parametrized Unit Tests

2021-05-11 Thread Eric Lunderberg via Apache TVM Discuss
Adding notes from a few video chats, so that there is a record of the discussion >From @tkonolige , confirmed that the current implementation of >`@tvm.testing.parametrize_targets` shows skipped targets if they are >explicitly listed in the decorator, but not if they come from >`TVM_TEST_TARG