Skip to content

Commit

Permalink
Merge pull request #41 from shintaro-iwasaki/release-1.0rc2
Browse files Browse the repository at this point in the history
CHANGES/version: update for 1.0rc2

No reviewer.
  • Loading branch information
shintaro-iwasaki authored Sep 26, 2019
2 parents 394fdd6 + afe51f3 commit 5311c48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
===============================================================================
Changes in 1.0rc2
===============================================================================

- Upgraded to LLVM OpenMP 9.0
- Improved the performance of nested parallel regions
- Support the thread affinity

===============================================================================
Changes in 1.0rc1
===============================================================================
Expand Down
6 changes: 3 additions & 3 deletions runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ endif()
set(LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX})

# Set BOLT version, release date, and build information
set(BOLT_VERSION "1.0rc1")
set(BOLT_NUMVERSION "10000201")
set(BOLT_RELEASE_DATE "Sat Nov 10 12:00:00 UTC 2018")
set(BOLT_VERSION "1.0rc2")
set(BOLT_NUMVERSION "10000202")
set(BOLT_RELEASE_DATE "Fri Sep 27 6:00:00 UTC 2019")
set(BOLT_COMPILER_CC ${CMAKE_C_COMPILER})
set(BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER})
if("${libomp_build_type_lowercase}" STREQUAL "release")
Expand Down

0 comments on commit 5311c48

Please sign in to comment.