[libc-commits] [libc] [libc] Cache old slabs when allocating GPU memory (PR #151866)
Jon Chesterfield via libc-commits
libc-commits at lists.llvm.org
Sun Aug 3 07:22:24 PDT 2025
================
@@ -0,0 +1,111 @@
+//===-- A lock-free data structure for a fixed capacity stack ---*- C++ -*-===//
+//
----------------
JonChesterfield wrote:
Don't we already have one of these? Don't want to copy/paste a header really, and if it's written from scratch for this commit the complexity of reviewing jumps a couple of orders of magnitude
https://github.com/llvm/llvm-project/pull/151866
More information about the libc-commits
mailing list