AITemplate, a revolutionary new inference engine by Meta AI
ai.facebook.com
AITemplate, a revolutionary new inference engine by Meta AI
1–10 of 36 posts
Re: AITemplate, a revolutionary new inference engine by Meta AI
#2Re: AITemplate, a revolutionary new inference engine by Meta AI
#3https://github.com/facebookincubator/AITemplate
Re: AITemplate, a revolutionary new inference engine by Meta AI
#4Re: AITemplate, a revolutionary new inference engine by Meta AI
#5Re: AITemplate, a revolutionary new inference engine by Meta AI
#6Maybe this is to attract better engineers but all in all this has been a net postive for software development. So credit where it is due.
Re: AITemplate, a revolutionary new inference engine by Meta AI
#7Meta is open sourcing AITemplate, an inference engine for both Nvidia and AMD GPUs. Code: https://github.com/facebookincubator/AITemplate.
AITemplate delivers much better perf (1.9x ~ 12.8x) compared to PyTorch eager on SOTA models, including Bert, ResNet, VIT and StableDiffusion.
AITemplate also delivers high perf numbers using AMD GPUs (MI-250). With AITemplate, MI-250 achieves 80% ~ 96% A100 perf on various ResNet / Bert / VIT models.
AITemplate uses sophisticated fusion techniques to optimize perf, including vertical, horizontal, and memory fusions.
btw, I'm one of the authors of AITemplate, happy to answer any questions.
Re: AITemplate, a revolutionary new inference engine by Meta AI
#8More benchmark numbers and repro at: https://github.com/facebookincubator/AITemplate/tree/main/ex...
Re: AITemplate, a revolutionary new inference engine by Meta AI
#9Re: AITemplate, a revolutionary new inference engine by Meta AI
#10tl;dr: Meta is open sourcing AITemplate, an inference engine for both Nvidia and AMD GPUs. Code: https://github.com/facebookincubator/AITemplate . AITemplate delivers much better perf (1.9x ~ 12.8x) compared to PyTorch eager on SOTA models, including Bert, ResNet, VIT and StableDiffusion. AITemplate also delivers high perf numbers using AMD GPUs (MI-250). With AITemplate, MI-250 achieves 80% ~ 96% A100 perf on variou…