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

Fix ends_with test to avoid floating point exceptions

With certain random values the test would try to take the modulo of a
number with 0. This fixes ...

github.com/STEllAR-GROUP/hpx - 817aad4da1bed598578cf183936cf88be9a2c7b8 authored over 3 years ago
Rename execution::transform to then and detach to start_detached

github.com/STEllAR-GROUP/hpx - fc08b414fbd663de7720c4da89dfcda862e15be4 authored over 3 years ago
Merge pull request #5639 from msimberg/fix-generate-datapar-tests

Fix generate datapar tests for Vc

github.com/STEllAR-GROUP/hpx - fa130a9c00276745171db34bf25342edf397310d authored over 3 years ago
Use int instead of std::size_t in generate datapar tests

Vc does not have specific overloads for std::size_t and using
std::size_t results in ambiguous c...

github.com/STEllAR-GROUP/hpx - cccec48d67e2f73f4f05ca79733713518ed218ec authored over 3 years ago
Modernizing various facilities

github.com/STEllAR-GROUP/hpx - bd2e51e0fab9f139b47edb266aef9f4d4b55d60e authored over 3 years ago
Reapply changes from adapt_min_max_minmax

github.com/STEllAR-GROUP/hpx - 79987e81becc34aa1790d836ee8d8e03e26fb1ea authored over 3 years ago
Merge pull request #5642 from STEllAR-GROUP/adjacent_difference

Adapting adjacent_difference to work with proxy iterators

github.com/STEllAR-GROUP/hpx - a99c02b23fa2a3c084ea3b09850e994f62b11b24 authored over 3 years ago
Adapting adjacent_difference to work with proxy iterators

- fixing assignment operator for proxy objects returned from segmented
iterators
- adding prox...

github.com/STEllAR-GROUP/hpx - e707bdf54a916b54bb6723dec68f01ceb22a1876 authored over 3 years ago
Merge #5643

5643: Update performance test references r=aurianer a=msimberg

I don't think there's been an ac...

github.com/STEllAR-GROUP/hpx - a866c7727102abd06957e5a569406323b3d4cfd8 authored over 3 years ago
Update performance test references

github.com/STEllAR-GROUP/hpx - 9cb22e2037f3e3a2c497583db79f35777e8e7d0e authored over 3 years ago
Merge pull request #5640 from severinstrobl/doc_hpx_links

Fixed links to sources in Sphinx documentation

github.com/STEllAR-GROUP/hpx - c1970af2631ac2abb0ac5cc498340e1c18f2c976 authored over 3 years ago
Adapt new vector_pack traits for datapar Vc

github.com/STEllAR-GROUP/hpx - 90195f60d2ae6aa3b5a9e3d2b0d9eb8b4f8f2663 authored over 3 years ago
Remove constexpr for datapar CPOs

Fixes CIRCLE CI constexpr error

github.com/STEllAR-GROUP/hpx - 0a33a9f84e012f8def9d07cfa73124d397d35138 authored over 3 years ago
Fixes from CIRCLE CI Inspect

github.com/STEllAR-GROUP/hpx - 4c49fff679b0cab2289a04ebad41bb131b3952b7 authored over 3 years ago
Merge #5637

5637: Use bors for merging pull requests r=msimberg a=msimberg

Bors is meant to avoid this prob...

github.com/STEllAR-GROUP/hpx - 616ed173a3eb283486443deed5432de4da96b721 authored over 3 years ago
Replace std::size_t with int for Vc datapar tests

github.com/STEllAR-GROUP/hpx - 4c7b98bb77f14628e24ed297093cf1890a41923f authored over 3 years ago
Fixed links to sources in Sphinx documentation

github.com/STEllAR-GROUP/hpx - ffb5f07a9988243e4d9d3698ea9e9d71175efabf authored over 3 years ago
Adapt datapar all any none unit tests

github.com/STEllAR-GROUP/hpx - 8cf9c6ad4b8bda7e3c63d963ebf34a23bbe8b4d6 authored over 3 years ago
Split all any none tests into header and source.

github.com/STEllAR-GROUP/hpx - a28599fd466c3c65d3650d96e98ae8e8028d5075 authored over 3 years ago
Adapt datapar all any non

github.com/STEllAR-GROUP/hpx - 7e6a56d57a925c714108dfb779d9095acec9eb5a authored over 3 years ago
Simplify datapar iterator helpers and added new facilites

Simplify datapar iterator helpers.
Adds datapar_loop_step_tok for tokenized loops for datapar.
A...

github.com/STEllAR-GROUP/hpx - fa192b5045d892724584801058b053bb7b19b8ee authored over 3 years ago
Convert existing find helper functions to CPOs

github.com/STEllAR-GROUP/hpx - 8901eb94d68f64bceaf5c1d67451d9e4d0c6b01f authored over 3 years ago
Adapt tokenized loops and loop_idx_n for datapar

Adapts cancelation token overload for datpar_loop and datapar_loop_ind.
Adapts loop_idx_n for da...

github.com/STEllAR-GROUP/hpx - 84babab6bcdcc4cc8931b2be76f237fffa17fd3d authored over 3 years ago
Adapt new vector_pack traits

Adapt all_of, any_of, none_of and find_first vector_pack traits

github.com/STEllAR-GROUP/hpx - c15e8523fd5edace650002e6d3fa4744bb7ab363 authored over 3 years ago
Convert loop_idx_n to CPO

github.com/STEllAR-GROUP/hpx - 9fc6a6b1a393d7eb02964a3d8a0bb928676fca28 authored over 3 years ago
Update email address for StellarBot in CircleCI config

github.com/STEllAR-GROUP/hpx - d9549f7a4363c2e8bd1df92907f4f5d08efce2df authored over 3 years ago
Add minimal bors setup

github.com/STEllAR-GROUP/hpx - 841a2eb8a3b2554fe47854653fd4001a8cfe6c1c authored over 3 years ago
Remove extra semicolon

github.com/STEllAR-GROUP/hpx - 8274f8a50a4a58c637bb0a778c3a2276fc563fa6 authored over 3 years ago
Remove unnecessary braces in benchmarks

github.com/STEllAR-GROUP/hpx - 8a6a72b023e01ad4a884835f2d7e48fcfaf7e988 authored over 3 years ago
Merge pull request #5595 from severinstrobl/remove_extra_semicolon

Drop semicolons for macro calls

github.com/STEllAR-GROUP/hpx - e4d64ac56ccb4bd7159b869705fc7ee030ea092a authored over 3 years ago
Add missing typename to datapar/generate.hpp

github.com/STEllAR-GROUP/hpx - 355a402434ce93a081f544ba0bf778ba0f742e99 authored over 3 years ago
Add back explicit class template argument to satisfy nvcc

github.com/STEllAR-GROUP/hpx - 861f02aecec0071663d0a794bd94485222b527f5 authored over 3 years ago
Merge pull request #5636 from msimberg/fix-variant

Fix leftover std::holds_alternative usage

github.com/STEllAR-GROUP/hpx - 0e492428180754c6d1bc4eccf3e7a0e7fbfc5308 authored over 3 years ago
Merge pull request #5594 from srinivasyadav18/simd_generate

Adapt datapar generate

github.com/STEllAR-GROUP/hpx - eb83655fdf307d4f172082092adaa0bf7f513e93 authored over 3 years ago
Merge pull request #5631 from STEllAR-GROUP/channel_communicator_tag

Adding tag parameter to channel communicator get/set

github.com/STEllAR-GROUP/hpx - 9cb98a86b7d77f5405ccabc319fec41a442f1803 authored over 3 years ago
Merge pull request #5564 from kmoham6/adjacent

Adjacent

github.com/STEllAR-GROUP/hpx - 446c88809c81c15112dbce30be788d365da7ad14 authored over 3 years ago
Merge pull request #5575 from Jedi18/add_scan_partitioner_new

Change scan partitioner implementation

github.com/STEllAR-GROUP/hpx - a9a21f9dc328706eb5f8af262672d2a99d06958c authored over 3 years ago
Merge pull request #5630 from Jedi18/add_partial_sort

Add partial_sort_copy and adapt partial sort to c++ 20

github.com/STEllAR-GROUP/hpx - 94bb7fb21a4e2146827750f848c9b80187fc314c authored over 3 years ago
Merge pull request #5633 from STEllAR-GROUP/packaged_task

Moving packaged_task to module futures

github.com/STEllAR-GROUP/hpx - c94ff63e3f3a8738d0d358e626f018bcd4ac8bf4 authored over 3 years ago
Drop semicolons for macro calls

Depending on the compiler flags, superfluous semicolons after macro
calls result in compiler war...

github.com/STEllAR-GROUP/hpx - 67a8d77ce869b930e605e8a92b08d2fb09732581 authored over 3 years ago
Removed more semicolons for macro calls

github.com/STEllAR-GROUP/hpx - a33dce730f77920bcf72cebd58283e20e845b9e3 authored over 3 years ago
Added -Wpedantic to compiler flags

Removed a number of superfluous trailing semicolons, mainly in macro
calls.

github.com/STEllAR-GROUP/hpx - a1a7765c6bf4030de4768855a417b9a4f146fd1e authored over 3 years ago
minor clang format fix

github.com/STEllAR-GROUP/hpx - db9fbff7a5580b8e8e66008937ec30ea80e939ad authored over 3 years ago
Fixing compilation problems

github.com/STEllAR-GROUP/hpx - f3b17476cefb8091148afc8a00e7edb78c2fbaa3 authored over 3 years ago
Adding tag parameter to channel communicator get/set

- flyby: some modernization work on register_lock
- fixing unused variable warnings

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

Update container image tag in GitHub actions HIP configuration

github.com/STEllAR-GROUP/hpx - 21873e9f5b15a9ce5a80f141a6a400a963967416 authored over 3 years ago
Fix leftover std::holds_alternative usage

Use hpx::holds_alternative

github.com/STEllAR-GROUP/hpx - 590ad2da205918f55c36a5708301493e3dd08965 authored over 3 years ago
Rename tag_dispatch to tag_invoke

github.com/STEllAR-GROUP/hpx - 2decf29c82ff6db12d17e3493ae866a7c4648f48 authored over 3 years ago
Merge pull request #5632 from STEllAR-GROUP/asio_aligned_new

Tell Asio to use std::aligned_new only if available

github.com/STEllAR-GROUP/hpx - cb9d345fdb34d5b3340676e82627d8b306d20b6b authored over 3 years ago
Merge pull request #5626 from bhumitattarde/fix-issue-4698

docs: add support for BibTeX references in Sphinx docs

github.com/STEllAR-GROUP/hpx - b97c8242d8211161db2a3eaaa58d615b47d268c7 authored over 3 years ago
use existing non_task facility instead of remove_asynchronous

github.com/STEllAR-GROUP/hpx - 74a651448fa3cf5a7791f35f0a4a87670dbb017d authored over 3 years ago
Update container image tag in GitHub actions HIP configuration

github.com/STEllAR-GROUP/hpx - fb992f8c57b8b3c7ada631235dfaeb75f563c7c6 authored over 3 years ago
Merge branch 'master' into simd_generate

github.com/STEllAR-GROUP/hpx - e634094e1f146fec5f8a2c93ed701a368db6a565 authored over 3 years ago
use temp vector in reduce_by_key for copy_if

github.com/STEllAR-GROUP/hpx - 6411f90206a272eb55946c23e291bc07b0e5fbe6 authored over 3 years ago
Update tests

Remove sequential tests
Replace generate test function with functor

github.com/STEllAR-GROUP/hpx - 12a28536c76fdef341fd48547a755a6b2eedecc7 authored over 3 years ago
Adapt new implementation for datapar generate

github.com/STEllAR-GROUP/hpx - ac745315fc7dc1b32686d914bc037e06ebd14719 authored over 3 years ago
Moving packaged_task to module futures

- flyby: move tests related to local futures to futures module

github.com/STEllAR-GROUP/hpx - 3bae4e404434eb36dbcdbaf83380464b6b0e2f99 authored over 3 years ago
Merge branch 'master' into asio_aligned_new

github.com/STEllAR-GROUP/hpx - f4cdbb8619428d0a155ed0c3fe2100009615b4fc authored over 3 years ago
Tell Asio to use std::aligned_new only if available

github.com/STEllAR-GROUP/hpx - 7b476f392d1ad63f11e1c41b5eba489526fb6cfa authored over 3 years ago
add scan algorithms benchmark

github.com/STEllAR-GROUP/hpx - 92b56bef74502bbaaa406cad85c2686ed3f56120 authored over 3 years ago
change scan partitioner implementation to execute all f3 tasks in parallel

github.com/STEllAR-GROUP/hpx - 4c1ed4c2b7554e872f21b9799d24e8a5d623c2c9 authored over 3 years ago
pass f2 results to reduce function

github.com/STEllAR-GROUP/hpx - dd2aa30c51b8771a9951b1992ab1545554ccf113 authored over 3 years ago
fix chunk size test fail

github.com/STEllAR-GROUP/hpx - ac96085d4f5c8774fab214413643d06501caa69b authored over 3 years ago
Merge pull request #5628 from msimberg/clang-13

Add Clang 13 CI configuration

github.com/STEllAR-GROUP/hpx - 35c7a2d752d7b6d25299198788ab8646b3609bed authored over 3 years ago
fix segmented file

github.com/STEllAR-GROUP/hpx - ef7f6f19c036701aa36c1554fe6319972443918e authored over 3 years ago
remove unnecessary deps

update

remove unnecessary deps

renamed adjacent file

github.com/STEllAR-GROUP/hpx - 198b1de76f656aea3c22b19b3afa9887e9a306f4 authored over 3 years ago
fix adjacent_difference documentation

github.com/STEllAR-GROUP/hpx - f45153eaa87b7fa54885414041e65621c1359a5f authored over 3 years ago
add last changes in adjacent_difference

github.com/STEllAR-GROUP/hpx - 0873700567191c3d40d1513387e7a97e73ca410d authored over 3 years ago
replace tag_dispatch with tag_fallback

github.com/STEllAR-GROUP/hpx - 71becc18bf6aa710400f8aeea8eac9aea7c431a7 authored over 3 years ago
all CPOs added

github.com/STEllAR-GROUP/hpx - 664f8fa84d708c645ac81eb4ee77f4ea0447efba authored over 3 years ago
added adjacent_difference in container algorithms

github.com/STEllAR-GROUP/hpx - 708ebd355d8bb9c99834f3d2a9077af088f89f0a authored over 3 years ago
adjacent_difference fixes

github.com/STEllAR-GROUP/hpx - 2b66bfc57e9a2d38c1bb37dd1fcbd7a3a197ffc4 authored over 3 years ago
updating adjacent_difference

github.com/STEllAR-GROUP/hpx - c79378c21c416b63a462ec3621a8b494f5bae3d6 authored over 3 years ago
Tell Asio to always use std::invoke_result

github.com/STEllAR-GROUP/hpx - 856ac23969f32003c499666573da09807061431c authored over 3 years ago
Add clang 13 CI configuration

- Fixes unused variable warnings reported by Clang 13 (it now detects
transitively unused vari...

github.com/STEllAR-GROUP/hpx - d0e0577192fcc44ee3bb765c8b9eb3261beeac15 authored over 3 years ago
Merge pull request #5629 from aurianer/remove_fetching_asio

Set HPX_WITH_FETCH_ASIO to OFF as available in the docker image

github.com/STEllAR-GROUP/hpx - abe753397e6be4a720cfbe59591881031d253a5a authored over 3 years ago
minor additions to api docs for partial_sort and partial_sort_copy

github.com/STEllAR-GROUP/hpx - 416e072d714a265d0066ce896d5775aacdf4de4b authored over 3 years ago
ci: increment docker image version

github.com/STEllAR-GROUP/hpx - 8560f4e53ef2efd1aa8237eaacc260062d77d6fa authored over 3 years ago
docs: add APEX BibTeX reference

github.com/STEllAR-GROUP/hpx - 27fb52112ff3c54991aad0b9b49d34c89e9e9260 authored over 3 years ago
Minor fixes

Apply clang-format
Fix CPO for sequential generate
Replace int with std::size_t in Vector pack f...

github.com/STEllAR-GROUP/hpx - 0b245e16d36d7b8ac4a0d475e18052af38d6b6da authored over 3 years ago
update partial sort tests

github.com/STEllAR-GROUP/hpx - 84c376d8f5a19d2894822e84f120729a4893eb93 authored over 3 years ago
add doxygen overload documentation for partial_sort and partial_sort_copy

github.com/STEllAR-GROUP/hpx - dc45945ab3c862fdd21cabd07b5424bc832630fa authored over 3 years ago
add container tests

github.com/STEllAR-GROUP/hpx - f3c4ec8e8c244a0ac7203267268a6ca595524af7 authored over 3 years ago
add partial sort copy parallel overloads and implementation

github.com/STEllAR-GROUP/hpx - a826902eb6ad83e650e941e7acdb622dd9e65075 authored over 3 years ago
add container overloads for partial_sort and partial_sort_copy

github.com/STEllAR-GROUP/hpx - 8d1e3cb5594090f78154eab256ade563e2ca6315 authored over 3 years ago
add partial_sort_copy tests

github.com/STEllAR-GROUP/hpx - ae635de63b7f4ac7385f6923ae282bccc9639cea authored over 3 years ago
docs: remove example citation

github.com/STEllAR-GROUP/hpx - 40348c61852727434d7a3352f033685fa519f0d6 authored over 3 years ago
Set HPX_WITH_FETCH_ASIO to OFF as available in the docker image

github.com/STEllAR-GROUP/hpx - 893e1a59c4d2194882811b8f2820a7a4990877ce authored over 3 years ago
Merge pull request #5627 from STEllAR-GROUP/alternative_keywords

Replace alternative keyword

github.com/STEllAR-GROUP/hpx - 72404ae858436ee31f62017c702662133dd68cba authored over 3 years ago
Adapt datapar generate

github.com/STEllAR-GROUP/hpx - fb873e4eab1f396fb1050446040d3007e3fe0eda authored over 3 years ago
Add seperate test headers for datapar generate

github.com/STEllAR-GROUP/hpx - 93c7f3306fc8d23f2e0ff5b9372db2f1715405ae authored over 3 years ago
Replace alternative keyword

github.com/STEllAR-GROUP/hpx - 9c72c315df9f287f0886975638ac5514b0a40ab0 authored over 3 years ago
Merge pull request #5621 from STEllAR-GROUP/small_vector

Replacing boost::container::small_vector

github.com/STEllAR-GROUP/hpx - 9cccbec2336d317d896f5aebfd7dbaf9759a983f authored over 3 years ago
build: changed order of bibtex_bibfiles, added comment

github.com/STEllAR-GROUP/hpx - 317f4ba46f17d0b0ea1ff6ed64e71a6bb14a76ea authored over 3 years ago
docs: add example bibtex refs to sphinx docs

github.com/STEllAR-GROUP/hpx - c78444763fa2f75796de1be174d77e25f51f09cf authored over 3 years ago
docs: add boilerplate for sphinx bibtex refs

- Added sphinx-bibtex extension
- Created boilerplate files

github.com/STEllAR-GROUP/hpx - 35010b91165b898733a2eb85bad8e0e23571b566 authored over 3 years ago
Replacing boost::container::small_vector

github.com/STEllAR-GROUP/hpx - c8650bc311fd8ef344fadc48be46cba986d89339 authored over 3 years ago
Add missing includes to channel_communicator example

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