René's URL Explorer Experiment


Title: Code Generation - Machine Learning Compilers

direct link

Domain: integer-ctrl.github.io

color-schemelight dark

Links:

Skip to contenthttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#furo-main-content
Machine Learning Compilershttps://integer-ctrl.github.io/machine-learning-compilers/index.html
Machine Learning Compilers https://integer-ctrl.github.io/machine-learning-compilers/index.html
Building the Projecthttps://integer-ctrl.github.io/machine-learning-compilers/getting_started/building_project.html
Building the Documentationhttps://integer-ctrl.github.io/machine-learning-compilers/getting_started/building_docs.html
Overviewhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/overview.html
Assemblyhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/assembly.html
Basehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/base.html
Neonhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/neon.html
Code Generationhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html
Tensor Operationshttps://integer-ctrl.github.io/machine-learning-compilers/chapters/tensor_operations.html
Einsum Treeshttps://integer-ctrl.github.io/machine-learning-compilers/chapters/einsum_trees.html
Individual Phasehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/report_individual.html
mini_jithttps://integer-ctrl.github.io/machine-learning-compilers/api/mini_jit.html
mlchttps://integer-ctrl.github.io/machine-learning-compilers/api/mlc.html
Back to top https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html
View this page https://github.com/Integer-Ctrl/machine-learning-compilers/blob/main/docs_sphinx/chapters/code_generation.rst?plain=true
Edit this page https://github.com/Integer-Ctrl/machine-learning-compilers/edit/main/docs_sphinx/chapters/code_generation.rst
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#code-generation
Neonhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/neon.html
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#brgemm-primitive
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#microkernel
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#generate
LDR (immediate)https://developer.arm.com/documentation/ddi0602/2025-03/Base-Instructions/LDR--immediate---Load-register--immediate--?lang=en
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#k-parameter-support
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#performance
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#gemm
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id1
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#verify-kernel-generation
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#verfiy-edge-cases
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id2
data/perf.csvhttps://github.com/scalable-analyses/pbtc/blob/main/lab/code_gen/data/perf.csv
GEMM_benchmarks.csvhttps://integer-ctrl.github.io/machine-learning-compilers/_downloads/5d9a74f76d6fae633b6c21b653ce8491/GEMM_benchmarks.csv
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#batch-reduce-gemm
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id3
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#verfiy
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id4
GEMM_benchmarks.csvhttps://integer-ctrl.github.io/machine-learning-compilers/_downloads/7a34766c1edae298937bae696467a2ea/BR_GEMM_benchmarks.csv
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#unary-primitives
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#zero-primitive
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id6
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id7
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#identity-primitive
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id8
Neon - Transposehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/neon.html#neon-transpose
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id9
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#relu-primitive
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id10
https://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id11
Next Tensor Operations https://integer-ctrl.github.io/machine-learning-compilers/chapters/tensor_operations.html
Previous Neon https://integer-ctrl.github.io/machine-learning-compilers/chapters/neon.html
Sphinxhttps://www.sphinx-doc.org/
@pradyunsghttps://pradyunsg.me
Furohttps://github.com/pradyunsg/furo
Code Generationhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html
BRGEMM Primitivehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#brgemm-primitive
Microkernelhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#microkernel
1. Generatehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#generate
2. k parameter supporthttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#k-parameter-support
3. Performancehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#performance
GEMMhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#gemm
1. Generatehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id1
2. Verify kernel generationhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#verify-kernel-generation
3. Verfiy edge caseshttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#verfiy-edge-cases
4. Performancehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id2
Batch-Reduce GEMMhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#batch-reduce-gemm
1. generatehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id3
2. Verfiyhttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#verfiy
3. Performancehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id4
Unary Primitiveshttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#unary-primitives
Zero Primitivehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#zero-primitive
1. generatehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id6
2. Performancehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id7
Identity Primitivehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#identity-primitive
1. generatehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id8
2. Performancehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id9
ReLU Primitivehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#relu-primitive
1. generatehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id10
2. Performancehttps://integer-ctrl.github.io/machine-learning-compilers/chapters/code_generation.html#id11

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.