hcc icon indicating copy to clipboard operation
hcc copied to clipboard

Address a deadlock issue in multi-GPU scenario

Open mangupta opened this issue 5 years ago • 5 comments

  • Fixes SWDEV-219322

mangupta avatar Mar 04 '20 05:03 mangupta

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

jeffdaily avatar Mar 04 '20 15:03 jeffdaily

I kicked off a unit test run on my local system to see if I could reproduce the failures.

jeffdaily avatar Mar 04 '20 16:03 jeffdaily

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

scchan avatar Mar 05 '20 21:03 scchan

@jeffdaily do we still need an explicit wait if we clear the asyncops vector?

scchan avatar Mar 05 '20 21:03 scchan

@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?

jeffdaily avatar Mar 05 '20 22:03 jeffdaily