-
Notifications
You must be signed in to change notification settings - Fork 52
/
CHANGES
81 lines (68 loc) · 3.5 KB
/
CHANGES
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
===============================================================================
Changes in 1.1
===============================================================================
- Added a tool interface to support a profiler (see ABTX_prof)
- Supported the stack unwinding feature
- Implemented static initializers for ABT_mutex and ABT_cond
- Improved work-unit-local storage support
- Added several utility functions
- Improved support for affinity settings via an environmental variable
- Enhanced memory management of ULT stacks and descriptors
- Used futex when external threads call Argobots synchronization operations
- Revised the API specification
- Added support for XLC, PGI, Solaris, and ARM HPC compilers
- Supported Autoconf 2.70
- Fixed several bugs
===============================================================================
Changes in 1.0.1
===============================================================================
- Fixed the ABI string for the Argobots 1.0.x series.
===============================================================================
Changes in 1.0
===============================================================================
- Added support for restarting xstream
- Updated the example code
- Fixed the IBM POWER support
- Fixed a bug in affinity management
- Fixed a bug in future operation
- Fixed a bug in hugepage allocation
- Removed retain/release APIs of ULTs and tasklets
- Removed the event interface
- Updated the code formatting standard to use clang-format
===============================================================================
Changes in 1.0rc2
===============================================================================
- Added support for stack dump
- Added support for ucontext to cover more architectures
- Fixed code that assumes 64-bit OS to support 32bit environments
- Enhanced performance with --enable-valgrind when Valgrind is not used
- Fixed a bug in TLS handling
- Fixed a bug in memory pool
===============================================================================
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.