[Apache TVM Discuss] [Questions] Can't build module after applying pass MakePackedAPI

2021-08-16 Thread Sen Yang via Apache TVM Discuss
Hello, I am studying tir and tir pass recently. And I found after I applying pass `MakePackedAPI`, the function `tvm.build` will throw an error: ``` TVMError: --- An error occurred during the execution of TVM. For more information, ple

[Apache TVM Discuss] [Questions] Dtype "float32" leads to assertion error Check failed: is_zero(dom->min) == false

2021-07-03 Thread Sen Yang via Apache TVM Discuss
Hello everyone, I am trying to understand more about the `te` in tvm, but I'm confused about the error `Check failed: is_zero(dom->min) == false` during the below code executing: ```python import tvm from tvm import te dtype = "float32" n = te.size_var("n", dtype=dtype) k = te.size_var("k",