Skip to content

Releases: pmodels/bolt

v2.0

05 Feb 22:03
cac3cc8
Compare
Choose a tag to compare

The first release of BOLT based on LLVM OpenMP 11.0

  • Fixed an affinity bug

v1.0.1

05 Feb 21:59
7f9a143
Compare
Choose a tag to compare
  • Fixed an affinity issue

v2.0rc1

27 Oct 18:15
3ecd02f
Compare
Choose a tag to compare
v2.0rc1 Pre-release
Pre-release
  • Upgraded to LLVM OpenMP 11.0
  • Fixed tests

v1.0

04 May 17:59
44976c4
Compare
Choose a tag to compare
  • Upgraded to LLVM OpenMP 10.0
  • Upgraded Argobots to 1.0
  • Fixed support for untied tasks
  • Added tests for OpenMP task and thread scheduling
  • Support several platforms including OSX and POWER9

v1.0rc3

18 Nov 00:58
0a0033b
Compare
Choose a tag to compare
  • Upgraded Argobots to 1.0rc2 to solve the TLS-related issue
  • Fixed support for scheduler sleep

v1.0rc2

26 Sep 21:35
5311c48
Compare
Choose a tag to compare
  • Upgraded to LLVM OpenMP 9.0
  • Improved performance of nested parallel regions
  • Support thread affinity

v1.0rc1

09 Nov 18:01
Compare
Choose a tag to compare
  • Upgraded to LLVM OpenMP 7.0
  • Support task depend and taskloop
  • Support OpenMP 4.5 except untied task and cancellation
  • Argobots updated to the latest version and integrated as a git submodule

v1.0b1

13 Sep 15:40
Compare
Choose a tag to compare
  • Fixed missing some global state initialization
  • Fixed bugs related to newer Perl versions
  • Updated the embedded Argobots version