-
Notifications
You must be signed in to change notification settings - Fork 536
Move tensor_shape_to_c_string back to runtime/core #8296
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
Conversation
Stack from ghstack (oldest at bottom): |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8296
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 7 PendingAs of commit f98f69f with merge base 77f18b2 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
this doesn't build because the new file is getting placed in |
I previously moved it to the wrong place because of build issues. Had to couple this with replacing
sizes_to_string
so that the buck2->cmake system would place it in executorch_core instead of portable_kernels and not break the build.