File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 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+
111===============================================================================
212 Changes in 1.0rc3
313===============================================================================
Original file line number Diff line number Diff line change @@ -367,9 +367,9 @@ endif()
367367set (LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX} )
368368
369369# 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 " )
373373set (BOLT_COMPILER_CC ${CMAKE_C_COMPILER} )
374374set (BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER} )
375375if ("${libomp_build_type_lowercase} " STREQUAL "release" )
You can’t perform that action at this time.
0 commit comments