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

BF: typo in var name

parent 9329eab0
No related branches found
No related tags found
No related merge requests found
...@@ -111,14 +111,14 @@ ifneq ($(shell which nvcc), ) ...@@ -111,14 +111,14 @@ ifneq ($(shell which nvcc), )
# - Do not use -pedantic, otherwise *every single line* of # - Do not use -pedantic, otherwise *every single line* of
# transpiled cuda code will trigger "warning: style of line # transpiled cuda code will trigger "warning: style of line
# directive is a GCC extension". # directive is a GCC extension".
ARCCUDACXXFLAGS = -I${CUDADIR}/include \ ARCHCUDACXXFLAGS = -I${CUDADIR}/include \
-maxrregcount=64 \ -maxrregcount=64 \
${GENCODE_FLAGS} \ ${GENCODE_FLAGS} \
-DARMA_ALLOW_FAKE_GCC \ -DARMA_ALLOW_FAKE_GCC \
--compiler-options \ --compiler-options \
"$(filter-out -pedantic, ${ARCHCXXFLAGS})" "$(filter-out -pedantic, ${ARCHCXXFLAGS})"
ARCHCUDALDFLAGS = -L${CUDADIR}/lib \ ARCHCUDALDFLAGS = -L${CUDADIR}/lib \
-L${CUDADIR}/lib/stubs -L${CUDADIR}/lib/stubs
ifeq ($(SYSTYPE), Darwin) ifeq ($(SYSTYPE), Darwin)
......
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