-
Notifications
You must be signed in to change notification settings - Fork 145
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
Underflow in timing code on aarch64 #1459
Comments
Does this happen deterministically or randomly? |
None of those messages have a value of |
Thank you for your reply.I checked the content of all the ellipses
The content in the ```Downloading...``` ellipsis only includes downloading Python modules such as ninja, cmake, wheel, omli, setuptools, packaging, distro, and scikit build from the network, just like this
```Downloading https://files.pythonhosted.org/packages/61/86/cc8d1ff2ca31a312a25a708c891cf9facbad4eae493b3872638db6785eb5/wheel-0.40.0-py3-none-any.whl (1.3MB)```
```http://xxxx... ```Of course, it means“ https://files.pythonhosted.org/ ”These websites are available.
The path contains a name and is replaced with 'xxx'. Apart from this, no other content is hidden.
|
Can you attach the entire output? There's at least one partial logging message tangled up in the assert messages, so the other half of it should be somewhere in the blob of text. |
All the output of the legion build, legate.core installation and running is here, especially the legate.core installation, which does end in
And then there's no |
Originally reported by @1193749292 on nv-legate/legate#667. Bug occurs on an Ubuntu 20.04.5 LTS aarch64 system, on a debug build.
The following assertion is failing: https://github.com/StanfordLegion/legion/blob/stable/runtime/realm/timers.inl#L72. I asked @1193749292 to add some instrumentation around that code:
It appears as if the code computing
nanoseconds
fromnative
is producing a much smaller number than expected.The text was updated successfully, but these errors were encountered: