You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.for
loop toaffine.parallel
The text was updated successfully, but these errors were encountered: