"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "768941bded0310d07c2f56ab28e70d117b554b23"
Unverified Commit e547d247 authored by Lei Wang's avatar Lei Wang Committed by GitHub
Browse files

[Bugfix] Update TIR registration for GemmSPPy to use tile operation (#1361)

parent 283a9a00
......@@ -279,7 +279,7 @@ LayoutMap GemmSPPyNode::InferLayout(const LayoutInferArgs &T,
return results;
}
TIR_REGISTER_TL_OP(GemmSPPy, gemm_sp_py)
TIR_REGISTER_TL_TILE_OP(GemmSPPy, gemm_sp_py)
.set_num_inputs(5)
.set_attr<TCallEffectKind>("TCallEffectKind",
Integer(CallEffectKind::kOpaque));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment