Fixed stray comma in CUDA_ARCH_FLAGS

This commit is contained in:
jpekkila
2019-07-26 14:10:17 +03:00
parent 26316a4d15
commit 818893a0ea

View File

@@ -12,7 +12,7 @@ set(CUDA_ARCH_FLAGS -gencode arch=compute_37,code=sm_37
-gencode arch=compute_61,code=sm_61 -gencode arch=compute_61,code=sm_61
-lineinfo -lineinfo
-ftz=true # Flush denormalized floats to zero -ftz=true # Flush denormalized floats to zero
-std=c++11, -std=c++11
--compiler-options -march=native) # Native host machine code --compiler-options -march=native) # Native host machine code
#--maxrregcount=255 #--maxrregcount=255
# -Xptxas -dlcm=ca opt-in to cache all global loads to L1/texture cache # -Xptxas -dlcm=ca opt-in to cache all global loads to L1/texture cache