Kuo Zhang
Kuo Zhang
> > So, is this bug solved or not? > > Are you able to test with the latest version from source to confirm? Hi, is there any fix of...
the root cause is: 
``` EP_DEVICE_ASSERT(ibgda_get_state()->num_rc_per_pe == num_channels || ibgda_get_state()->num_rc_per_pe >= num_sms); ``` I printed the values, by default , num_rc_per_pe = 12, num_channels = 10, num_sms = 20, Is this by design ?...