Skip to content

Commit

Permalink
move common.cpp into lib/THCLNN
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed Feb 4, 2016
1 parent b9ee7f1 commit e62b31d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ message("Torch_INSTALL_LIB ${Torch_INSTALL_LIB}")

#add_library( clnn SHARED init.cpp )

set(src init.cpp utils.cpp common.cpp
set(src init.cpp utils.cpp
)
set(luasrc init.lua MSECriterion.lua Pointwise.lua Threshold.lua
LogSoftMax.lua ClassNLLCriterion.lua StatefulTimer.lua THCLNN.lua
Expand Down
2 changes: 1 addition & 1 deletion lib/THCLNN/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENDIF()

#FILE(GLOB src-cl *.cpp)
set(src-cl Abs.cpp SpatialConvolutionMM.cpp ELU.cpp SpatialAveragePooling.cpp SpatialMaxPooling.cpp
SoftMax.cpp Tanh.cpp
SoftMax.cpp Tanh.cpp common.cpp
)

add_library(THCLNN MODULE ${src-cl})
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e62b31d

Please sign in to comment.