Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

HPX

The C++ Standard Library for Parallelism and Concurrency
Collective - Host: opensource - https://opencollective.com/hpx - Website: https://hpx.stellar-group.org/ - Code: https://github.com/STEllAR-GROUP/hpx

Merge pull request #5559 from STEllAR-GROUP/cmake_folders

Fixing cmake folder names after module restructuring

github.com/STEllAR-GROUP/hpx - 35b68fa96ea1deb2f69e378aa99ae9053d9b3c43 authored over 3 years ago
Fixing cmake folder names after module restructuring

github.com/STEllAR-GROUP/hpx - 357f5bcad24a80c8dd680fa9f9ccbf3d8b328d9e authored over 3 years ago
Merge pull request #5558 from STEllAR-GROUP/module_dependencies

Fixing wrong module dependencies

github.com/STEllAR-GROUP/hpx - 7036b3390c76088f32fd79cc0aebd1bc78dc6831 authored over 3 years ago
Fixing wrong module dependencies

github.com/STEllAR-GROUP/hpx - 6176934e03d38a40b58d36e3059eb3d25449c047 authored over 3 years ago
Remove leftover thread pool os executor tests

github.com/STEllAR-GROUP/hpx - 19438a60f2e4ed7d9ecd7cd458e45b6a415b0103 authored over 3 years ago
Update action count in apex_action_count test

github.com/STEllAR-GROUP/hpx - 30f47ed5ea8622bf526ee0080d276f73142f2be2 authored over 3 years ago
Merge pull request #5313 from msimberg/rearrange-libs

Rearrange modules between libraries

github.com/STEllAR-GROUP/hpx - cde3066fd2e2d0520fdc665383ddfff89d2355cc authored over 3 years ago
Move local modules to core library

github.com/STEllAR-GROUP/hpx - c5c1c001a222929db47077666efd65ed43e63719 authored over 3 years ago
Merge pull request #5514 from msimberg/ensure-started-split

Add split sender adapter

github.com/STEllAR-GROUP/hpx - 3288a9d5598ded6ee250e1372e624ad6e6f2e71e authored over 3 years ago
Add TODO for split/ensure_started about completion schedulers

github.com/STEllAR-GROUP/hpx - 4d29760276358b8988a094e5f27abd9c9b63c503 authored over 3 years ago
Use ensure_started implementation to implement split

github.com/STEllAR-GROUP/hpx - 51007964d2ebdcfe8bed46b747e52a67e4382eba authored over 3 years ago
Merge pull request #5537 from msimberg/cscs-jenkins-release-debug-builds

Test release and debug builds on Piz Daint

github.com/STEllAR-GROUP/hpx - 28f7256acda64a37edfd133ab7b8971b94cb2844 authored over 3 years ago
Merge pull request #5550 from STEllAR-GROUP/msimberg-patch-2

Update CUDA module in clang-cuda configuration

github.com/STEllAR-GROUP/hpx - 6e15097cb741face9c8226d587cae0c4fafdb7d2 authored over 3 years ago
Merge pull request #5547 from STEllAR-GROUP/communication_set

Fixing communication set

github.com/STEllAR-GROUP/hpx - 95dbc5048eef58829383c265743f4a1e9fb4e31f authored over 3 years ago
Merge pull request #5552 from STEllAR-GROUP/modernize_async

Modernizing some of the async facilities

github.com/STEllAR-GROUP/hpx - f3b0d2626c668ce4f0b7902b99dcca0b88d42dc6 authored over 3 years ago
Modernizing some of the async facilities

github.com/STEllAR-GROUP/hpx - a345f25759b168c878f754854e803d9b5dd6eb07 authored over 3 years ago
Fixing for local executions of actions to properly set task names

github.com/STEllAR-GROUP/hpx - 4a02ce8babe4b569d35fc217643a2ff2698cf82c authored over 3 years ago
Disable bogus warning about array bounds with GCC 11 in invoke.hpp

The warning only appears with optimizations enabled.

github.com/STEllAR-GROUP/hpx - 9cb3362393877b5982896f903a3bd5e420f46cc2 authored over 3 years ago
Update CUDA module in clang-cuda configuration

github.com/STEllAR-GROUP/hpx - 6b5d7c8cb30b5f04500be46a51cd61df2a5b66b8 authored over 3 years ago
Merge pull request #5548 from STEllAR-GROUP/noexcept_get_action_name

Making get_action_name() noexcept

github.com/STEllAR-GROUP/hpx - c1923e5d1d6edef8883e99c2ee2fc07cad6876ec authored over 3 years ago
Merge pull request #5545 from STEllAR-GROUP/msimberg-patch-2

Remove wrong move in thread_pool_scheduler_bulk.hpp

github.com/STEllAR-GROUP/hpx - b5e5b9c3021b173cb5f169ae1250413a009bbf9f authored over 3 years ago
Making get_action_name() noexcept

github.com/STEllAR-GROUP/hpx - 154398444d306d77ffc200ef67fba9cb8a762f95 authored over 3 years ago
Fixing communication set

github.com/STEllAR-GROUP/hpx - a2fd33963bb5efa180c4d77fad2b631595d350ed authored over 3 years ago
Remove wrong move in thread_pool_scheduler_bulk.hpp

github.com/STEllAR-GROUP/hpx - 3f58224d19f7ebee99b929cfcca937e2ded998e0 authored over 3 years ago
Merge pull request #5473 from aurianer/update_cuda_arch_and_change_cuda_version

Update cuda arch and change cuda version

github.com/STEllAR-GROUP/hpx - c3e47ff624d350b1790b9bb8f0f35e676fe316e1 authored over 3 years ago
Merge pull request #5533 from msimberg/fix-annotate-function

Fix `annotate_function` for `std::string`

github.com/STEllAR-GROUP/hpx - 76031c8019dbaa2c2e48a7d7b62bb85a72a2086b authored over 3 years ago
Merge pull request #5383 from msimberg/remove-runtime-registration-wrapper

Tentatively remove runtime_registration_wrapper from cuda futures

github.com/STEllAR-GROUP/hpx - e8df9a2847ed61af77d0413e769e88bd5feece2b authored over 3 years ago
Merge pull request #5539 from Jedi18/adapt_mismatch_sentinel

Adapt mismatch to support sentinels

github.com/STEllAR-GROUP/hpx - b184a945572ce8b680ffb1623e29424096d0f4de authored over 3 years ago
Make global runtime pointers non-thread local

Allow accessing pointer from any thread without registering. This means
that one can e.g. access...

github.com/STEllAR-GROUP/hpx - bdaf6bf57e64a8cc60f70864e2c52c83d359ad59 authored over 3 years ago
Merge pull request #5538 from STEllAR-GROUP/msimberg-patch-2

Document specific sphinx version required for the documentation

github.com/STEllAR-GROUP/hpx - 7d02c976597b2ccaa5d0b5ea9f7e12f3ae0e8e2c authored over 3 years ago
Test release and debug builds on Piz Daint

github.com/STEllAR-GROUP/hpx - d91dd86d7dcdf03f05c7267214d382307c5879b7 authored over 3 years ago
Move rostam jenkins build type configuration to common environment file

github.com/STEllAR-GROUP/hpx - efc085d6f60169f962bf1fdb72467b27740d0a8f authored over 3 years ago
Fix annotate_function

std::strings as annotations were not correctly handled in the
constructor. std::strings would us...

github.com/STEllAR-GROUP/hpx - a7fa65f0927011877ea0b676621780f626bc0c99 authored over 3 years ago
Workaround bug introduced by cuda 11.3

Mismatch of pointers between __global__ and __host__ __device__.

github.com/STEllAR-GROUP/hpx - d5c778b18993be514f82dfe6b4dffc9acf553874 authored over 3 years ago
Pin the CUDA module for rostam

The version change should be done manually in a PR to address all
the problems and not by defaul...

github.com/STEllAR-GROUP/hpx - 02f385e5381eb94b1cebd656672f78bc26e083b3 authored over 3 years ago
Undefine noexcept for NVCC 11.4 and above

Removing the variadic ... of the tag_override_dispatch makes it
compile.

github.com/STEllAR-GROUP/hpx - 32cbf22789c349e4429194c14fa2cd7985ceb396 authored over 3 years ago
Update architectures to V100/K80

github.com/STEllAR-GROUP/hpx - 94114a5afcc0f2433e384ca6b8fc8dc905bb7e41 authored over 3 years ago
adapted mismatch to support sentinels

github.com/STEllAR-GROUP/hpx - ae29f3e254cf2b8e7627e05e70e767f6356e19a5 authored over 3 years ago
Merge pull request #5536 from STEllAR-GROUP/fixing_binary_mismatch

This fixes referencing stale iterators during the execution of binary mismatch

github.com/STEllAR-GROUP/hpx - d7e2cbf170d8c8a56ac5fb2d21cf1671ac115cdb authored over 3 years ago
Merge pull request #5466 from Jedi18/add_shift_algorithms

Add shift_left and shift_right algorithms

github.com/STEllAR-GROUP/hpx - 19834835e8d2888b18e8594b60897225dc9ad7d8 authored over 3 years ago
Applying same fix to all other algorithms, where necessary

github.com/STEllAR-GROUP/hpx - 6c69650dff861a489abdfee4473f0dde5965b99a authored over 3 years ago
Remove runtime_registration_wrapper from cuda futures

github.com/STEllAR-GROUP/hpx - 18da389dd088c7835267504ae99ef13266be5715 authored over 3 years ago
Document specific sphinx version required for the documentation

github.com/STEllAR-GROUP/hpx - 3202cc4b562bc5dbceeee30430cf3387ca4ba5ea authored over 3 years ago
add doxygen documentation for shift_left and shift_right

github.com/STEllAR-GROUP/hpx - d1c3e0f7f21936c225e283a90e494a18312aa99e authored over 3 years ago
This fixes referencing stale iterators during the execution of binary mismatch

- flyby: modernize the implementation of mismatch
- flyby: modernize advance_to_sentinel, algori...

github.com/STEllAR-GROUP/hpx - 30ea33fbe2f1de6dda1f31d9622456dd5d4140ac authored over 3 years ago
add tests for shift_left

github.com/STEllAR-GROUP/hpx - dbe892039d3c280e8aba9e7d258abbf6f75a8196 authored over 3 years ago
added shift_left sequential implementation

github.com/STEllAR-GROUP/hpx - 3b7eb4dbb40048498c4740853013d8a5298eea20 authored over 3 years ago
add tests for container overloads of shift_left and shift_right

github.com/STEllAR-GROUP/hpx - 382e83374f38396dfd9221c9d4a5e27dd9db0fe6 authored over 3 years ago
added shift_left and shift_right to sphinx docs

github.com/STEllAR-GROUP/hpx - 9fbfdef01568c73bfe768705f6aafa93d60e5595 authored over 3 years ago
seperate sequential shift_right for bidirectional and nonbidrectional iterators

github.com/STEllAR-GROUP/hpx - bc1bca234e68e603dc8be6ddfbda14890d37da1f authored over 3 years ago
use existing utilities instead of bounded_advance and simplify code

github.com/STEllAR-GROUP/hpx - 4dabfeb85a877b32cd7d80ddbd040343efcd8c02 authored over 3 years ago
added shift left container overloads

github.com/STEllAR-GROUP/hpx - 3fefe44f340c25b825d156c5bc2f2de52b9b41d9 authored over 3 years ago
Merge pull request #5535 from srinivasyadav18/fix_simd_fill

Rename simdpar to par_simd

github.com/STEllAR-GROUP/hpx - 047b43ea65cef84fa77fe6721c54ce08f26aa501 authored over 3 years ago
Rename simdpar to par_simd

Renames simdpar to par_simd in unit tests.

github.com/STEllAR-GROUP/hpx - dfa4f4645db474f1c7e1bde7aa43cc8ec5bad729 authored over 3 years ago
Merge pull request #5532 from msimberg/apex-links

Update two remaining apex links from khuck to UO-OACISS

github.com/STEllAR-GROUP/hpx - c60be613a98fb970ae052d11f5213b4bf3937ef4 authored over 3 years ago
Merge pull request #5529 from msimberg/benchmarks-updates

Update benchmarks and add support for scheduler_executor

github.com/STEllAR-GROUP/hpx - cfde46344041ceded3038858405723fe2d9eaa5e authored over 3 years ago
Merge pull request #5528 from msimberg/executors-properties

Add missing properties to executors/schedulers

github.com/STEllAR-GROUP/hpx - 03d03bceb7a7ce29f980c0c59f339ca72ea4488e authored over 3 years ago
Merge pull request #5527 from msimberg/set-local-thread-num-local-queue-scheduler

Set local thread/pool number in local/static_queue_scheduler

github.com/STEllAR-GROUP/hpx - 705d8d1d6c0380f7e9c025a9db71bb7d3f69afd8 authored over 3 years ago
Update two remaining apex links from khuck to UO-OACISS

github.com/STEllAR-GROUP/hpx - 354f5acdf830bde82875c7479774a0abc7e1f0cf authored over 3 years ago
Merge pull request #5525 from dimitraka/hpx_docs

Fix Building HPX in Quick start

github.com/STEllAR-GROUP/hpx - 6ea01b95f705761bccc505ae155c361459f0eabc authored over 3 years ago
Add missing license to comment_github.sh script

github.com/STEllAR-GROUP/hpx - c0b1612b34ed81a4ae0626e45f06d2d7229a8b68 authored over 3 years ago
Fix Building HPX in Quick start

github.com/STEllAR-GROUP/hpx - 203dbe947b2b504b3c8f898c1103661244c13c13 authored over 3 years ago
Merge pull request #5465 from srinivasyadav18/simd_fill

Adapt datapar fill

github.com/STEllAR-GROUP/hpx - 6cc7848229a935b664d60174c1a8640ac3e0cd7e authored over 3 years ago
Merge pull request #5521 from STEllAR-GROUP/perf_improvements

Minor changes that improve performance

github.com/STEllAR-GROUP/hpx - 03e4daec3fc15bc3e13d7e9427575adc92f0ca42 authored over 3 years ago
Merge pull request #5526 from STEllAR-GROUP/msimberg-patch-4

Update Rostam HIP configuration to use 4.3.0

github.com/STEllAR-GROUP/hpx - 615e2955a88505e59151ab47752f7a3684821520 authored over 3 years ago
Merge pull request #5523 from STEllAR-GROUP/modernize_sync

Modernize facilities related to hpx::sync

github.com/STEllAR-GROUP/hpx - b920f592d65e09f3d49bc84d463a2f616f1ec558 authored over 3 years ago
Merge pull request #5468 from aurianer/add_comment_perftest

Experimentation to make the perftest report public

github.com/STEllAR-GROUP/hpx - 56dda32fdfbe31d51d2c5e4c68a100943170960d authored over 3 years ago
Forward properties to underlying scheduler in scheduler_executor

github.com/STEllAR-GROUP/hpx - 188879b9c78b9bad41b3b6167fcb91d5d2e6d29d authored over 3 years ago
Add more verbose error message for unsupported properties

github.com/STEllAR-GROUP/hpx - d5a11899c8a15a786af6246cabb57a05877b8106 authored over 3 years ago
Add support for scheduler_executor to stream benchmark

github.com/STEllAR-GROUP/hpx - bfd4392c1062f64521b6f58057247fd15f9f5e2f authored over 3 years ago
Add default/move/copy constructors and copy/move operators to scheduler_executor

github.com/STEllAR-GROUP/hpx - ea46f30d8079e86e59146c761a7624835987c342 authored over 3 years ago
Add support for explicitly setting the number of warmup iterations in stream benchmark

github.com/STEllAR-GROUP/hpx - 4ab77c85594dded666b2ce3da72bb90c8af7d8ef authored over 3 years ago
Add scheduler_executor<thread_pool_scheduler> to future overhead test

github.com/STEllAR-GROUP/hpx - 59f23d40a69a5580239a348d16c156dc1735088c authored over 3 years ago
Allow using scheduler_executor with any iterator

github.com/STEllAR-GROUP/hpx - 57f25b2c7949f9b42d9412884dc6149db4f059d1 authored over 3 years ago
Set local thread/pool number in local/static_queue_scheduler

github.com/STEllAR-GROUP/hpx - 32c75366e414cedc35768aacbda83416ca4666d0 authored over 3 years ago
Comment the report on the same jenkins step

github.com/STEllAR-GROUP/hpx - e278f5a8e7e1677db79eb0142fdcec28ecf265e3 authored over 3 years ago
Minor changes that improve performance

- flyby: fix minor inconsistency while thread stealing
- flyby: fixing warnings on Windows

github.com/STEllAR-GROUP/hpx - 4f214f7f714d9966b5b7dece7e4d07e1f4b3f3ae authored over 3 years ago
Modernize facilities related to hpx::sync

- flyby: modernize deferred_call

github.com/STEllAR-GROUP/hpx - 47e4264856c1fa1770dfee3c92f24ad255b8af5d authored over 3 years ago
Add support for priority property to parallel_policy_executor

github.com/STEllAR-GROUP/hpx - 2dde44e49f45aeacd9497e67b9f58d172cdd7a3c authored over 3 years ago
Merge pull request #5506 from STEllAR-GROUP/msimberg-patch-2

Fix condition for checking if we should use our own variant

github.com/STEllAR-GROUP/hpx - abfca8efb0f98ccd45c8aef778ad1c0599ec63d9 authored over 3 years ago
Update Rostam HIP configuration to use 4.3.0

github.com/STEllAR-GROUP/hpx - e1af5f1726f0d78c7d679c184522ff2b163fec38 authored over 3 years ago
Merge pull request #5522 from Jedi18/add_sender_overloads_to_remaining_algs

Add sender overloads for remaining algorithms

github.com/STEllAR-GROUP/hpx - 0db6fc565cc24a1356d0d87ae3728b1f0b69d399 authored over 3 years ago
Use exclusively hpx::variant/optional/tuple in sender algorithms, never std versions

github.com/STEllAR-GROUP/hpx - 0724a93172c114093feaeb73ca4a64d5e4ce04d6 authored over 3 years ago
Merge pull request #5512 from msimberg/update-hipcc-configuration

Update Rostam HIP configuration

github.com/STEllAR-GROUP/hpx - 4809b6f4c232a0575d0044b8b5b82548a4bc60a6 authored over 3 years ago
Merge pull request #5515 from msimberg/fix-1485-test

Avoid deadlock in ignore_while_locked_1485 test

github.com/STEllAR-GROUP/hpx - b031103b195b7323d0f6f60dae1ab5f9ab4d4978 authored over 3 years ago
Increase max CPU count on HIP configuration for Kamand nodes

github.com/STEllAR-GROUP/hpx - 6c55888c23d3f0abe67eb01d8e06c5c971808dad authored over 3 years ago
Merge pull request #5520 from aurianer/update_reference_perftests

Update reference as perftests failing regularly

github.com/STEllAR-GROUP/hpx - ce7c8523ba99cbce7bf0277eacd27678a69789c6 authored over 3 years ago
add sender overloads for remaining algorithms

github.com/STEllAR-GROUP/hpx - db27c40876be2bfb49fbfe9c577ffafc9b85b308 authored over 3 years ago
Merge pull request #5460 from Jedi18/adapt_sort

Adapt sort to C++ 20

github.com/STEllAR-GROUP/hpx - 4390df32ce77eb06c962ffb96fe2ea1bf0195854 authored over 3 years ago
Update reference as tests failing regularly

github.com/STEllAR-GROUP/hpx - f858ec5a6f6218733cd50899e01bc3107d75e05d authored over 3 years ago
Avoid deadlock in ignore_while_locked_1485 test

github.com/STEllAR-GROUP/hpx - dbfcf9889301b35d4a7cfd14028bcfc412d55733 authored over 3 years ago
Use MI100 nodes on Rostam HIP configuration

github.com/STEllAR-GROUP/hpx - 284af9b625fe12ad2a8a004ee4567607fbdd39d3 authored over 3 years ago
Handle new error enum from newer HIP version

github.com/STEllAR-GROUP/hpx - a8e47ad2b44da2be1f62b61d26490d16d8526a23 authored over 3 years ago
Add error checks to cudaStreamSynchronize calls

github.com/STEllAR-GROUP/hpx - d12b2149e3b212a0ee8aacbe532726499e70b88c authored over 3 years ago
Update Rostam HIP configuration

github.com/STEllAR-GROUP/hpx - e2215d686590e469a293809118144d9115f0ea5b authored over 3 years ago
Merge pull request #5518 from hcq9102/add_sender

Add sender overloads to rotate/rotate_copy

github.com/STEllAR-GROUP/hpx - 254db57ab5e998619e49744062d14609f1b466da authored over 3 years ago
Add sender overloads to parallel algorithms

github.com/STEllAR-GROUP/hpx - e8c5ecf26a555f23920e1bd1f49aa33996d93ba5 authored over 3 years ago
fix sort call in sort_by_key

github.com/STEllAR-GROUP/hpx - ca005f1d95e89af81fe5fbc0715a08c63855fec8 authored over 3 years ago
change return value to return nothing for iterator overloads

github.com/STEllAR-GROUP/hpx - 5b8492ec1f9a562fd7dd60295574093d69ea626c authored over 3 years ago
add sentinel tests and update sphinx docs

github.com/STEllAR-GROUP/hpx - bca1ac2ba4db5aba2c4531c27ca1ed2a8cbca70a authored over 3 years ago