gxiaotian

Results 3 issues of gxiaotian

I would like to use pytaco to generate cuda kernels, but cannot find relevant information in this [doc](http://tensor-compiler.org/docs/), so I was wondering if pytaco can generate cuda kernels, if yes,...

Hello, I am new to SparseTIR and wonder whether it can support operations other than multiplication and addition. For example, the below expression is valid SparseTIR or not? with T.sp_iter([I,...

Hello, I wonder whether TACO can support expressions like `y[i] = A[i, j] * (x[j] - x[i]) ** 2`. Thanks!