-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add linalg and linalg_xdsl matmul f32 #317
Conversation
@@ -104,7 +104,11 @@ TESTSET_FAST = [ | |||
# 3d templated kernels | |||
*expand( | |||
"matmul_transb/4x16x16xf32/{variant}", | |||
variant=["baseline", "snrt", "snitch_stream"], | |||
variant=["linalg", "baseline", "snrt", "snitch_stream"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yeah I added linalg here as well since it just works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linalg
== "MLIR" flow? right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note that this isn't the input to "ours" as we cannot yet legalize it for f32 in xDSL
kernels,baseline,linalg,linalg_xdsl,snitch_stream,snrt |
kernels,baseline,linalg,linalg_xdsl,snitch_stream,snrt |
kernels,baseline,linalg,linalg_xdsl,snitch_stream,snrt |
kernels,baseline,linalg,linalg_xdsl,snitch_stream,snrt |
No description provided.