charan-003

Results 23 comments of charan-003

Hi @miscco , Thank you for your guidance on this issue! I assume that the suggested approach of filling the entire vector with x would change the intended behavior of...

@bernhardmgruber @miscco Just wondering if there are any changes needed or anything else I should do for this PR?

Hi @miscco Please let me know if any changes are needed for this PR.

@bernhardmgruber, I hope the failed cases are unrelated to the changes I made

Update: - Moved `parallel_scheduler`, `parallel_sender`, and `bulk_sender` to a new header: `hpx/executors/parallel_scheduler.hpp` - Removed related code from `thread_pool_scheduler.hpp` @hkaiser — ready for re-review when convenient. Thanks for the guidance!

@hkaiser Can you please verify it now? I'm not sure why those 2 tests are failing.

> Also, you may want to move all types that are don't have to visible by users into `namespace detail` to avoid name clashes with other code. Sure, I'll do...

i'm not sure why it's failing for clang_format. i used `clang-format` -i ` to make sure it's in the format

@hkaiser The `parallel_bulk_operation_state` implements a custom chunking strategy for bulk operations. It divides the workload into chunks based on the number of threads in the underlying thread_pool_scheduler’s pool (`get_os_thread_count()`), then...

@hkaiser @isidorostsa This version is about adding P2079R7 parallel_scheduler to HPX core Implement parallel_scheduler wrapping thread_pool_policy_scheduler, aligning with P2079R7 user-facing API: - Add get_parallel_scheduler() for global access with async/sync policy...