test K-Hamming distances using One Max problem
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2275 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
ab5377d1a1
commit
55627d0377
4 changed files with 496 additions and 3 deletions
|
|
@ -41,10 +41,11 @@ LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${NVIDIA_LIB_DIR} ${CUDA_LIB_DIR}
|
|||
### 3) Define your targets and link the librairies
|
||||
######################################################################################
|
||||
|
||||
CUDA_ADD_EXECUTABLE(CutestKswapHC testKswapHC.cu)
|
||||
CUDA_ADD_EXECUTABLE(GPUtestKswapHCByModif testKswapHCByCpy.cu)
|
||||
CUDA_ADD_EXECUTABLE(GPUtestKswapHCByCpy testKswapHCByCpy.cu)
|
||||
|
||||
|
||||
TARGET_LINK_LIBRARIES(CutestKswapHC eoutils ga eo ${cutil})
|
||||
TARGET_LINK_LIBRARIES(GPUtestKswapHCByModif eoutils ga eo ${cutil})
|
||||
TARGET_LINK_LIBRARIES(GPUtestKswapHCByCpy eoutils ga eo ${cutil})
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue