/tomo/pyhst

To get this branch, use:
bzr branch http://darksoft.org/webbzr/tomo/pyhst

« back to all changes in this revision

Viewing changes to hst_cuda/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2017-09-28 10:34:47 UTC
  • Revision ID: csa@suren.me-20170928103447-dggjgnuxmymgew2a
Quality fixes (tex-based)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        SET(NVCODES -gencode arch=compute_52,code=sm_52 -gencode arch=compute_61,code=sm_61)
38
38
        #-gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_61,code=sm_61)
39
39
#        CUDA_COMPILE_PTX(ptx ${hst_cuda_SRCS} OPTIONS ${NVCODES}  -lineinfo --ptxas-options=-v)
40
 
        CUDA_ADD_LIBRARY(hst_cuda ${hst_cuda_SRCS} OPTIONS ${NVCODES} -lineinfo --ptxas-options=-v --ftz=true)
 
40
        CUDA_ADD_LIBRARY(hst_cuda ${hst_cuda_SRCS} OPTIONS ${NVCODES} -lineinfo --ptxas-options=-v --ftz=true)# --ftz=true)
41
41
    else (ENABLE_KEPLER_INSTRUCTIONS)
42
42
#        CUDA_COMPILE_PTX(ptx ${hst_cuda_SRCS} OPTIONS -arch sm_21 -lineinfo --ptxas-options=-v)
43
43
        CUDA_ADD_LIBRARY(hst_cuda ${hst_cuda_SRCS} OPTIONS -arch sm_21 -lineinfo --ptxas-options=-v) #21