triton-lang / triton-cpu

An experimental CPU backend for Triton
https://triton-lang.org/
MIT License
56 stars 17 forks source link

No debug info on Darwin #72

Open int3 opened 3 months ago

int3 commented 3 months ago

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 commented 3 months ago

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

int3 commented 3 months ago

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.