Skip to content

Commit

Permalink
Enable profiling cmake configuration
Browse files Browse the repository at this point in the history
Signed-off-by: caozhong <zhong.z.cao@intel.com>
  • Loading branch information
CaoZhongZ committed May 3, 2018
1 parent 2b128c9 commit 1b7d826
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set(IDEEP_VERSION
"${IDEEP_VERSION_MAJOR}.${IDEEP_VERSION_MINOR}.${IDEEP_VERSION_PATCH}")

set(USE_MKLDNN_INTERNAL 1)
include(cmake/profiling.cmake)
include(cmake/mkldnn.cmake)
include(cmake/mkl.cmake)
include(cmake/settings.cmake)
Expand Down
1 change: 0 additions & 1 deletion include/ideep/computations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,6 @@ struct concat : public computation,

return axis_info;
}

};

struct softmax_forward : public computation {
Expand Down

0 comments on commit 1b7d826

Please sign in to comment.