Verbs hang fix (#12361)
* Replaces the call to the verbs_utils sync wrappers for device-to-device operations, with a call to the async function with a callback function. This is done in order to fix a bug that occurs while using verbs, and causes the program to hang. * Removed unused functions of verbs_utils * Removed 3rd sync wrapper, replaced with async function
Loading
Please sign in to comment