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
22c92a19
Commit
22c92a19
authored
Nov 15, 2023
by
Paul
Browse files
Remove print
parent
c1ee4cf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/targets/gpu/jit/concat.cpp
src/targets/gpu/jit/concat.cpp
+0
-1
No files found.
src/targets/gpu/jit/concat.cpp
View file @
22c92a19
...
@@ -145,7 +145,6 @@ struct fused_concat_compiler : compiler<fused_concat_compiler>
...
@@ -145,7 +145,6 @@ struct fused_concat_compiler : compiler<fused_concat_compiler>
operation
compile_op
(
context
&
ctx
,
const
std
::
vector
<
shape
>&
inputs
,
const
value
&
v
)
const
operation
compile_op
(
context
&
ctx
,
const
std
::
vector
<
shape
>&
inputs
,
const
value
&
v
)
const
{
{
std
::
cout
<<
"**************** fused_concat_compiler"
<<
std
::
endl
;
hip_compile_options
options
;
hip_compile_options
options
;
options
.
inputs
=
inputs
;
options
.
inputs
=
inputs
;
options
.
output
=
inputs
.
back
();
options
.
output
=
inputs
.
back
();
...
...
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