Browse Source

ChangeLog: update

Nathalie Furmento 11 years ago
parent
commit
cdb8ad6182
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ChangeLog

+ 3 - 0
ChangeLog

@@ -49,6 +49,7 @@ New features:
   * Add paje traces statistics tools.
   * Add CUDA concurrent kernel execution support through
     the STARPU_NWORKER_PER_CUDA environment variable.
+  * Use streams for GPUA->GPUB and GPUB->GPUA transfers.
 
 Small features:
   * New functions starpu_data_acquire_cb_sequential_consistency() and
@@ -340,6 +341,8 @@ Small changes:
   * Use C99 variadic macro support, not GNU.
   * Fix performance regression: dmda queues were inadvertently made
     LIFOs in r9611.
+  * Use big fat abortions when one tries to make a task or callback
+    sleep, instead of just returning EDEADLCK which few people will test
   * By default, StarPU FFT examples are not compiled and checked, the
     configure option --enable-starpufft-examples needs to be specified
     to change this behaviour.