Skip to content
Snippets Groups Projects
Commit 91eacbc7 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: Typo in NVCCFLAGS construction

parent f7fa4ef1
No related branches found
No related tags found
1 merge request!33RF: Set -std=c++14 for nvcc-compiled code - CUDA 11.0 is the earliest to support c++17
...@@ -123,7 +123,7 @@ NVCCFLAGS += --compiler-options "${CPPFLAGS}" \ ...@@ -123,7 +123,7 @@ NVCCFLAGS += --compiler-options "${CPPFLAGS}" \
${ARCHNVCCFLAGS} \ ${ARCHNVCCFLAGS} \
--compiler-options "${ARCHCXXFLAGS}" \ --compiler-options "${ARCHCXXFLAGS}" \
${USRNVCCFLAGS} \ ${USRNVCCFLAGS} \
--compiler-options "${USRCXXFLASG}" \ --compiler-options "${USRCXXFLAGS}" \
${INCFLAGS} ${INCFLAGS}
NVCCLDFLAGS += ${ARCHNVCCLDFLAGS} \ NVCCLDFLAGS += ${ARCHNVCCLDFLAGS} \
--compiler-options "${ARCHLDFLAGS}" \ --compiler-options "${ARCHLDFLAGS}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment