feiyuvl

Results 3 comments of feiyuvl

Thank you for your response. I'm a newer for mlir. We want to reuse the cuda code without rewritten them using KRNL dialect. Is that possible for onnx-mlir to support...

@Chillee @conway-abacus Thank you, `coordinate_descent_tuning=True` generates the expected code.

``` \mathcal{L}(T)[i_d] = L[(i_d + k_d*T.shape[d]) % L.shape[d]] \forall k_d such as i_d + k_d*T.shape[d] < L.shape[d] ``` Yes, the formula is not very accurate. Maybe it can be fixed...