-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Unitrace] Tool always aborts by assertion error in 'UniTracer::Create' when tried to profile on python scripts #64
Comments
Are you able to run L0 applications successfully? Most probably Unitrace::create is failing due to L0 call failure. It is during the initialization of the tool where it interacts with L0 hence it is not really matter what is your app doing :). Few things I would suggest to try
BTW, any chance to try on different machine to verify the behavior? |
Thank you for your guidance. And here are my replies on your suggestions:
And I just had one available PVC machine which let me find this issue and unfortunately the machine was broken several days past. |
Regarding your response to "Item 1" I doubt if this is related to python app. As per the failure point it looks to be at the very beginning. Lets connect internally to see the setup and failure. |
@xunsongh Please check the version of libstdc++.so in you conda env. If it is lower than 6.0.30, you need to upgrade it at least 6.0.30 |
I built unitrace tool on PVC machine with driver agama-ci-devel-hotfix-821.36 by default without MPI support, and then try to run this tool on a simple python script, but it always be aborted by the assertion error in
UniTracer::Create
.Here is my command to run the successfully built unitrace tool:
Also I tried other options in running but all of them failed on such an assertion error:
My test case is simplest as could:
Would you please help check why the unitrace tool crashed on such a simple case who is even not related to SYCL or L0?
The text was updated successfully, but these errors were encountered: