Skip to content

Commit

Permalink
Develop is now preparing version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed Nov 10, 2023
1 parent df16be4 commit d7f4a0a
Show file tree
Hide file tree
Showing 64 changed files with 103 additions and 103 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

project(Ginkgo LANGUAGES C CXX VERSION 1.7.0 DESCRIPTION "A numerical linear algebra library targeting many-core architectures")
project(Ginkgo LANGUAGES C CXX VERSION 1.8.0 DESCRIPTION "A numerical linear algebra library targeting many-core architectures")
set(Ginkgo_VERSION_TAG "develop")
set(PROJECT_VERSION_TAG ${Ginkgo_VERSION_TAG})
# Cuda and Hip also look for Threads. Set it before any find_package to ensure the Threads setting is not changed.
Expand Down
10 changes: 5 additions & 5 deletions benchmark/test/reference/blas.profile.stderr
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 0 warm iterations and 1 running iterations
The random seed for right hand sides is 42
The operations are copy,axpy,scal
Running test case n = 100
DEBUG: begin n = 100
Running test case n = 100
DEBUG: begin n = 100
Running blas: copy
DEBUG: begin copy
DEBUG: begin dense::fill
Expand Down Expand Up @@ -39,4 +39,4 @@ DEBUG: begin dense::scale
DEBUG: end dense::scale
DEBUG: end repetition
DEBUG: end scal
DEBUG: end n = 100
DEBUG: end n = 100
6 changes: 3 additions & 3 deletions benchmark/test/reference/blas.simple.stderr
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
The operations are copy,axpy,scal
Running test case n = 100
Running test case n = 100
Running blas: copy
Running blas: axpy
Running blas: scal
4 changes: 2 additions & 2 deletions benchmark/test/reference/conversion.all.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/conversion.matrix.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/conversion.profile.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 0 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/conversion.simple.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/distributed_solver.matrix.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/distributed_solver.profile.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 0 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/distributed_solver.simple.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/matrix_statistics.matrix.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running test case <filename>
Matrix is of size (36, 36), 208
4 changes: 2 additions & 2 deletions benchmark/test/reference/matrix_statistics.simple.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running test case stencil(100, 7pt)
Matrix is of size (125, 125), 725
10 changes: 5 additions & 5 deletions benchmark/test/reference/multi_vector_distributed.profile.stderr
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 0 warm iterations and 1 running iterations
The random seed for right hand sides is 42
The operations are copy,axpy,scal
Running test case n = 100
DEBUG: begin n = 100
Running test case n = 100
DEBUG: begin n = 100
Running blas: copy
DEBUG: begin copy
DEBUG: begin partition::build_ranges_from_global_size
Expand Down Expand Up @@ -129,4 +129,4 @@ DEBUG: begin dense::scale
DEBUG: end dense::scale
DEBUG: end repetition
DEBUG: end scal
DEBUG: end n = 100
DEBUG: end n = 100
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
The operations are copy,axpy,scal
Running test case n = 100
Running test case n = 100
Running blas: copy
Running blas: axpy
Running blas: scal
4 changes: 2 additions & 2 deletions benchmark/test/reference/preconditioner.matrix.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/preconditioner.profile.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 0 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/preconditioner.reordered.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/preconditioner.simple.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/solver.matrix.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/solver.profile.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 0 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/solver.reordered.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/solver.simple.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/sparse_blas.matrix.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/sparse_blas.profile.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 0 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/sparse_blas.reordered.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/sparse_blas.simple.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/spmv.matrix.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/spmv.profile.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 0 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/spmv.reordered.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/spmv.simple.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/spmv_distributed.profile.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 0 warm iterations and 1 running iterations
The random seed for right hand sides is 42
Expand Down
4 changes: 2 additions & 2 deletions benchmark/test/reference/spmv_distributed.simple.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is Ginkgo 1.7.0 (develop)
running with core module 1.7.0 (develop)
This is Ginkgo 1.8.0 (develop)
running with core module 1.8.0 (develop)
Running on reference(0)
Running with 2 warm iterations and 10 running iterations
The random seed for right hand sides is 42
Expand Down
2 changes: 1 addition & 1 deletion examples/adaptiveprecision-blockjacobi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(adaptiveprecision-blockjacobi)

# We only need to find Ginkgo if we build this example stand-alone
if (NOT GINKGO_BUILD_EXAMPLES)
find_package(Ginkgo 1.7.0 REQUIRED)
find_package(Ginkgo 1.8.0 REQUIRED)
endif()

add_executable(adaptiveprecision-blockjacobi adaptiveprecision-blockjacobi.cpp)
Expand Down
2 changes: 1 addition & 1 deletion examples/build-setup.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# copy libraries
LIBRARY_NAMES="ginkgo ginkgo_reference ginkgo_omp ginkgo_cuda ginkgo_hip ginkgo_dpcpp ginkgo_device"
SUFFIXES=".so .dylib .dll d.so d.dylib d.dll"
VERSION="1.7.0"
VERSION="1.8.0"
for name in ${LIBRARY_NAMES}; do
for suffix in ${SUFFIXES}; do
cp ${BUILD_DIR}/lib/lib${name}${suffix}.${VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion examples/cb-gmres/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(cb-gmres)

# We only need to find Ginkgo if we build this example stand-alone
if (NOT GINKGO_BUILD_EXAMPLES)
find_package(Ginkgo 1.7.0 REQUIRED)
find_package(Ginkgo 1.8.0 REQUIRED)
endif()

add_executable(cb-gmres cb-gmres.cpp)
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-logger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(custom-logger)

# We only need to find Ginkgo if we build this example stand-alone
if (NOT GINKGO_BUILD_EXAMPLES)
find_package(Ginkgo 1.7.0 REQUIRED)
find_package(Ginkgo 1.8.0 REQUIRED)
endif()

add_executable(custom-logger custom-logger.cpp)
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-matrix-format/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(custom-matrix-format CXX CUDA)

# We only need to find Ginkgo if we build this example stand-alone
if (NOT GINKGO_BUILD_EXAMPLES)
find_package(Ginkgo 1.7.0 REQUIRED)
find_package(Ginkgo 1.8.0 REQUIRED)
find_package(OpenMP 3.0 REQUIRED)
endif()

Expand Down
2 changes: 1 addition & 1 deletion examples/custom-stopping-criterion/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(custom-stopping-criterion)

# We only need to find Ginkgo if we build this example stand-alone
if (NOT GINKGO_BUILD_EXAMPLES)
find_package(Ginkgo 1.7.0 REQUIRED)
find_package(Ginkgo 1.8.0 REQUIRED)
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
endif()
Expand Down
2 changes: 1 addition & 1 deletion examples/ginkgo-overhead/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(ginkgo-overhead)

# We only need to find Ginkgo if we build this example stand-alone
if (NOT GINKGO_BUILD_EXAMPLES)
find_package(Ginkgo 1.7.0 REQUIRED)
find_package(Ginkgo 1.8.0 REQUIRED)
endif()

add_executable(ginkgo-overhead ginkgo-overhead.cpp)
Expand Down
2 changes: 1 addition & 1 deletion examples/ginkgo-ranges/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(ginkgo-ranges)

# We only need to find Ginkgo if we build this example stand-alone
if (NOT GINKGO_BUILD_EXAMPLES)
find_package(Ginkgo 1.7.0 REQUIRED)
find_package(Ginkgo 1.8.0 REQUIRED)
endif()
add_executable(ginkgo-ranges ginkgo-ranges.cpp)
target_link_libraries(ginkgo-ranges Ginkgo::ginkgo)
2 changes: 1 addition & 1 deletion examples/heat-equation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(heat-equation)

# We only need to find Ginkgo if we build this example stand-alone
if (NOT GINKGO_BUILD_EXAMPLES)
find_package(Ginkgo 1.7.0 REQUIRED)
find_package(Ginkgo 1.8.0 REQUIRED)
endif()
find_package(OpenCV REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion examples/ilu-preconditioned-solver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(ilu-preconditioned-solver)

# We only need to find Ginkgo if we build this example stand-alone
if (NOT GINKGO_BUILD_EXAMPLES)
find_package(Ginkgo 1.7.0 REQUIRED)
find_package(Ginkgo 1.8.0 REQUIRED)
endif()

add_executable(ilu-preconditioned-solver ilu-preconditioned-solver.cpp)
Expand Down
2 changes: 1 addition & 1 deletion examples/inverse-iteration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(inverse-iteration)

# We only need to find Ginkgo if we build this example stand-alone
if (NOT GINKGO_BUILD_EXAMPLES)
find_package(Ginkgo 1.7.0 REQUIRED)
find_package(Ginkgo 1.8.0 REQUIRED)
endif()

add_executable(inverse-iteration inverse-iteration.cpp)
Expand Down
Loading

0 comments on commit d7f4a0a

Please sign in to comment.