bosilca

Results 29 issues of bosilca

The accelerator collective module (which allocates and moves the data onto the host in order to complete collective communications) has a priority higher than some collective modules that do natively...

bug
Target: main
Target: v5.0.x

I'm puzzled by this code working. It does all the right things, but it was calling PML->add_procs with zero new procs, ALWAYS (the `ilist` was empty by the time we...

Target: main

Don't build the smcuda BTL if there are no accelerators available. Right now I added support for CUDA, extend it for other accelerators you can about (@edgargabriel and @hppritcha).

Target: main

Add support for sending and receiving the data directly from and to devices. There are few caveats (noted on the commit log). Note: because it includes the `span` renaming, this...

enhancement
API Change

The idea is the following: - tasks incarnations (aka. BODY) can be marked with the "batch" property allowing the runtime to provide the task with the entire list of ready...

Introduce the parsec_gpu_flow_info_s info structure to combine the flow information needed by the GPU code. Allow the standard device tasks (aka. parsec_gpu_dsl_task_t) to contain the flow_info array inside the task,...

API Change

This is part of a multi-project effort, a similar PR will be created in OpenPMIX and OMPI. The goal of each of these changes is the same: instead of using...

Target: main

@mentOS31 correctly identified few issues with the handling of persistent requests with regard to their error codes (more info in the issue). This PR fixes all wait and test function...

bug
Target: main