Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: aac15a5a7e3b6edce4ca2f27e2e83066c0dcfa69
https://github.com/STEllAR-GROUP/hpx/commit/aac15a5a7e3b6edce4ca2f27e2e83066c0dcfa69
Author: aurianer <[email protected]>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M libs/full/async_cuda/tests/performance/cuda_executor_throughput.cpp
M libs/full/async_cuda/tests/unit/cublas_matmul.cpp
M libs/full/compute/include/hpx/compute/host/block_allocator.hpp
M libs/full/compute_cuda/examples/data_copy.cu
M libs/full/compute_cuda/examples/hello_compute.cu
M libs/full/compute_cuda/include/hpx/compute/cuda/concurrent_executor.hpp
M libs/full/compute_cuda/include/hpx/compute/cuda/default_executor.hpp
M libs/full/compute_cuda/tests/unit/for_each_compute.cu
M libs/full/compute_cuda/tests/unit/for_loop_compute.cu
M libs/full/compute_cuda/tests/unit/transform_compute.cu
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/count.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/minmax.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/fill.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/generate.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/merge.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/minmax.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/partition.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/replace.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/search.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_union.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/sort.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
Log Message:
-----------
Fix warnings about deprecated parallel::execution namespace
Commit: 9e8374cc6e858120171e06fa4a53e5c02d38e8bf
https://github.com/STEllAR-GROUP/hpx/commit/9e8374cc6e858120171e06fa4a53e5c02d38e8bf
Author: aurianer <[email protected]>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M .jenkins/cscs/env-gcc-cuda.sh
Log Message:
-----------
Add deprecation warnings in cscs jenkins cuda ci
Commit: e3a4b351bc6f1fd4e22fead51a45a6190542fa4a
https://github.com/STEllAR-GROUP/hpx/commit/e3a4b351bc6f1fd4e22fead51a45a6190542fa4a
Author: Mikael Simberg <[email protected]>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
M libs/full/async_cuda/tests/unit/saxpy.cu
M libs/full/async_cuda/tests/unit/trivial_demo.cu
M libs/full/async_mpi/include/hpx/async_mpi/mpi_executor.hpp
M libs/full/compute/include/hpx/compute/host/block_allocator.hpp
M libs/full/compute_cuda/examples/hello_compute.cu
M libs/full/compute_cuda/examples/partitioned_vector.cu
M libs/full/compute_cuda/tests/performance/synchronize.cu
M libs/full/compute_cuda/tests/unit/default_executor.cu
M libs/full/compute_cuda/tests/unit/for_loop_compute.cu
M libs/full/compute_cuda/tests/unit/transform_compute.cu
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/count.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/minmax.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/fill.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/generate.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/merge.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/minmax.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/replace.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/search.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_union.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/sort.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/count.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/move.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
M src/runtime/parcelset/parcel.cpp
M tests/unit/apex/annotation_check.cpp
Log Message:
-----------
Fix deprecation warnings
Commit: 916861018b17047f97563b83532f96daa9681e73
https://github.com/STEllAR-GROUP/hpx/commit/916861018b17047f97563b83532f96daa9681e73
Author: Mikael Simberg <[email protected]>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M .jenkins/cscs/env-clang-apex.sh
M .jenkins/cscs/env-clang-cuda.sh
M .jenkins/cscs/env-clang-newest.sh
M .jenkins/cscs/env-clang-oldest.sh
M .jenkins/cscs/env-gcc-cuda.sh
M .jenkins/cscs/env-gcc-newest.sh
M .jenkins/cscs/env-gcc-oldest.sh
M .jenkins/cscs/env-icc.sh
M .jenkins/lsu/env-clang-7.sh
M .jenkins/lsu/env-clang-8.sh
M .jenkins/lsu/env-clang-9.sh
M .jenkins/lsu/env-gcc-8.sh
M .jenkins/lsu/env-gcc-9-cuda-11.sh
M .jenkins/lsu/env-gcc-9.sh
Log Message:
-----------
Enable deprecation warnings on Jenkins builders
Commit: b9354f1d3f4ae62a4b940e8e7f1c5f1aa8807e73
https://github.com/STEllAR-GROUP/hpx/commit/b9354f1d3f4ae62a4b940e8e7f1c5f1aa8807e73
Author: Mikael Simberg <[email protected]>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/parallelism/futures/include/hpx/futures/future.hpp
Log Message:
-----------
Add workaround for nvcc compilation
The for_loop_compute test fails to compile without the workarounds in this
commit. The error message is "error: cannot use an entity undefined in device
code" without any mention of what entity is undefined. This workaround is as
specific as I could get without knowing what undefined entity is causing the
error.
Commit: fea58f0a19e93f32c8fc97c36cfc260ffbaea465
https://github.com/STEllAR-GROUP/hpx/commit/fea58f0a19e93f32c8fc97c36cfc260ffbaea465
Author: Mikael Simberg <[email protected]>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M .jenkins/cscs/env-clang-apex.sh
M .jenkins/cscs/env-clang-cuda.sh
M .jenkins/cscs/env-clang-newest.sh
M .jenkins/cscs/env-clang-oldest.sh
M .jenkins/cscs/env-gcc-cuda.sh
M .jenkins/cscs/env-gcc-newest.sh
M .jenkins/cscs/env-gcc-oldest.sh
M .jenkins/cscs/env-icc.sh
M .jenkins/lsu/env-clang-7.sh
M .jenkins/lsu/env-clang-8.sh
M .jenkins/lsu/env-clang-9.sh
M .jenkins/lsu/env-gcc-8.sh
M .jenkins/lsu/env-gcc-9-cuda-11.sh
M .jenkins/lsu/env-gcc-9.sh
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
M libs/full/async_cuda/tests/performance/cuda_executor_throughput.cpp
M libs/full/async_cuda/tests/unit/cublas_matmul.cpp
M libs/full/async_cuda/tests/unit/saxpy.cu
M libs/full/async_cuda/tests/unit/trivial_demo.cu
M libs/full/async_mpi/include/hpx/async_mpi/mpi_executor.hpp
M libs/full/compute/include/hpx/compute/host/block_allocator.hpp
M libs/full/compute_cuda/examples/data_copy.cu
M libs/full/compute_cuda/examples/hello_compute.cu
M libs/full/compute_cuda/examples/partitioned_vector.cu
M libs/full/compute_cuda/include/hpx/compute/cuda/concurrent_executor.hpp
M libs/full/compute_cuda/include/hpx/compute/cuda/default_executor.hpp
M libs/full/compute_cuda/tests/performance/synchronize.cu
M libs/full/compute_cuda/tests/unit/default_executor.cu
M libs/full/compute_cuda/tests/unit/for_each_compute.cu
M libs/full/compute_cuda/tests/unit/for_loop_compute.cu
M libs/full/compute_cuda/tests/unit/transform_compute.cu
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/count.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/minmax.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/fill.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/generate.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/merge.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/minmax.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/replace.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/search.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_union.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/sort.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/count.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/move.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
M libs/parallelism/futures/include/hpx/futures/future.hpp
M src/runtime/parcelset/parcel.cpp
M tests/unit/apex/annotation_check.cpp
Log Message:
-----------
Merge pull request #4993 from aurianer/fix_namespace_deprecation_warning
Fix deprecation warnings
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/d68cbda86ca3...fea58f0a19e9
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits