-
Notifications
You must be signed in to change notification settings - Fork 63
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
[BUG] conda package missing legion_prof #950
Comments
To get the profiler, we would need to configure with |
Do you know what legion commit was used to build legate 24.06.00? I can just install the profiler myself for now, but when I tried the latest legion master the profiler was crashing when I tried to generate a profile from a log generated with legate 24.06.00. |
@syamajala v24.06.00 was built of 75074815f2cc063bd38f78901a7538a06012fe43. @m3vaz, I guess for the time being we could add the profiler to the package and worry about splitting later. We would need to add a rust dependency, but that should probably be enough. |
Thanks! Im able to view the profiles after checking out that commit of legion. |
Note that adding the rust profiler unconditionally to all CI builds will result in an uncachable rust build (at least when using ccache, which doesn't support rust) (sccache appears to support rust). Also I have suggested that the build of the rust profiler happen in a separate step, rather than as part of the main build, otherwise we hit #860. See internal work item LLRDO-176. |
I am only able to use |
stack trace for
|
24.06.01 does not seem to have the profiler either? |
what commit of legion was 24.06.01 built with? i tried the latest legion master but the profiler is crashing when i try to view cunumeric profile logs. |
It used Legion commit a66da82b8fb1fb45d3605963cb33bced51da2f6e |
what commit of legion was legate 24.09.00.dev236 built with? i tried the profiler from master and it opens the profile but then it crashes when i try to look at anything. |
Looks like c032dab254f423ccab36d05c47fed42b94f0b3f5, @marcinz @sandeepd-nv @m3vaz is that right? |
Profiler packages are now being created, still need to make sure they get uploaded. Targeting by code freeze. |
Theres still issues with profiling. Hitting this: StanfordLegion/legion#1773 |
@manopapad is there any AI on us here? |
Profiling is working again so this can proceed now I think. |
We need at least this legion commit: https://gitlab.com/StanfordLegion/legion/-/commit/e1e018f71e0127405d44b42dae6ea5be8f48fe54 |
We should start uploading the profiler builds whenever we push a nightly build to the public label. I don't see one from yesterday's public nightly push. |
Ack, it sounds like we'll need to push another upload before the end of the week. I can include the profiler packages in the next push. |
Working through build issues, planning to have a nightly push by EOW, that should include the profiler build, once @syamajala confirms we can close this. |
Latest nightly drop contains the legate profiler package, in package |
Software versions
The legate 24.06.00 conda package is missing legion_prof
Jupyter notebook / Jupyter Lab version
No response
Expected behavior
The conda packages should include legion_prof
Observed behavior
legion_prof is missing
Example code or instructions
Stack traceback or browser console output
No response
The text was updated successfully, but these errors were encountered: