File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ===============================================================================
2+ Changes in 1.0rc1
3+ ===============================================================================
4+
5+ - Upgraded to LLVM OpenMP 7.0
6+ - Support task depend and taskloop
7+ - Support OpenMP 4.5 except untied task and cancellation
8+ - Argobots updated to the latest version and integrated as a git submodule
9+
110===============================================================================
211 Changes in 1.0b1
312===============================================================================
Original file line number Diff line number Diff line change @@ -380,9 +380,9 @@ endif()
380380set (LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX} )
381381
382382# Set BOLT version, release date, and build information
383- set (BOLT_VERSION "1.0b1 " )
384- set (BOLT_NUMVERSION "10000101 " )
385- set (BOLT_RELEASE_DATE "Sat Nov 11 03:10:06 UTC 2017 " )
383+ set (BOLT_VERSION "1.0rc1 " )
384+ set (BOLT_NUMVERSION "10000201 " )
385+ set (BOLT_RELEASE_DATE "Sat Nov 10 12:00:00 UTC 2018 " )
386386set (BOLT_COMPILER_CC ${CMAKE_C_COMPILER} )
387387set (BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER} )
388388if ("${libomp_build_type_lowercase} " STREQUAL "release" )
You can’t perform that action at this time.
0 commit comments