Skip to content

Releases: pmodels/argobots

v1.0rc1

09 Nov 04:57
Compare
Choose a tag to compare
  • 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

v1.0b1

13 Sep 15:34
Compare
Choose a tag to compare
  • 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

v1.0a1

13 Sep 15:35
Compare
Choose a tag to compare

The first release of Argobots.