not a “how to tune/train your model better” talk -> Leave to Mathematicians! Expect you to know some ML Basics (Matrix Multiplication), Tensor Basics Expect you to know how a pipeline-based compiler works. Feel free to ask questions, and point out the mistakes I made!
sth else), build up datasets and training • Export the training data to graph (Done by ATenGraph/StableHLO) • Graph will getting to the compiler for optimization -> Output • Inferencing • Runtime (e.g. vLLM, ONNX, llama.cpp, etc)
says: Y = GELU(X @ W + b) But execution involves: • Huge tensor operations • Large memory movement • Many GPU kernels ff • Di erent hardware architectures