瀏覽代碼

add NUMA + disk ops in ChangeLog

Corentin Salingue 7 年之前
父節點
當前提交
217a221e9f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      ChangeLog

+ 4 - 0
ChangeLog

@@ -28,6 +28,8 @@ New features:
   * Add STARPU_CUDA_THREAD_PER_DEV environment variable to support driving all
     GPUs from only one thread when almost all kernels are asynchronous.
   * Add starpu_replay tool to replay tasks.rec files with Simgrid.
+  * Add experimental support of NUMA nodes. Use STARPU_USE_NUMA to activate it.
+  * Add a new set of functions to make Out-of-Core based on HDF5 Library.
 
 Small features:
   * Scheduling contexts may now be associated a user data pointer at creation
@@ -52,6 +54,8 @@ Small features:
   * Add priority management to StarPU-MPI.
   * Add STARPU_MAIN_THREAD_CPUID and STARPU_MPI_THREAD_CPUID environment
     variables.
+  * Add disk to disk copy functions and support asynchronous full read/write
+    in disk backends.
 
 Changes:
   * Vastly improve simgrid simulation time.