[GitHub] [tvm] csullivan commented on a diff in pull request #11589: [TE] Support schedulable TIR compute definitions in TOPI

2022-06-08 Thread GitBox
csullivan commented on code in PR #11589: URL: https://github.com/apache/tvm/pull/11589#discussion_r892899360 ## tests/python/unittest/test_meta_schedule_relay_tir_compute.py: ## @@ -0,0 +1,191 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribut

[GitHub] [tvm] csullivan commented on a diff in pull request #11589: [TE] Support schedulable TIR compute definitions in TOPI

2022-06-08 Thread GitBox
csullivan commented on code in PR #11589: URL: https://github.com/apache/tvm/pull/11589#discussion_r892894778 ## src/arith/domain_touched.cc: ## @@ -34,18 +35,48 @@ namespace arith { using namespace tir; +struct LoadAccess { Review Comment: I'm currently using the struc