Edgar Gabriel
Edgar Gabriel
## What The MI300A has 24 Zen4 cores, which are architecturally (mostly) identical to the Genoa processors. They have however a different CPU id. Add the CPU ID to recognize...
We need to keep the references when duplicating info through MPI_Info_dup so that subsequent calls to MPI_Info_dup see the same info entries. Test case provided by Neil Fortner: ```C #include...
Add support for the new ```MPI_Request_get_status_any/all/some``` functions introduced with MPI 4.1 This PR contains the C implementation for the functions as well as the man-pages. There are however also some...
## What? - use the gfx arch name as the main mechanism to detect GPU type. - Remove the distinction between MI300A and MI300X, we are not distinguishing between the...
## Motivation Add experimental support for gfx1201 architectures (Radeon RX 9070 and 9070XT, Radeon AI PRO 9700) ## Technical Details Initial experiments with gfx12 based ISAs ## Test Result After...
The osc/ucx component does not honor the thread level requested when calling MPI_Init_thread. The main culprit is the line here: https://github.com/open-mpi/ompi/blob/main/opal/mca/common/ucx/common_ucx_wpool.c#L58 which initializes the worker used by the osc component...