Skip to content

Commit 0404b9b

Browse files
shintaro-iwasakiHalim Amer
authored andcommitted
CHANGES/version: updated for the 1.0rc1 release
Signed-off-by: Halim Amer <[email protected]>
1 parent 2ba043b commit 0404b9b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGES.txt

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

runtime/CMakeLists.txt

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

0 commit comments

Comments
 (0)