Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
xinhaoc committed Jan 12, 2024
1 parent 9f8bb9e commit fb91122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/optimizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ void AdamOptimizer::nccl_unified_update_task(Task const *task,
size_t *size = new size_t[op->parameters_num];
int offset = 0;

printf("parameters_num: %d\n", op->parameters_num);
// printf("parameters_num: %d\n", op->parameters_num);

for(int i = 0; i < op->parameters_num; i++){
accWGrads[i] = helperGetGenericTensorAccessorRO(DataType::DT_FLOAT, regions[offset], task->regions[offset], FID_DATA, ctx, runtime);
Expand Down

0 comments on commit fb91122

Please sign in to comment.