Max Engine Understanding
Can anyone please guide me what's the purpose of MAX engine? This is what I understood:
It's some compiler which compiles the model graphs to boost up their performance. But it's not the Mojo compiler.
Assuming I write my whole model in Mojo (I implement all the APIs required for the model in Mojo myself). Then Which compiler will be better? If Mojo is going to be faster (assuming I write the best possible code with Mojo
) then what's the purpose of MAX Engine
?
It's some compiler which compiles the model graphs to boost up their performance. But it's not the Mojo compiler.
Assuming I write my whole model in Mojo (I implement all the APIs required for the model in Mojo myself). Then Which compiler will be better? If Mojo is going to be faster (assuming I write the best possible code with Mojo
