drQedwards
drQedwards
Listen, I feel dumb with this, you don’t have to do anything with this
So the one thing with time… this file did take time to cook. Give it grace with how raw it is.
Qchains — 12:25 hey @karpathy, just filed #817 “The PMLL” + #818 “PMLL.c/.h/.CUDA GPU TWINS”. are we NGMI or GMI? 🫣 karpathy — 12:26 👀 skimmed both issues on my...
/* pmll.h — Persistent-Memory Logic Loop (CPU reference) Copyright (c) 2025 Dr. Josef Kurk Edwards MIT License (same as llm.c) -------------------------------------------------------------------- */ #pragma once #include #ifndef MAX_MEM_T #define MAX_MEM_T 128...
/* pmll.c — implementation for pmll.h (CPU, single-thread safe) */ #include "pmll.h" #include #include /* Allocate and zero-init ring buffers. Returns 0 on success, -1 on OOM. */ int pmll_init(pmll_state...