diff --git a/Makefile b/Makefile index db697bae26..75c83221a6 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ PREFIX ?= /usr/local VERBOSE ?= 0 CUDACODE := -gencode=arch=compute_35,code=sm_35 \ + -gencode=arch=compute_50,code=sm_50 \ -gencode=arch=compute_52,code=sm_52 BUILDDIR := build