|
@@ -1,6 +1,6 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2009-2014 Université de Bordeaux
|
|
|
+# Copyright (C) 2009-2015 Université de Bordeaux
|
|
|
# Copyright (C) 2010, 2011, 2012, 2013, 2014 Centre National de la Recherche Scientifique
|
|
|
# Copyright (C) 2014 Inria
|
|
|
#
|
|
@@ -113,6 +113,8 @@ Small features:
|
|
|
which are known to fail
|
|
|
* Add starpu_memory_allocate and _deallocate to let the application declare
|
|
|
its own allocation to the reclaiming engine.
|
|
|
+ * Add STARPU_SIMGRID_CUDA_MALLOC_COST and STARPU_SIMGRID_CUDA_QUEUE_COST to
|
|
|
+ disable CUDA costs simulation in simgrid mode.
|
|
|
|
|
|
Changes:
|
|
|
* Data interfaces (variable, vector, matrix and block) now define
|