File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ ===============================================================================
2
+ Changes in 1.0
3
+ ===============================================================================
4
+
5
+ - Upgraded to LLVM OpenMP 10.0
6
+ - Upgraded Argobots to 1.0
7
+ - Fixed support for untied tasks
8
+ - Added tests for OpenMP task and thread scheduling
9
+ - Support several platforms including OSX and POWER9.
10
+
1
11
===============================================================================
2
12
Changes in 1.0rc3
3
13
===============================================================================
Original file line number Diff line number Diff line change @@ -367,9 +367,9 @@ endif()
367
367
set (LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX} )
368
368
369
369
# Set BOLT version, release date, and build information
370
- set (BOLT_VERSION "1.0rc3 " )
371
- set (BOLT_NUMVERSION "10000203 " )
372
- set (BOLT_RELEASE_DATE "Mon Nov 18 6:00:00 UTC 2019 " )
370
+ set (BOLT_VERSION "1.0 " )
371
+ set (BOLT_NUMVERSION "10000300 " )
372
+ set (BOLT_RELEASE_DATE "Tue May 5 6:00:00 UTC 2020 " )
373
373
set (BOLT_COMPILER_CC ${CMAKE_C_COMPILER} )
374
374
set (BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER} )
375
375
if ("${libomp_build_type_lowercase} " STREQUAL "release" )
You can’t perform that action at this time.
0 commit comments