"examples/trials/vscode:/vscode.git/clone" did not exist on "39cd591bdb81c763e0f87192f9f4e635d7791ee7"
Commit 3472814c authored by Alan Turner's avatar Alan Turner
Browse files

Remove commented out logic from fuse_ck

parent ea610604
......@@ -54,8 +54,6 @@ struct ck_gemm
shape compute_shape(std::vector<shape> inputs, const std::vector<module_ref>& mods) const
{
check_shapes{inputs, *this}.same_ndims();
// if(mods.size() != 1)
// MIGRAPHX_THROW("should have one submodule.");
if(inputs.size() < 2)
MIGRAPHX_THROW("should have at least two inputs.");
auto a = inputs[0];
......
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