Jae's Tech Blog
Home Archive About Game

Posts tagged "operator"

January 14, 2026 undefined min read

PyTorch Internals 04 - What the Dispatcher and Operator Registry Actually Do

A single operator name in PyTorch may map to many implementations, and the dispatcher is the runtime layer that decides which one runs

Lectures
Read more
January 29, 2026 undefined min read

PyTorch Internals 09 - The Basic Path of a C++ Extension

A C++ extension is the first practical bridge between user-defined logic and the PyTorch runtime

Lectures
Read more
February 1, 2026 undefined min read

PyTorch Internals 10 - Connecting a Custom CUDA Kernel Through an Extension

A CUDA kernel becomes a real PyTorch operator only when tensor contracts, runtime semantics, and integration details are handled correctly

Lectures
Read more
February 4, 2026 undefined min read

PyTorch Internals 11 - Operator Schema, Dispatch Keys, and Meta Functions

A custom operator is not complete until its schema, dispatch behavior, and meta-level shape logic are defined clearly

Lectures
Read more

© 2025 Jae ยท Notes on systems, software, and building things carefully.

RSS