Skip to content
Snippets Groups Projects
Commit 91f18ad4 authored by Niklas Eiling's avatar Niklas Eiling
Browse files

revert to sm_62 in tests to make tests work in CI

parent c6cb9371
No related branches found
No related tags found
No related merge requests found
Pipeline #1040574 passed
......@@ -5,7 +5,7 @@ HOST_LD = gcc
HOST_CFLAGS = -Wall -std=gnu99
CC = nvcc -ccbin g++
ARCH = sm_80
ARCH = sm_61
CFLAGS = -arch=$(ARCH) -cudart shared
#CFLAGS = -arch=$(ARCH)
LD = nvcc -ccbin g++
......@@ -61,7 +61,7 @@ $(BINARY) : $(FILES)
$(LD) $(LDFLAGS) -o $@ $^
$(OVERHEAD_O) : $(OVERHEAD_O:.o=.cu)
$(CC) -O2 $(CFLAGS) -dc -o $@ $<
$(CC) -O3 $(CFLAGS) -dc -o $@ $<
$(OVERHEAD_BIN) : $(OVERHEAD_O)
$(LD) $(LDFLAGS) -O2 -o $@ $^
......
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