Published on

GPU Programming

Authors
  • avatar
    Name
    Yan Lu
    Twitter

GPU and other AI accelerators have enabled the rapid and efficient training and deployment of large models. In order to deliver a fast and efficient ML model, it is essential that we understand how it operates on a GPU and how to utilize the GPU for optimizations. In this post, we are going to explore the fundamentals of GPU programming and investigate how it can be employed to expedite machine learning tasks.

Pre-requisites

References

  1. GPU programming related news and material links
  2. Material for gpu-mode lectures
  3. ML Systems Onboarding Reading List
  4. 常见Kernel 优化