Skip to content
Snippets Groups Projects
Commit 335be108 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Removing march native

parent 53aa9933
No related branches found
No related tags found
No related merge requests found
Pipeline #3974 failed
......@@ -36,14 +36,13 @@ endif
CC=mpic++
LDIR =
OPT=
OBJ = main.o
miniBUDE:
%.o: %.cu
$(CUDA_CC) -Ofast -march=native -ffast-math $(CUDA_OPTIONS) $(OPT) -c --std=c++14 -o $@ $< $(INCLUDE_PATH_NVCC)
$(CUDA_CC) -Ofast -ffast-math $(CUDA_OPTIONS) $(OPT) -c --std=c++14 -o $@ $< $(INCLUDE_PATH_NVCC)
%.o: %.cpp
$(CC) -O3 $(OPT) -g -c --std=c++14 -o $@ $< $(INCLUDE_PATH)
......
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