From custom ops to native graphs
Follow custom_op, Triton, TVM, and Stax native lowering through one executable and verifiable kernel path.
Read articleDesign notes from dispatch and hardware abstraction to automatic differentiation.
Follow custom_op, Triton, TVM, and Stax native lowering through one executable and verifiable kernel path.
Read articleFrom graph capture, PassManager, and shape guards to AOT autograd and Stax native execution.
Read articleHow P10, TPX, Stax, and NN use one-way dependencies to separate compute, gradients, graph optimization, and application logic.
Read articleFrom TensorImpl to DispatchKey, trace one tensor interface across CPU, CUDA, and custom hardware.
Read articleBuild a complete dynamic graph through composition, on-demand tracing, and GradFn scheduling without invading the compute core.
Read article