crazyguitar
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Nvshmem from Scratch – RDMA, GPUDirect, and GPU Networking Demystified (cppcheatsheet.com)
I wrote a guide that walks through building a minimal GPU-initiated networking library from the ground up. It covers RDMA transport with libfabric on AWS EFA, PCIe topology-aware GPU-NIC placement, GPUDirect RDMA via…
-
Hi HN, I’m the creator of C/C++ Cheatsheet — a modern, practical reference for both C and C++ developers. It includes concise snippet-style explanations of core language features, advanced topics like coroutines and…
-
I’m sharing Libefaxx, an open-source microbenchmark for AWS Elastic Fabric Adapter (EFA) focused on GPU/CPU RDMA communication. Most existing benchmarks (e.g., nccl-tests, NVSHMEM) measure collective libraries, which…
- A Hitchhiker’s Guide to Asynchronous Programming (github.com)
- Debugging via GDB with Python (pythonsheets.com)
- PEP 572 and the Walrus Operator (github.com)
- Show HN: A Collection of Python Cheat Sheets (pythonsheets.com)
- Python C Extension Cheat Sheet (github.com)
- Playing KTLS in Python (github.com)
- A collection of python cheat sheet (pythonsheets.com)
- A note about How python3.5 async-await work (github.com)