Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Jul 18, 2017
1 parent f8f489e commit 2944405
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 117 deletions.
3 changes: 1 addition & 2 deletions src/executor/attach_op_execs_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class StatefulComputeExecutor : public OpExecutor {
CastNonDefaultStorage<cpu>(out_array, temp_out_, op_ctx);
}
#if MKL_EXPERIMENTAL == 1
//TODO(haibin) handle MKL mem with non-default NDArray
mkl_tblobs_prv_to_cpu(in_data_);
mkl_tblobs_prv_to_cpu(out_data_);
#endif
Expand Down Expand Up @@ -139,7 +138,7 @@ class FComputeExecutor : public OpExecutor {
CastNonDefaultStorage<cpu>(out_array, temp_out_, op_ctx);
}
#if MKL_EXPERIMENTAL == 1
//TODO(haibin) handle MKL mem with non-default NDArray
// TODO(haibin) handle MKL mem with non-default NDArray
mkl_tblobs_prv_to_cpu(in_data_);
mkl_tblobs_prv_to_cpu(out_data_);
#endif
Expand Down
115 changes: 0 additions & 115 deletions tests/cpp/include/test_ndarray_utils.h

This file was deleted.

0 comments on commit 2944405

Please sign in to comment.