Ecosyste.ms: OpenCollective

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

github.com/STEllAR-GROUP/hpx

The C++ Standard Library for Parallelism and Concurrency
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 ...

817aad4da1bed598578cf183936cf88be9a2c7b8 authored almost 3 years ago by Mikael Simberg <[email protected]>
Rename execution::transform to then and detach to start_detached

fc08b414fbd663de7720c4da89dfcda862e15be4 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5639 from msimberg/fix-generate-datapar-tests

Fix generate datapar tests for Vc

fa130a9c00276745171db34bf25342edf397310d authored almost 3 years ago by Mikael Simberg <[email protected]>
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...

cccec48d67e2f73f4f05ca79733713518ed218ec authored almost 3 years ago by Mikael Simberg <[email protected]>
Modernizing various facilities

bd2e51e0fab9f139b47edb266aef9f4d4b55d60e authored almost 3 years ago by Hartmut Kaiser <[email protected]>
Reapply changes from adapt_min_max_minmax

79987e81becc34aa1790d836ee8d8e03e26fb1ea authored almost 3 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5642 from STEllAR-GROUP/adjacent_difference

Adapting adjacent_difference to work with proxy iterators

a99c02b23fa2a3c084ea3b09850e994f62b11b24 authored almost 3 years ago by Mikael Simberg <[email protected]>
Adapting adjacent_difference to work with proxy iterators

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

e707bdf54a916b54bb6723dec68f01ceb22a1876 authored almost 3 years ago by Hartmut Kaiser <[email protected]>
Merge #5643

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

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

a866c7727102abd06957e5a569406323b3d4cfd8 authored almost 3 years ago by StellarBot <[email protected]>
Update performance test references

9cb22e2037f3e3a2c497583db79f35777e8e7d0e authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5640 from severinstrobl/doc_hpx_links

Fixed links to sources in Sphinx documentation

c1970af2631ac2abb0ac5cc498340e1c18f2c976 authored almost 3 years ago by Mikael Simberg <[email protected]>
Adapt new vector_pack traits for datapar Vc

90195f60d2ae6aa3b5a9e3d2b0d9eb8b4f8f2663 authored almost 3 years ago by srinivasyadav18 <[email protected]>
Remove constexpr for datapar CPOs

Fixes CIRCLE CI constexpr error

0a33a9f84e012f8def9d07cfa73124d397d35138 authored almost 3 years ago by srinivasyadav18 <[email protected]>
Fixes from CIRCLE CI Inspect

4c49fff679b0cab2289a04ebad41bb131b3952b7 authored almost 3 years ago by srinivasyadav18 <[email protected]>
Merge #5637

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

Bors is meant to avoid this prob...

616ed173a3eb283486443deed5432de4da96b721 authored almost 3 years ago by StellarBot <[email protected]>
Replace std::size_t with int for Vc datapar tests

4c7b98bb77f14628e24ed297093cf1890a41923f authored almost 3 years ago by srinivasyadav18 <[email protected]>
Fixed links to sources in Sphinx documentation

ffb5f07a9988243e4d9d3698ea9e9d71175efabf authored almost 3 years ago by Severin Strobl <[email protected]>
Adapt datapar all any none unit tests

8cf9c6ad4b8bda7e3c63d963ebf34a23bbe8b4d6 authored almost 3 years ago by srinivasyadav18 <[email protected]>
Split all any none tests into header and source.

a28599fd466c3c65d3650d96e98ae8e8028d5075 authored almost 3 years ago by srinivasyadav18 <[email protected]>
Adapt datapar all any non

7e6a56d57a925c714108dfb779d9095acec9eb5a authored almost 3 years ago by srinivasyadav18 <[email protected]>
Simplify datapar iterator helpers and added new facilites

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

fa192b5045d892724584801058b053bb7b19b8ee authored almost 3 years ago by srinivasyadav18 <[email protected]>
Convert existing find helper functions to CPOs

8901eb94d68f64bceaf5c1d67451d9e4d0c6b01f authored almost 3 years ago by srinivasyadav18 <[email protected]>
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...

84babab6bcdcc4cc8931b2be76f237fffa17fd3d authored almost 3 years ago by srinivasyadav18 <[email protected]>
Adapt new vector_pack traits

Adapt all_of, any_of, none_of and find_first vector_pack traits

c15e8523fd5edace650002e6d3fa4744bb7ab363 authored almost 3 years ago by srinivasyadav18 <[email protected]>
Convert loop_idx_n to CPO

9fc6a6b1a393d7eb02964a3d8a0bb928676fca28 authored almost 3 years ago by srinivasyadav18 <[email protected]>
Update email address for StellarBot in CircleCI config

d9549f7a4363c2e8bd1df92907f4f5d08efce2df authored almost 3 years ago by Mikael Simberg <[email protected]>
Add minimal bors setup

841a2eb8a3b2554fe47854653fd4001a8cfe6c1c authored almost 3 years ago by Mikael Simberg <[email protected]>
Remove extra semicolon

8274f8a50a4a58c637bb0a778c3a2276fc563fa6 authored almost 3 years ago by Mikael Simberg <[email protected]>
Remove unnecessary braces in benchmarks

8a6a72b023e01ad4a884835f2d7e48fcfaf7e988 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5595 from severinstrobl/remove_extra_semicolon

Drop semicolons for macro calls

e4d64ac56ccb4bd7159b869705fc7ee030ea092a authored almost 3 years ago by Mikael Simberg <[email protected]>
Add missing typename to datapar/generate.hpp

355a402434ce93a081f544ba0bf778ba0f742e99 authored almost 3 years ago by Mikael Simberg <[email protected]>
Add back explicit class template argument to satisfy nvcc

861f02aecec0071663d0a794bd94485222b527f5 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5636 from msimberg/fix-variant

Fix leftover std::holds_alternative usage

0e492428180754c6d1bc4eccf3e7a0e7fbfc5308 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5594 from srinivasyadav18/simd_generate

Adapt datapar generate

eb83655fdf307d4f172082092adaa0bf7f513e93 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5631 from STEllAR-GROUP/channel_communicator_tag

Adding tag parameter to channel communicator get/set

9cb98a86b7d77f5405ccabc319fec41a442f1803 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5564 from kmoham6/adjacent

Adjacent

446c88809c81c15112dbce30be788d365da7ad14 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5575 from Jedi18/add_scan_partitioner_new

Change scan partitioner implementation

a9a21f9dc328706eb5f8af262672d2a99d06958c authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5630 from Jedi18/add_partial_sort

Add partial_sort_copy and adapt partial sort to c++ 20

94bb7fb21a4e2146827750f848c9b80187fc314c authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5633 from STEllAR-GROUP/packaged_task

Moving packaged_task to module futures

c94ff63e3f3a8738d0d358e626f018bcd4ac8bf4 authored almost 3 years ago by Mikael Simberg <[email protected]>
Drop semicolons for macro calls

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

67a8d77ce869b930e605e8a92b08d2fb09732581 authored almost 3 years ago by Severin Strobl <[email protected]>
Removed more semicolons for macro calls

a33dce730f77920bcf72cebd58283e20e845b9e3 authored almost 3 years ago by Severin Strobl <[email protected]>
Added -Wpedantic to compiler flags

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

a1a7765c6bf4030de4768855a417b9a4f146fd1e authored almost 3 years ago by Severin Strobl <[email protected]>
minor clang format fix

db9fbff7a5580b8e8e66008937ec30ea80e939ad authored almost 3 years ago by targetakhil <[email protected]>
Fixing compilation problems

f3b17476cefb8091148afc8a00e7edb78c2fbaa3 authored almost 3 years ago by Hartmut Kaiser <[email protected]>
Adding tag parameter to channel communicator get/set

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

6330f8b9dc4293586e85d65e80d38c107507a16f authored almost 3 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5635 from STEllAR-GROUP/msimberg-patch-2

Update container image tag in GitHub actions HIP configuration

21873e9f5b15a9ce5a80f141a6a400a963967416 authored almost 3 years ago by Mikael Simberg <[email protected]>
Fix leftover std::holds_alternative usage

Use hpx::holds_alternative

590ad2da205918f55c36a5708301493e3dd08965 authored almost 3 years ago by Mikael Simberg <[email protected]>
Rename tag_dispatch to tag_invoke

2decf29c82ff6db12d17e3493ae866a7c4648f48 authored almost 3 years ago by srinivasyadav18 <[email protected]>
Merge pull request #5632 from STEllAR-GROUP/asio_aligned_new

Tell Asio to use std::aligned_new only if available

cb9d345fdb34d5b3340676e82627d8b306d20b6b authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5626 from bhumitattarde/fix-issue-4698

docs: add support for BibTeX references in Sphinx docs

b97c8242d8211161db2a3eaaa58d615b47d268c7 authored almost 3 years ago by Mikael Simberg <[email protected]>
en

e3d5a356f1db49ea50e5a1821712147c0f4f75cc authored almost 3 years ago by Karame <[email protected]>
use existing non_task facility instead of remove_asynchronous

74a651448fa3cf5a7791f35f0a4a87670dbb017d authored almost 3 years ago by targetakhil <[email protected]>
Update container image tag in GitHub actions HIP configuration

fb992f8c57b8b3c7ada631235dfaeb75f563c7c6 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge branch 'master' into simd_generate

e634094e1f146fec5f8a2c93ed701a368db6a565 authored almost 3 years ago by srinivasyadav18 <[email protected]>
use temp vector in reduce_by_key for copy_if

6411f90206a272eb55946c23e291bc07b0e5fbe6 authored almost 3 years ago by targetakhil <[email protected]>
Update tests

Remove sequential tests
Replace generate test function with functor

12a28536c76fdef341fd48547a755a6b2eedecc7 authored almost 3 years ago by srinivasyadav18 <[email protected]>
Adapt new implementation for datapar generate

ac745315fc7dc1b32686d914bc037e06ebd14719 authored almost 3 years ago by srinivasyadav18 <[email protected]>
Moving packaged_task to module futures

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

3bae4e404434eb36dbcdbaf83380464b6b0e2f99 authored almost 3 years ago by Hartmut Kaiser <[email protected]>
Merge branch 'master' into asio_aligned_new

f4cdbb8619428d0a155ed0c3fe2100009615b4fc authored almost 3 years ago by Hartmut Kaiser <[email protected]>
Tell Asio to use std::aligned_new only if available

7b476f392d1ad63f11e1c41b5eba489526fb6cfa authored almost 3 years ago by Hartmut Kaiser <[email protected]>
add scan algorithms benchmark

92b56bef74502bbaaa406cad85c2686ed3f56120 authored almost 3 years ago by targetakhil <[email protected]>
change scan partitioner implementation to execute all f3 tasks in parallel

4c1ed4c2b7554e872f21b9799d24e8a5d623c2c9 authored almost 3 years ago by targetakhil <[email protected]>
pass f2 results to reduce function

dd2aa30c51b8771a9951b1992ab1545554ccf113 authored almost 3 years ago by targetakhil <[email protected]>
fix chunk size test fail

ac96085d4f5c8774fab214413643d06501caa69b authored almost 3 years ago by targetakhil <[email protected]>
Merge pull request #5628 from msimberg/clang-13

Add Clang 13 CI configuration

35c7a2d752d7b6d25299198788ab8646b3609bed authored almost 3 years ago by Mikael Simberg <[email protected]>
fix segmented file

ef7f6f19c036701aa36c1554fe6319972443918e authored almost 3 years ago by Karame <[email protected]>
remove unnecessary deps

update

remove unnecessary deps

renamed adjacent file

198b1de76f656aea3c22b19b3afa9887e9a306f4 authored almost 3 years ago by Karame <[email protected]>
fix adjacent_difference documentation

f45153eaa87b7fa54885414041e65621c1359a5f authored almost 3 years ago by Karame <[email protected]>
add last changes in adjacent_difference

0873700567191c3d40d1513387e7a97e73ca410d authored almost 3 years ago by Karame <[email protected]>
replace tag_dispatch with tag_fallback

71becc18bf6aa710400f8aeea8eac9aea7c431a7 authored almost 3 years ago by Karame <[email protected]>
all CPOs added

664f8fa84d708c645ac81eb4ee77f4ea0447efba authored almost 3 years ago by Karame <[email protected]>
added adjacent_difference in container algorithms

708ebd355d8bb9c99834f3d2a9077af088f89f0a authored almost 3 years ago by Karame <[email protected]>
adding test

3f5116cc8940935e6df8e0b93453fb55c63aa0cc authored almost 3 years ago by Karame <[email protected]>
adjacent_difference fixes

2b66bfc57e9a2d38c1bb37dd1fcbd7a3a197ffc4 authored almost 3 years ago by Karame <[email protected]>
updating adjacent_difference

c79378c21c416b63a462ec3621a8b494f5bae3d6 authored almost 3 years ago by Karame <[email protected]>
Tell Asio to always use std::invoke_result

856ac23969f32003c499666573da09807061431c authored almost 3 years ago by Mikael Simberg <[email protected]>
Add clang 13 CI configuration

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

d0e0577192fcc44ee3bb765c8b9eb3261beeac15 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5629 from aurianer/remove_fetching_asio

Set HPX_WITH_FETCH_ASIO to OFF as available in the docker image

abe753397e6be4a720cfbe59591881031d253a5a authored almost 3 years ago by Mikael Simberg <[email protected]>
minor additions to api docs for partial_sort and partial_sort_copy

416e072d714a265d0066ce896d5775aacdf4de4b authored almost 3 years ago by targetakhil <[email protected]>
ci: increment docker image version

8560f4e53ef2efd1aa8237eaacc260062d77d6fa authored almost 3 years ago by Bhumit Attarde <[email protected]>
docs: add APEX BibTeX reference

27fb52112ff3c54991aad0b9b49d34c89e9e9260 authored almost 3 years ago by Bhumit Attarde <[email protected]>
Minor fixes

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

0b245e16d36d7b8ac4a0d475e18052af38d6b6da authored almost 3 years ago by srinivasyadav18 <[email protected]>
update partial sort tests

84c376d8f5a19d2894822e84f120729a4893eb93 authored almost 3 years ago by targetakhil <[email protected]>
add doxygen overload documentation for partial_sort and partial_sort_copy

dc45945ab3c862fdd21cabd07b5424bc832630fa authored almost 3 years ago by targetakhil <[email protected]>
add container tests

f3c4ec8e8c244a0ac7203267268a6ca595524af7 authored almost 3 years ago by targetakhil <[email protected]>
add partial sort copy parallel overloads and implementation

a826902eb6ad83e650e941e7acdb622dd9e65075 authored almost 3 years ago by targetakhil <[email protected]>
add container overloads for partial_sort and partial_sort_copy

8d1e3cb5594090f78154eab256ade563e2ca6315 authored almost 3 years ago by targetakhil <[email protected]>
add partial_sort_copy tests

ae635de63b7f4ac7385f6923ae282bccc9639cea authored almost 3 years ago by targetakhil <[email protected]>
docs: remove example citation

40348c61852727434d7a3352f033685fa519f0d6 authored almost 3 years ago by Bhumit Attarde <[email protected]>
Set HPX_WITH_FETCH_ASIO to OFF as available in the docker image

893e1a59c4d2194882811b8f2820a7a4990877ce authored almost 3 years ago by Auriane R <[email protected]>
Merge pull request #5627 from STEllAR-GROUP/alternative_keywords

Replace alternative keyword

72404ae858436ee31f62017c702662133dd68cba authored almost 3 years ago by Mikael Simberg <[email protected]>
Adapt datapar generate

fb873e4eab1f396fb1050446040d3007e3fe0eda authored almost 3 years ago by srinivasyadav18 <[email protected]>
Add seperate test headers for datapar generate

93c7f3306fc8d23f2e0ff5b9372db2f1715405ae authored almost 3 years ago by srinivasyadav18 <[email protected]>
Replace alternative keyword

9c72c315df9f287f0886975638ac5514b0a40ab0 authored almost 3 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5621 from STEllAR-GROUP/small_vector

Replacing boost::container::small_vector

9cccbec2336d317d896f5aebfd7dbaf9759a983f authored almost 3 years ago by Mikael Simberg <[email protected]>
build: changed order of bibtex_bibfiles, added comment

317f4ba46f17d0b0ea1ff6ed64e71a6bb14a76ea authored almost 3 years ago by Bhumit Attarde <[email protected]>
docs: add example bibtex refs to sphinx docs

c78444763fa2f75796de1be174d77e25f51f09cf authored almost 3 years ago by Bhumit Attarde <[email protected]>
docs: add boilerplate for sphinx bibtex refs

- Added sphinx-bibtex extension
- Created boilerplate files

35010b91165b898733a2eb85bad8e0e23571b566 authored almost 3 years ago by Bhumit Attarde <[email protected]>
Replacing boost::container::small_vector

c8650bc311fd8ef344fadc48be46cba986d89339 authored almost 3 years ago by Hartmut Kaiser <[email protected]>
Add missing includes to channel_communicator example

ac279175a93de83198e2dccac338bf064e891ab2 authored almost 3 years ago by Mikael Simberg <[email protected]>