File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ int Func::add_implicit_vars(vector<Var> &args) const {
286
286
// the provided arguments.
287
287
placeholder_pos = args.size ();
288
288
if ((int )args.size () < dimensions ()) {
289
- std::cout << " Implicit arguments without placeholders are deprecated. Adding " <<
289
+ std::cerr << " Implicit arguments without placeholders are deprecated. Adding " <<
290
290
dimensions () - args.size () << " arguments to Func " << name () << std::endl;
291
291
292
292
int i = 0 ;
@@ -328,7 +328,7 @@ int Func::add_implicit_vars(vector<Expr> &args) const {
328
328
// the provided arguments.
329
329
placeholder_pos = args.size ();
330
330
if ((int )args.size () < dimensions ()) {
331
- std::cout << " Implicit arguments without placeholders are deprecated. Adding " <<
331
+ std::cerr << " Implicit arguments without placeholders are deprecated. Adding " <<
332
332
dimensions () - args.size () << " arguments to Func " << name () << std::endl;
333
333
334
334
int i = 0 ;
You can’t perform that action at this time.
0 commit comments