Skip to content

Commit

Permalink
Merge pull request #4390 from fwyzard/IB/CMSSW_10_3_X/gcc700_update_C…
Browse files Browse the repository at this point in the history
…UDA_flags

Update CUDA_FLAGS used by CMSSW (10.3.x devel)
  • Loading branch information
smuzaffar committed Oct 2, 2018
2 parents ec2338c + 2f32119 commit 8943d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda-toolfile.spec
Expand Up @@ -35,10 +35,10 @@ cat << \EOF_TOOLFILE >%{i}/etc/scram.d/cuda.xml
<environment name="INCLUDE" default="$CUDA_BASE/include"/>
</client>
<flags CUDA_FLAGS="-gencode arch=compute_35,code=sm_35"/>
<flags CUDA_FLAGS="-gencode arch=compute_50,code=sm_50"/>
<flags CUDA_FLAGS="-gencode arch=compute_61,code=sm_61"/>
<flags CUDA_FLAGS="-gencode arch=compute_70,code=sm_70"/>
<flags CUDA_FLAGS="-O3 -std=c++14 --expt-relaxed-constexpr --expt-extended-lambda"/>
<flags CUDA_FLAGS="--generate-line-info --source-in-ptx"/>
<flags CUDA_HOST_REM_CXXFLAGS="-std=%"/>
<flags CUDA_HOST_REM_CXXFLAGS="%potentially-evaluated-expression"/>
<flags CUDA_HOST_CXXFLAGS="-std=c++14"/>
Expand Down

0 comments on commit 8943d81

Please sign in to comment.