Is your feature request related to a problem? Please describe.
Due to the difficulties in using affine.parallel, the outermost loop in the BatchMatMulOptimize of my PR does not utilize affine.parallel. However, this is crucial for the upcoming attempts to parallelize matmul using OpenMP. There's no open-source information available. I've tried writing code following the template, but it always results in errors
Describe the solution you'd like
Rewrite the outermost affine.for loop to affine.parallel
Is your feature request related to a problem? Please describe.
Due to the difficulties in using
affine.parallel, the outermost loop in the BatchMatMulOptimize of my PR does not utilizeaffine.parallel. However, this is crucial for the upcoming attempts to parallelize matmul using OpenMP. There's no open-source information available. I've tried writing code following the template, but it always results in errorsDescribe the solution you'd like
Rewrite the outermost
affine.forloop toaffine.parallel