[Apache TVM Discuss] [Development] Sparse OpenCL error: scheduling sparse computations that use tir.ir_builder

2021-08-18 Thread zhang677 via Apache TVM Discuss
Got it ! Thanks for your reply! --- [Visit Topic](https://discuss.tvm.apache.org/t/sparse-opencl-error-scheduling-sparse-computations-that-use-tir-ir-builder/8585/12) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here]

[Apache TVM Discuss] [Development] Sparse OpenCL error: scheduling sparse computations that use tir.ir_builder

2021-08-14 Thread zhang677 via Apache TVM Discuss
Thanks! Sorry for the late reply. I haven't found the workload that slow down the current kernel yet:). What's more, I notice that [AutoTIR](https://github.com/apache/tvm/issues/8473) has been merged to main recently. Since I haven't found the doc for it, I'm curious about its function. And to

[Apache TVM Discuss] [Development] Sparse OpenCL error: scheduling sparse computations that use tir.ir_builder

2021-08-07 Thread zhang677 via Apache TVM Discuss
Hi, I've been working on generating CUDA code for sparse matrix multiplication using TVM in order to save me from the laborious work of designing and tuning the kernel. Since I'm new to TVM , I can't figure out why topi cannot express the computation. In this [code](https://github.com/amazon-