Skip to content
Snippets Groups Projects
Commit 81b2c827 authored by Mark Winter's avatar Mark Winter
Browse files

Fix for nvcc include/build error on Ubuntu (__builtin_ia32_mwaitx)

- Note: This seems to be an issue between nvcc and glibc
parent ea03ab7f
No related branches found
Tags deletedOld
No related merge requests found
......@@ -37,7 +37,7 @@ PY_LIB = -L$(PYTHON_LIB) -l$(PYTHON_VER)
# Common parameters
#########################################
# Passed to both Nvidia compiler and gcc/clang
CPP_FLAGS = -std=c++11 -g
CPP_FLAGS = -std=c++11 -g -D_MWAITXINTRIN_H_INCLUDED
# Passed to gcc/clang and passthrough (--compiler-options) in nvcc
# NOTE: Any warning flags such as '-Wall' should go here
......
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