notesum.ai
Published at December 6Code generation and runtime techniques for enabling data-efficient deep learning training on GPUs
cs.DC
cs.NE
Released Date: December 6, 2024
Authors: Kun Wu

| Methods of graph variables | ||||||
| node iterator | g.dst_nodes(), g.src_nodes() | |||||
|
||||||
| neighbor iterator | n.incoming_edges(), n.outgoing_edges() | |||||
| Attributes | ||||||
|
||||||
|
||||||
| Operators | ||||||
| GEMM-eligible computation, e.g., | linear(), outer_prod() | |||||
| GEMM-ineligible computation, e.g., | dot_prod() | |||||
| manipulation, e.g., | reshape(), concat() | |||||