Skip to content

Commit

Permalink
use setup CUDA flag, expt extended lambda (close #207)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischoy committed Dec 15, 2020
1 parent e0799ce commit 2f4ce0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def _argparse(pattern, argv, is_flag=True):
if "darwin" in platform:
CC_FLAGS += ["-stdlib=libc++"]

NVCC_FLAGS += ["--extended-lambda"]
NVCC_FLAGS += ["--expt-extended-lambda"]

BLAS_LIST = ["openblas", "mkl", "atlas", "blas"]
if not (BLAS is False): # False only when not set, str otherwise
Expand Down

0 comments on commit 2f4ce0c

Please sign in to comment.