Skip to content

Commit

Permalink
revert LOG(DEBUG) change (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Jun 21, 2017
1 parent a9612e3 commit c134687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/executor/attach_op_execs_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class ForwardOpExecutor : public OpExecutor {
GetDefaultBlobs<gpu>(out_array, &out_data_, &temp_out_, op_ctx);
op_->Forward(op_ctx, in_data_, req, out_data_, aux_data_);
CastNonDefaultStorage<gpu>(out_array, temp_out_, op_ctx);
#elif NDEBUG == 0
LOG(DEBUG) << MXNET_GPU_NOT_ENABLED_ERROR;
#else
LOG(FATAL) << MXNET_GPU_NOT_ENABLED_ERROR;
#endif
} else {
GetDefaultBlobs<cpu>(in_array_, &in_data_, &temp_in_, op_ctx);
Expand Down

0 comments on commit c134687

Please sign in to comment.