MCPcopy
hub / github.com/tinygrad/tinygrad / kernel_graph.py

File kernel_graph.py

extra/viz/kernel_graph.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2# Usage: DEBUG=5 python -m tinygrad.viz.cli --json | ./extra/viz/kernel_graph.py E_8_8_16_4
3import argparse, json, sys
4from tinygrad.helpers import ansistrip

Callers

nothing calls this directly

Calls 4

ansistripFunction · 0.90
get_nodeFunction · 0.85
getMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected