Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
5385128b
Commit
5385128b
authored
Nov 28, 2022
by
Khalique Ahmed
Browse files
formatting
parent
0f45ff79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/rewrite_gemm.cpp
src/rewrite_gemm.cpp
+2
-1
No files found.
src/rewrite_gemm.cpp
View file @
5385128b
...
@@ -83,7 +83,8 @@ void rewrite_gemm::apply(module& m) const
...
@@ -83,7 +83,8 @@ void rewrite_gemm::apply(module& m) const
// {
// {
// out_lens.erase(out_lens.begin(), out_lens.begin() + (out_lens.size() - in_size));
// out_lens.erase(out_lens.begin(), out_lens.begin() + (out_lens.size() - in_size));
// conv_transpose_out =
// conv_transpose_out =
// m.insert_instruction(ins, make_op("reshape", {{"dims", out_lens}}), conv_transpose);
// m.insert_instruction(ins, make_op("reshape", {{"dims", out_lens}}),
// conv_transpose);
// }
// }
// m.replace_instruction(ins, conv_transpose_out);
// m.replace_instruction(ins, conv_transpose_out);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment