|
@@ -1,7 +1,7 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
# Copyright (C) 2009-2013 Université de Bordeaux 1
|
|
|
-# Copyright (C) 2010, 2011, 2012 Centre National de la Recherche Scientifique
|
|
|
+# Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
|
|
|
# Copyright (C) 2010, 2011, 2012 Institut National de Recherche en Informatique et Automatique
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -23,11 +23,9 @@ AM_LDFLAGS = $(STARPU_OPENCL_LDFLAGS) $(STARPU_CUDA_LDFLAGS) $(FXT_LDFLAGS)
|
|
|
EXTRA_DIST = \
|
|
|
helper.h \
|
|
|
datawizard/scal.h \
|
|
|
- microbenchs/null_kernel_gordon.c \
|
|
|
microbenchs/tasks_size_overhead.sh \
|
|
|
microbenchs/tasks_size_overhead.gp \
|
|
|
datawizard/scratch_opencl_kernel.cl \
|
|
|
- datawizard/sync_and_notify_data_gordon_kernels.c \
|
|
|
datawizard/sync_and_notify_data_opencl_codelet.cl\
|
|
|
datawizard/opencl_codelet_unsigned_inc_kernel.cl \
|
|
|
coverage/coverage.sh \
|
|
@@ -47,9 +45,7 @@ EXTRA_DIST = \
|
|
|
perfmodels/opencl_memset_kernel.cl
|
|
|
|
|
|
CLEANFILES = \
|
|
|
- *.gcno *.gcda *.linkinfo \
|
|
|
- microbenchs/null_kernel_gordon.spuelf \
|
|
|
- datawizard/sync_and_notify_data_gordon_kernels.spuelf
|
|
|
+ *.gcno *.gcda *.linkinfo
|
|
|
|
|
|
BUILT_SOURCES =
|
|
|
SUBDIRS =
|