Closed GMNetto closed 4 years ago
Hello,
The build_dir
is automatically deleted by build.sh since you only need the lattice_filter.so
file in the end.
The three last lines of the build.sh script are:
cp lattice_filter.so ../
cd ..
rm -r build_dir
The warning happens all the the time but it does not have an impact on the build.
Hi,
I get to run build.sh after changing the file to use the default g++ and nvcc I have installed. However, after a point I get the following message
After this, I tried to update the CMakeLists.txt file with the flag
set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} --expt-relaxed-constexpr")
However, it did not fix. Would you have some idea about how to solve this?
Thanks