hcc
hcc copied to clipboard
Address a deadlock issue in multi-GPU scenario
- Fixes SWDEV-219322
The error message for the failing tests is curious. error while loading shared libraries: libhsa-runtime64.so.1: cannot open shared object file: No such file or directory
I kicked off a unit test run on my local system to see if I could reproduce the failures.
The error message for the failing tests is curious.
error while loading shared libraries: libhsa-runtime64.so.1: cannot open shared object file: No such file or directory
That's a known problem that @david-salinas will address
@jeffdaily do we still need an explicit wait if we clear the asyncops vector?
@jeffdaily do we still need an explicit wait if we clear the asyncops vector?
Isn't the wait is necessary due to HCC_OPT_FLUSH?