Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.11 KB

paper.md

File metadata and controls

27 lines (22 loc) · 1.11 KB

Compiler Papers

Papers

GPU Compiler

Date Paper Focused On Notes
2022 CGO A Compiler Framework for Optimizing Dynamic Parallelism on GPUs CUDA Dynamic Parallelism feature [website] [notes]
2022 CGO Automatic Horizontal Fusion for GPU Kernels CUDA Kernel Fusion [notes]

Domain Specific Compiler

Date Paper Focused On Notes
2022 Micro Treebeard: An Optimizing Compiler for Decision Tree Based ML Inference Tree Traversal Opt [notes]

Profile Guided Optimization

Date Paper Focused On Notes
2022 Micro OCOLOS: Online COde Layout OptimizationS Offline PGO