|
@@ -1,7 +1,7 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
# Copyright (C) 2012-2014,2016-2017 Inria
|
|
|
-# Copyright (C) 2009-2017 Université de Bordeaux
|
|
|
+# Copyright (C) 2009-2018 Université de Bordeaux
|
|
|
# Copyright (C) 2010-2017 CNRS
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -91,6 +91,8 @@ Small features:
|
|
|
* Catch of signals SIGINT and SIGSEGV to dump fxt trace files.
|
|
|
* New configure option --disable-icc to disable the compilation of
|
|
|
specific ICC examples
|
|
|
+ * Add starpu_codelet_pack_arg_init, starpu_codelet_pack_arg,
|
|
|
+ starpu_codelet_pack_arg_fini for more fine-grain packing capabilities.
|
|
|
|
|
|
StarPU 1.2.3 (svn revision 22444)
|
|
|
==============================================
|