Seyed Hessam Mirsadeghi

Results 11 comments of Seyed Hessam Mirsadeghi

@yosefe just wondering if you had a chance to review the changes that I made. Thanks!

@Akshay-Venkatesh @yosefe @bureddy bringing this issue up again, and especially the crashing part of it. I understand that ucp_mem_map fixes will require further thoughts, but how easy/difficult it is to...

I build with `--with-hwloc=internal` and I tested on another system and got the same segfault. I'm on commit 49460b41 This is the backtrace I get: ``` #0 0x00007ffff7f87580 in ??...

@brminich One issue I'm running to is that local and remote device bitmaps will not be preserved in different iterations of the new loop. The is because we don't modify...

@brminich `ucp_wireup_add_fast_lanes` will not work as intended with the new changes. Because it compares bw of the lanes that are in `sinfo_array`, and when we add the lanes for each...

@yosefe @brminich can you please take another look at this PR so we can have it merged for 1.17? Thanks But please don't merge until I remove the label.

I've been debugging a case where the selected lanes are different with smaller vs. larger batch size. The root cause of it is that the `ucp_wireup_rma_bw_score_func()` and `ucp_wireup_add_fast_lanes()` calculate the...