Prechádzať zdrojové kódy

partially revert previous commit

Cédric Augonnet 16 rokov pred
rodič
commit
75149a22e5

+ 1 - 1
tests/Makefile.am

@@ -32,7 +32,7 @@ NVCCFLAGS += -I$(top_srcdir)/include/
 	$(MKDIR_P) `dirname $@`
 	$(NVCC) -cubin $< -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS)
 
-.cu.cuo:
+.cu.o:
 	$(NVCC) $< -c -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS) -I${includedir}
 
 endif

+ 1 - 0
tests/microbenchs/sync_and_notify_data.c

@@ -16,6 +16,7 @@
 
 #include <stdio.h>
 #include <unistd.h>
+#include <errno.h>
 #include <starpu.h>
 
 #ifdef USE_GORDON