Commit cbbc7e52 authored by rocking's avatar rocking
Browse files

Refine the comment

parent d6e053a3
...@@ -274,8 +274,8 @@ int main(int argc, char* argv[]) ...@@ -274,8 +274,8 @@ int main(int argc, char* argv[])
auto invoker_ptr = reduce.MakeInvokerPointer(); auto invoker_ptr = reduce.MakeInvokerPointer();
invoker_ptr->Run(argument_ptr.get(), nrepeat); invoker_ptr->Run(argument_ptr.get(), nrepeat);
// TODO - Need BroadcastSub + exponential + ReduceSum + BroadcastDiv
// TODO = do_verification // TODO = do_verification
if(do_verification) (void)do_verification;
;
return 0; return 0;
} }
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