Skip to content

Commit 5311c48

Browse files
Merge pull request #41 from shintaro-iwasaki/release-1.0rc2
CHANGES/version: update for 1.0rc2 No reviewer.
2 parents 394fdd6 + afe51f3 commit 5311c48

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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
===============================================================================

runtime/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ endif()
359359
set(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")
365365
set(BOLT_COMPILER_CC ${CMAKE_C_COMPILER})
366366
set(BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER})
367367
if("${libomp_build_type_lowercase}" STREQUAL "release")

0 commit comments

Comments
 (0)