From 78c4225ea30628424fe26649de5e67cc8ee4e1dd Mon Sep 17 00:00:00 2001 From: Sean Treichler Date: Mon, 9 Sep 2019 08:16:21 -0700 Subject: [PATCH] release candidate for legion-19.09.0 --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5c1c6bbeb5..1e51a497f5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ This file lists the major changes as they appear in the stable branch. No attempt is made to keep this list accurate for the master branch. -Version 19.09.0 (September ??, 2019) +Version 19.09.0 (September 9, 2019) * Regent - __demand(__index_launch) has been added as an alternative to __demand(__parallel) on for loops that avoids confusion with the @@ -16,7 +16,7 @@ Version 19.09.0 (September ??, 2019) https://github.com/StanfordLegion/legion/issues/501 * Legion - Support for a built-in collection of reduction operators including - sum, product, max, and min over a variety of types for both CPUs and GPUs + sum, product, max, and min over a variety of types for CPUs and GPUs * Realm - assorted bug, performance, and memory leak fixes - fills to attached HDF5 instances are orders of magnitude faster