Skip to content

Commit

Permalink
beginning of CHANGES.txt for 21.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
streichler committed Dec 18, 2021
1 parent e400159 commit 088791e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
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 21.12.0 (December ??, 2021)
* Realm
- Performance improvements for multi-dimensional copies, especially
inter-process transfers
- Support for loading CUDA driver (if present) at runtime instead of
link time, allowing same binary to be used on systems with and without
CUDA-capable GPUs (enabled with -DLegion_CUDA_DYNAMIC_LOAD=ON in
cmake build)
* Build
- Cmake allows control of max nodes (-DLegion_MAX_NUM_NODES=...) and
max processors/node (-DLegion_MAX_NUM_PROCS=...) supported by
Legion build

Version 21.09.0 (September 28, 2021)
* Realm
- Numerous bug fixes in the `gasnetex` network layer
Expand Down

0 comments on commit 088791e

Please sign in to comment.