Skip to content

Commit e5b1519

Browse files
CHANGES/version: update for 1.0
1 parent 87cd214 commit e5b1519

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGES.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
===============================================================================
2+
Changes in 1.0
3+
===============================================================================
4+
5+
- Upgraded to LLVM OpenMP 10.0
6+
- Upgraded Argobots to 1.0
7+
- Fixed support for untied tasks
8+
- Added tests for OpenMP task and thread scheduling
9+
- Support several platforms including OSX and POWER9.
10+
111
===============================================================================
212
Changes in 1.0rc3
313
===============================================================================

runtime/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ endif()
367367
set(LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX})
368368

369369
# Set BOLT version, release date, and build information
370-
set(BOLT_VERSION "1.0rc3")
371-
set(BOLT_NUMVERSION "10000203")
372-
set(BOLT_RELEASE_DATE "Mon Nov 18 6:00:00 UTC 2019")
370+
set(BOLT_VERSION "1.0")
371+
set(BOLT_NUMVERSION "10000300")
372+
set(BOLT_RELEASE_DATE "Tue May 5 6:00:00 UTC 2020")
373373
set(BOLT_COMPILER_CC ${CMAKE_C_COMPILER})
374374
set(BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER})
375375
if("${libomp_build_type_lowercase}" STREQUAL "release")

0 commit comments

Comments
 (0)