Commit 22c92a19 authored by Paul's avatar Paul
Browse files

Remove print

parent c1ee4cf4
...@@ -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();
......
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