forked from pmodels/argobots
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
33 lines (28 loc) · 1.45 KB
/
CHANGES
File metadata and controls
33 lines (28 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
===============================================================================
Changes in 1.0rc1
===============================================================================
- Added support for dynamically promoted threads, which offer
better trade-offs than the existing ULT and tasklet methods
- Reduced the overhead of context switching
- Fixed the Valgrind support
- Extended the API with new blocking pool operations
- Leverage the more efficient GCC `__atomic` builtins when available
- Fixed a bug in the condition variable implementation
- Fixed bugs in memory pool
- Fixed bugs in pool operation
===============================================================================
Changes in 1.0b1
===============================================================================
- Added new API routines for bulk ULT creation and destruction
- Reduced the overhead of error checking
- Fixed bugs in some thread synchronization routines
- Fixed POWER8 support
- CPU affinity improvements on Intel KNL
- Improved the dynamic management of large numbers of execution streams
- Removed the local-exec TLS option
- Updated the documentation
- Added performance benchmarks
===============================================================================
Changes in 1.0a1
===============================================================================
The first release of Argobots.