2 repository-uri
Tools for generating graphics that represent the physical layout of data structures in memory.
Distinct from Memory Retrieval Visualizers: None of the candidates cover the visualization of struct padding and alignment; most focus on data mapping.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Memory Layout Visualizers. Refine with filters or upvote what's useful.
go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset designed to analyze source code to detect bugs and dead code, alongside specialized tools for optimizing how structs are arranged in memory. The project includes a memory alignment visualizer to display physical memory layouts and padding, as well as a struct layout optimizer that reorders fields to minimize memory padding. Additionally, it provides a boilerplate generator to automate the creation of registration and test files required for developing custom Go analyzers. The to
Generates human-readable graphics to represent how a Go struct is laid out in memory.
TileLang is a Python-embedded domain-specific language compiler that JIT-compiles and autotunes GPU kernels. It uses a tile-based DSL, automatic software pipelining, and parallel autotuning to generate optimized GPU kernels at runtime. It supports tensor core operations with Pythonic syntax, automatic memory management, and thread mapping. The compiler searches over tile sizes, thread counts, and scheduling policies, compiling and benchmarking candidates in parallel to find the fastest kernel. It also caches compiled binaries and tuning results to disk for reuse across sessions. TileLang inc
Generates visual representations of fragment layouts to help understand thread and index mappings in GPU kernels.