From b3a0b10a86d75297e7f5685d3e3d5345a60f590a Mon Sep 17 00:00:00 2001 From: jpekkila Date: Thu, 4 Jul 2019 16:02:13 +0300 Subject: [PATCH] Removed old comments --- src/core/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 9b67f11..9ec32de 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -11,10 +11,6 @@ find_package(CUDA 9 REQUIRED) set(CUDA_SEPARABLE_COMPILATION OFF) set(CUDA_PROPAGATE_HOST_FLAGS ON) -# CUDA_BUILD_CUBIN requires that we're compiling for only one architecture -# set(CUDA_BUILD_CUBIN ON) - - #----------------------Setup CUDA compilation flags----------------------------# # Generate code for the default architecture (Pascal)