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
d817ff5b
Commit
d817ff5b
authored
Nov 26, 2018
by
Shucai Xiao
Browse files
clang format.
parent
3af8d2e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
src/targets/gpu/lowering.cpp
src/targets/gpu/lowering.cpp
+14
-14
No files found.
src/targets/gpu/lowering.cpp
View file @
d817ff5b
...
@@ -219,7 +219,7 @@ struct miopen_apply
...
@@ -219,7 +219,7 @@ struct miopen_apply
return
prog
->
replace_instruction
(
ins
,
T
{
op
},
refs
);
return
prog
->
replace_instruction
(
ins
,
T
{
op
},
refs
);
}
}
/*
/*
template<class T>
template<class T>
void apply_generic_op_test(std::string name, instruction_ref ins)
void apply_generic_op_test(std::string name, instruction_ref ins)
{
{
...
@@ -231,7 +231,7 @@ struct miopen_apply
...
@@ -231,7 +231,7 @@ struct miopen_apply
return prog->replace_instruction(ins, T{}, refs);
return prog->replace_instruction(ins, T{}, refs);
});
});
}
}
*/
*/
instruction_ref
apply_contiguous
(
instruction_ref
ins
)
instruction_ref
apply_contiguous
(
instruction_ref
ins
)
{
{
...
...
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