You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS / Darwin builds store debug info separate from the main binary, in a .dSYM folder. However our caching system does not support more than one build output.
I think we should fix this by expanding the caching system, but that can probably wait until we upstream the rest of the CPU code.
The text was updated successfully, but these errors were encountered:
I mean it's largely a CPU-specific problem since the caching only affects CPU kernels. But as my task description was saying, I think we can wait until we upstream the entire CPU backend first before working on this, I think it's pretty low-pri. Just filing to keep track of things.
macOS / Darwin builds store debug info separate from the main binary, in a
.dSYM
folder. However our caching system does not support more than one build output.I think we should fix this by expanding the caching system, but that can probably wait until we upstream the rest of the CPU code.
The text was updated successfully, but these errors were encountered: