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

Add async_local test for executors that add arguments to function call

ae2eb60f5c3f69b9f633ba5f8d736c1e672f6b20 authored almost 4 years ago by Mikael Simberg <[email protected]>
Allow injecting additional arguments from executor when using dataflow

563dc13ee9a19fd5ec02c28bb10dea18c7a141ef authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5063 from aurianer/move_guard_future_overhead

Limit the device code guards to the distributed parts of the future_overhead bench

039b7450bb2c572ace0325493d6a4883d782a7f8 authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5046 from msimberg/class-enums

Convert thread and future enums to class enums

d727b20b76756bfb015fbd8f49b8153b70e11110 authored almost 4 years ago by Mikael Simberg <[email protected]>
Fix thread enumerations in fork_join_executor

c45fc1ee8fc748c1fd84149809dcd797270fb40a authored almost 4 years ago by Mikael Simberg <[email protected]>
Move local async tests to async_local module

4af51d978de371181d67dfb383240fa9f33610f9 authored almost 4 years ago by Mikael Simberg <[email protected]>
Move the device code macro to match the distributed ones

Instead of disabling the entire test we only disable the
distributed parts

5c36bd65882944f04714b63db17a4902a3543fbe authored almost 4 years ago by aurianer <[email protected]>
Add inspect check for Windows small macro

e8587aef788ef1a66893d18b4189f5dd4f136fc8 authored almost 4 years ago by Mikael Simberg <[email protected]>
Work around thread stacksize name conflict on Windows

small is defined to char with a macro on Windows. This adds an
underscore to the thread stacksiz...

f6949f861f1cc97c7d794f14eb36999d74cb7130 authored almost 4 years ago by Mikael Simberg <[email protected]>
Rename thread_state_enum and thread_state_ex_enum

Remove _enum suffix, rename them to thread_schedule_state and
thread_restart_state to better des...

77bf52f99c9404aef880ebdff5850b805e928a71 authored almost 4 years ago by Mikael Simberg <[email protected]>
Convert thread and future enums to class enums

f8f746e3e1c72075f5dfdca15d200f9d2e0424ce authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5056 from msimberg/fix-tuple-get-deprecation

Fix hpx::util::get

da74ce25e3e3bb59d00b7d877216958f799f888f authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5059 from msimberg/multi-locality-suspend-docs-note

Add warning about suspending/resuming the runtime in multi-locality scenarios

8ebca3681a3743204a9e453763f05cf35dc4e3b2 authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5061 from aurianer/remove_hipcc_guards_examples

Remove hipcc guards in examples and tests

3b4a050b6aeb3bdea6e3bf044c0ade4a8cb3e64d authored almost 4 years ago by Mikael Simberg <[email protected]>
Remove hipcc guards from some tests

fd0c79861733510a3d567d674f957e0c92712fd5 authored almost 4 years ago by aurianer <[email protected]>
Remove hipcc guards in examples

f6254ce25e85ddc3bdd0304e80c20d5754cb91ff authored almost 4 years ago by aurianer <[email protected]>
Remove guard in iostream component

b392809acedc1698f1c8ac018cb31bdaf0002209 authored almost 4 years ago by aurianer <[email protected]>
Merge pull request #5060 from STEllAR-GROUP/deprecated_warnings

Fix deprecation warnings generated by msvc

8163fc8200a051528571c18fcc27c4c9a52fe2be authored almost 4 years ago by Hartmut Kaiser <[email protected]>
Silencing some integer conversion and mismatch warnings

4a8d706e45a68087befa6c9450189b76e8deeeb4 authored almost 4 years ago by Hartmut Kaiser <[email protected]>
Fix deprecation warnings generated by msvc

43171bf0ed9fe179ab88c82a226d73c4f9127da5 authored almost 4 years ago by Hartmut Kaiser <[email protected]>
Add warning about suspending/resuming the runtime in multi-locality scenarios

f0a04ce0353c6a475074b13f4ba5c12a0581fb26 authored almost 4 years ago by Mikael Simberg <[email protected]>
Fix variant get helper namespace

06a094a8e512c430be9198c0a2df342204bbc520 authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5054 from STEllAR-GROUP/typo

Fix typo

e51dc06a7af533a799687c690d0a3f95ad6bf8f9 authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5055 from aurianer/remove_hipcc_guards

Remove hipcc guards

0df91337a6436c8e1e6724e97723788dd418b450 authored almost 4 years ago by Mikael Simberg <[email protected]>
Fix hpx::util::get

baf7c17de49e49cd4b765f6939123506f4a4bce7 authored almost 4 years ago by Mikael Simberg <[email protected]>
Add link to hpx.stellar-group.org users page to documentation

c697fb777d74831af2af992e716c2ec5d7188b55 authored almost 4 years ago by Mikael Simberg <[email protected]>
Link to hpx.stellar-group.org funding page in documentation and README

a2e54aba4ffcac8fff34dedbecc2073a1e0847e6 authored almost 4 years ago by Mikael Simberg <[email protected]>
Undefine get_message_handler

498f48471df6fb8c329c3e2fe61330f8727ac8a8 authored almost 4 years ago by aurianer <[email protected]>
Add missing header in is_iterator unit test

3f763cff22c9e6eac6317fa6541b6e31c52e777a authored almost 4 years ago by aurianer <[email protected]>
Fix core after reverting commit which added guards

906910c0d871c0bb0ac406cfbc2d7dd76dc1b3ca authored almost 4 years ago by aurianer <[email protected]>
Add empty broadcast and components macro for device code

747154db17ebb11cb84a17e384f02de840025745 authored almost 4 years ago by aurianer <[email protected]>
Revert "Add a guard for distributed code when hipcc compiles device code"

This reverts commit e00ccf1c2928be886e2dbd2f634a03d1508103b3.

f2c76ea41c65f2e0f0887ee61b82ea83cd0ff981 authored almost 4 years ago by aurianer <[email protected]>
Remove unecessary includes

da7717d622a95331ee7171c014a383664a5f4484 authored almost 4 years ago by aurianer <[email protected]>
Merge pull request #4744 from msimberg/fork-join-executor

Fork-join executor

fd54af5781f19cf0d398fc4f6144e888afdff293 authored almost 4 years ago by Mikael Simberg <[email protected]>
Include more specific headers in fork_join_executor and contiguous_index_queue

a871e870c963114e85fb505bca8e749eb0959537 authored almost 4 years ago by Mikael Simberg <[email protected]>
Move fork_join_executor files to new module hierarchy

15d8742b1db52541a9df3e1237589547e5078599 authored almost 4 years ago by Mikael Simberg <[email protected]>
Disable stream benchmark with nvcc

94e89622d581dbf061213c36b07e2acd3925cc21 authored almost 4 years ago by Mikael Simberg <[email protected]>
Add experimental fork_join_executor

The fork_join_executor provides blocking fork-join semantics for bulk
operations with yielding a...

02ff575dae098eb63155f40c3a4352798b91e4b9 authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5050 from aurianer/replace_old_init_overloads

Replace old init overloads in tests and examples

c479a722da3a38cf69bd7b265a80e385147c2bed authored almost 4 years ago by Mikael Simberg <[email protected]>
Fix typo

9bbc462da592c470b0b847abbd0a50d16119777c authored almost 4 years ago by Patrick <[email protected]>
Replace the old start(cmdline, argc, argv) overloads

d78f9ac6acf244b03a681f3474205a3b1105d385 authored almost 4 years ago by aurianer <[email protected]>
Add deprecation messages for the old start overloads

af3514c2dbc5ec55e7e302ff11e4304d8c2dae43 authored almost 4 years ago by aurianer <[email protected]>
Remove options_description when it is the default one

22cfdc8c5b4915ce87e6b328e5fd89d014271528 authored almost 4 years ago by aurianer <[email protected]>
Replace old init(argc, argv, cfg) with new overload

b430b339681fd863723edb453a7979b1d0553af5 authored almost 4 years ago by aurianer <[email protected]>
Replace old init(cmdline, argc, argv, cfg) with new overload

1755896e21f7e4494c610f87c35df01a0628f1ab authored almost 4 years ago by aurianer <[email protected]>
Fix warning unused variable

2bdd1cd604c4336e8a841909a559e35964ded49e authored almost 4 years ago by aurianer <[email protected]>
Add deprecation messages for the old init overloads

05d9711777e40e9501740b5eb106242476a38fd0 authored almost 4 years ago by aurianer <[email protected]>
Replace init with new overloads manually

c0f0ac8151202cae05d22ab6123cc461f7044b4f authored almost 4 years ago by aurianer <[email protected]>
Replace old init(cmdline, argc, argv) with new overload

89ff8d51315da259a122b105d21c16d98435684d authored almost 4 years ago by aurianer <[email protected]>
Replace old init(desc_cmdline, argc, argv, cfg) with new overload

db6a43f9aace5d3362fa595867c4961c22a85655 authored almost 4 years ago by aurianer <[email protected]>
Replace old init(desc_cmdline, argc, argv) with new overload

e3acbe230379e7346804970b3d410cd3f7d0c954 authored almost 4 years ago by aurianer <[email protected]>
Merge pull request #5022 from STEllAR-GROUP/msimberg-patch-6

Remove C language from CMakeLists.txt

fd386201b9d1856c51909cb4d9c6668b9f6f6a83 authored almost 4 years ago by Mikael Simberg <[email protected]>
Remove HPXC support in libfabric parcelport

4c1ff4098bb72da74d3c51a85ee44b264fe0bdd0 authored almost 4 years ago by Mikael Simberg <[email protected]>
Remove all Fortran and C support

Also remove sheneos fortran example.

9f7da380ae560c43d9fc8a284f899166bc77d866 authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5048 from aurianer/hipcc_jenkins_config

Limit jenkins hipcc to the reno node

27133f743ad0c8024769291997aedb384b13db75 authored almost 4 years ago by Auriane R <[email protected]>
Limit jenkins hipcc to the reno node

21013a9097e28bd283414aab0f1f6f902cdbadd8 authored almost 4 years ago by aurianer <[email protected]>
Merge pull request #5047 from aurianer/cuda_jenkins_config

Limit cuda jenkins run to nodes with exclusively Nvidia GPUs

5753fed423df292efbbf745269f83b66ebec955e authored almost 4 years ago by Auriane R <[email protected]>
Limit the cuda run to one node, allow me to work on HIP

7e565a9e24513e91fab3db71f8cf2cd980fb916f authored almost 4 years ago by aurianer <[email protected]>
Merge pull request #5037 from msimberg/is-invocable-api

Add is_invocable typedefs to top-level hpx namespace and public API list

e907e3227dd0b22e4e3c7c662a608490de8adb5b authored almost 4 years ago by Mikael Simberg <[email protected]>
Fix codacy warnings in block_matrix regression test

264cfec31048d7385de7657d0d7aabe32dd00793 authored almost 4 years ago by Mikael Simberg <[email protected]>
Fix inspect errors in block_matrix regression test files

41fe3263f48459441d04de95a40917da0dc20a06 authored almost 4 years ago by Mikael Simberg <[email protected]>
Rename .h, .hh, .cc files to .hpp and .cpp

63e920a9a816eb70ad074e9de54501c06f31185b authored almost 4 years ago by Mikael Simberg <[email protected]>
Remove C language from CMakeLists.txt

c3775ac476a7e1ead4dabea1bb357646c413a830 authored almost 4 years ago by Mikael Simberg <[email protected]>
Deprecate hpx::traits::is_invocable and move definition to top-level hpx namespace

31e8f3a7cf5d37e2158dfb45e6f31673b43b8ba6 authored almost 4 years ago by Mikael Simberg <[email protected]>
Make sure Jenkins reports and error to GitHub if the CDash status file is not written

ac68021aad9cb7dcb2b3d2d4a4e23ff1cf9ddd4b authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5034 from msimberg/circleci-versioned-images

Use versioned container image on CircleCI

93815ebcd7873188b306fdf1fdc5ab2ad0114b87 authored almost 4 years ago by Mikael Simberg <[email protected]>
Remove unnecessary build unit test commands in CircleCI config

Build unit tests are only built, not actually run as tests.

f36de2ee5d0eb7eee939ffce0929e898a7d903d7 authored almost 4 years ago by Mikael Simberg <[email protected]>
Apply cmake-format fixes for version 0.6.13

7f5b963cf172b9da451ec2a5b1fb49ff5f6862f9 authored almost 4 years ago by Mikael Simberg <[email protected]>
Ignore warnings reported by clang-tidy

5592c74b61d6d116e9c19560158a66df0a64d98f authored almost 4 years ago by Mikael Simberg <[email protected]>
Specify versioned clang-format executable in CircleCI configuration

332a4af14ced9351ad0b57703650efafe0da2093 authored almost 4 years ago by Mikael Simberg <[email protected]>
Use versioned container image on CircleCI

4a9b649030835387b8483c10ba2c438a220dcba6 authored almost 4 years ago by Mikael Simberg <[email protected]>
Merge pull request #5043 from STEllAR-GROUP/improving-hpxrun

Improve hpxrun.py for Phylanx

7fc87c169d0b88387b1e0fc1bcfa91c79c23cbb1 authored almost 4 years ago by Mikael Simberg <[email protected]>
Allow the setting of a default port, environment variables to pass along, and invocation of a singularity environment.

421ec765cf1ba64b72cab6f5f392aa84ff2c7abb authored almost 4 years ago by Steven R. Brandt <[email protected]>
Merge pull request #4947 from aurianer/hipcc_globally

Add HIP support for AMD GPUs

eeb07d84b27f9a38b67ea15dbe70027bc78ed7df authored almost 4 years ago by Auriane R <[email protected]>
Disabling pkgconfig test for hipcc

7f0eb5924f372086c374cc83467f8158054c7a80 authored almost 4 years ago by aurianer <[email protected]>
Fix hipcc bug of returning const ref when accessing non-const array

02cbcf5413e3a22ab9df7fcf7a403c38820f42e0 authored almost 4 years ago by aurianer <[email protected]>
Fix compiler warning no C typedefs

8873b92a5162a8ce071feaff36d45feac5c090a0 authored almost 4 years ago by aurianer <[email protected]>
Add HIP setup in HPXConfig.cmake

0d690a73ca72fd0e0e7759279237d51aec54fd10 authored almost 4 years ago by aurianer <[email protected]>
Silence warnings coming from rocm

c732d519ff34dcc1ae429448487483675541db30 authored almost 4 years ago by aurianer <[email protected]>
Remove guard for split_future

0051bf6028232a23c1a7432d0c03b36d0625876f authored almost 4 years ago by aurianer <[email protected]>
Fix check in unregister_thread and add register bool

When in a hpx worker thread, register_threas hasn't been called,
we then don't need to unregister.

b5a7913aadf7c9dd271afbbe00184e4f21a23ee1 authored almost 4 years ago by aurianer <[email protected]>
Fix deprecated include id_type

ceb5b3caf1137a53fd221cca23337cb9b0b3ec93 authored almost 4 years ago by aurianer <[email protected]>
Adapt CI to rocm-3.8.0 with rocsolver installed

61ec5c4a28fbb8e6e2288519054b0b9a35098065 authored almost 4 years ago by aurianer <[email protected]>
Add a copy kernel to bypass temporarily the rostam problem

printf in kernel hangs on rostam but not on ault

a2808961b54f9f6b86ab5d0f3c60628c3b6bfbff authored almost 4 years ago by aurianer <[email protected]>
Fix typo in comment

1db0c52b1af3abba9aea209b23f408c61534b409 authored almost 4 years ago by aurianer <[email protected]>
Removing include directories on roc::hipblas

7129ba83c645db28b10f99830e797555f8ce4d9e authored almost 4 years ago by aurianer <[email protected]>
Remove unused comment

287eeb466b24bad3d0cce397fecaae598f276b7c authored almost 4 years ago by aurianer <[email protected]>
Fix missing return compiler error

5dfbf3a574cb7eddb1c820fc7b5d09ad07850479 authored almost 4 years ago by aurianer <[email protected]>
Adapt the type() to the actual return type

1ac0622c8d15ed5f00d6dfc9d874c4bd74cc9fe6 authored almost 4 years ago by aurianer <[email protected]>
Change hpx::lcos in hpx::lcos::local for local tests

70ddb540cbbe6a8d62180f7f09d03d1b5eb29df5 authored almost 4 years ago by aurianer <[email protected]>
Disabling distributed tests/examples with device code

d271e4cbd121be2913df2adfa761033112db859d authored almost 4 years ago by aurianer <[email protected]>
Fix error copy assignment operator implicitely deleted

8c9a375663fefa54408e307b9436121dd1f31bde authored almost 4 years ago by aurianer <[email protected]>
Add jenkins config files for rostam

3b62f88304bc8b78a796dd77148332c8a7b95f30 authored almost 4 years ago by aurianer <[email protected]>
Remove the unecessary #if defined(__CUDA_ARCH__)

If __CUDA_ARCH__ undefined it evaluates to 0

3365781575477590d644eee340bde4e9c544f3aa authored almost 4 years ago by aurianer <[email protected]>
Solve inspect problems + add inspect for .cu files

506ff4dd888624eca6f440e54f1fe0ea460ccb86 authored almost 4 years ago by aurianer <[email protected]>
Fix unused warning

f8d3fe531bc92702c7be3aea7ce917e24aaf9795 authored almost 4 years ago by aurianer <[email protected]>
Fix a typo in distributed namespace

f41307dc9a11c8639f890da4170321d4d61f256f authored almost 4 years ago by aurianer <[email protected]>
Set CMAKE_PREFIX_PATH for hipblas to be found on rostam

ff680ebae6829008ecc06e181e9e36ce0843339e authored almost 4 years ago by aurianer <[email protected]>
Add a guard for distributed code when hipcc compiles device code

HIPCC compile all code in both device and host version

3d5bfe935d163079e4db4beb2188851d539b403e authored almost 4 years ago by aurianer <[email protected]>
Fix name of the compute_cuda module define

The current cmake option is HPX_WITH_CUDA_COMPUTE but the module
define is HPX_WITH_MODULE_COMPU...

c1cc5a1d62c335585bff244a024a566ae514e31b authored almost 4 years ago by aurianer <[email protected]>