Skip to content
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

No debug info on Darwin #72

Open
int3 opened this issue Jul 24, 2024 · 2 comments
Open

No debug info on Darwin #72

int3 opened this issue Jul 24, 2024 · 2 comments

Comments

@int3
Copy link
Collaborator

int3 commented Jul 24, 2024

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.

@minjang
Copy link
Collaborator

minjang commented Jul 24, 2024

What do you think contributing this feature in the upstream first?

@int3
Copy link
Collaborator Author

int3 commented Jul 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants