File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ===============================================================================
2+ Changes in 1.0rc2
3+ ===============================================================================
4+
5+ - Upgraded to LLVM OpenMP 9.0
6+ - Improved the performance of nested parallel regions
7+ - Support the thread affinity
8+
19===============================================================================
210 Changes in 1.0rc1
311===============================================================================
Original file line number Diff line number Diff line change @@ -359,9 +359,9 @@ endif()
359359set (LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX} )
360360
361361# Set BOLT version, release date, and build information
362- set (BOLT_VERSION "1.0rc1 " )
363- set (BOLT_NUMVERSION "10000201 " )
364- set (BOLT_RELEASE_DATE "Sat Nov 10 12 :00:00 UTC 2018 " )
362+ set (BOLT_VERSION "1.0rc2 " )
363+ set (BOLT_NUMVERSION "10000202 " )
364+ set (BOLT_RELEASE_DATE "Fri Sep 27 6 :00:00 UTC 2019 " )
365365set (BOLT_COMPILER_CC ${CMAKE_C_COMPILER} )
366366set (BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER} )
367367if ("${libomp_build_type_lowercase} " STREQUAL "release" )
You can’t perform that action at this time.
0 commit comments