Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
bd910b39
Commit
bd910b39
authored
Aug 25, 2022
by
Paul
Browse files
Remvoe comments
parent
3b5d27f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/targets/gpu/jit/concat.cpp
src/targets/gpu/jit/concat.cpp
+0
-3
No files found.
src/targets/gpu/jit/concat.cpp
View file @
bd910b39
...
...
@@ -67,9 +67,6 @@ struct concat_compiler : compiler<concat_compiler>
return
x
+
s
.
elements
();
});
return
total
/
inputs
.
size
();
// auto it = std::min_element(
// inputs.begin(), inputs.end(), by(std::less<>{}, [](auto s) { return s.elements(); }));
// return it->elements();
}
operation
compile_op
(
context
&
ctx
,
const
std
::
vector
<
shape
>&
inputs
,
const
value
&
v
)
const
...
...
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