Communities:
C and Assembly Developers
| # | Tweet | Community | Topic | Views ▼ | Ratio | Engagement | Posted |
|---|---|---|---|---|---|---|---|
| 1 | [video] Trained a single layer neural network in C to predict AND GATE from scratch
using gradient descent and Batch training of dataset in almost 300K epochs | C and Assembly Developers | — | 42.2K | 49.5x | 99 | Mar 27 |
| 2 | [image] Optimized 1024 * 1024 matrix multiplication in pure C from naive to tiling to SIMD avx register on my i3 2nd gen CPU and benchmark it against OpenBlas and here's the result
Feel free to explore, modify, benchmark, or improve it. | C and Assembly Developers | — | 27.3K | 20.3x | 52 | Jun 29 |
| 3 | [video] A spatial Cache Locality visualizer simulation demonstrating how the CPU fetches a 32-byte cache line of 64-bit float values(i.e. 8-byte each) at once inside the L1 D-cache.
So that if it has to access sequential data next, it doesn't have to fetch it from DRAM, saving around | C and Assembly Developers | — | 25.6K | 19.5x | 43 | Jun 17 |