How can hardware companies expand mojo and max to enable them to utilize more accelerators

I believe Mojo and Max represent the next generation of AI infrastructure. So, if more hardware companies want to leverage this software stack to support their unique accelerators, what key steps would they likely need to take?

1 Like

We’re not quite ready to expand to arbitrary accelerators yet (we have quite a lot to get done in the next quarter or perhaps two). That said, you can prepare by building an high quality code generator for your chip, e.g. an LLVM backend. This should do register allocation and scheduling, and should expose the fancy features of your architecture with intrinsics or assembly instructions.

6 Likes

Any plans for mobile GPUs? specifically Qualcomm?

1 Like

We haven’t announced anything for mobile GPUs, but if you’re interested in them, please reach out to the HW vendor to let them know that you’d like to see this. Thanks!

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.