<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>FENG / Knowledge Lab</title><link>https://dapengfeng.github.io</link><description>用图形理解数学，用实验认识物理，用数据探索代码的性能。冯大鹏的个人知识实验室。</description><language>en</language><item><title>How do spikes learn to compute? / 脉冲如何学会计算？</title><link>https://dapengfeng.github.io/blog/spike_notes.html</link><guid isPermaLink="true">https://dapengfeng.github.io/blog/spike_notes.html</guid><pubDate>Wed, 23 Sep 2026 04:00:00 GMT</pubDate><description>Five interactive experiments connect LIF, UltraLIF, BPTT, STDP and EventProp. From dynamics to learning rules, bring the equations to life.</description><category>math</category></item><item><title>Rust vs C++: two paths to performance / Rust vs C++：高性能的两条路</title><link>https://dapengfeng.github.io/blog/rust-vs-cpp-blog.html</link><guid isPermaLink="true">https://dapengfeng.github.io/blog/rust-vs-cpp-blog.html</guid><pubDate>Wed, 23 Sep 2026 04:00:00 GMT</pubDate><description>Memory safety, zero-cost abstractions and engineering trade-offs. Explore systems languages through comparisons and code experiments.</description><category>systems</category></item><item><title>CUDA Rust: from threads to tiles / CUDA Rust：从线程到 Tile，理解两条 Kernel 路线</title><link>https://dapengfeng.github.io/blog/cuda-rust-two-tracks-blog.html</link><guid isPermaLink="true">https://dapengfeng.github.io/blog/cuda-rust-two-tracks-blog.html</guid><pubDate>Wed, 23 Sep 2026 04:00:00 GMT</pubDate><description>One vector operation, two programming models: interactive indexing, Rust write ownership, C++ boundary checks, and a GPU measurement plan.</description><category>systems</category></item><item><title>How much faster? Benchmark with evidence / 快了多少？从一次测量到可信的基准测试</title><link>https://dapengfeng.github.io/blog/benchmark-with-evidence.html</link><guid isPermaLink="true">https://dapengfeng.github.io/blog/benchmark-with-evidence.html</guid><pubDate>Wed, 23 Sep 2026 04:00:00 GMT</pubDate><description>Warm up, repeat, and verify. Run a small experiment in your browser and examine the conditions behind the numbers.</description><category>benchmark</category></item><item><title>Waves, phase &amp; superposition / 波、相位与叠加：让公式动起来</title><link>https://dapengfeng.github.io/blog/waves-and-phase.html</link><guid isPermaLink="true">https://dapengfeng.github.io/blog/waves-and-phase.html</guid><pubDate>Wed, 23 Sep 2026 04:00:00 GMT</pubDate><description>Change the phase and frequency to see two waves reinforce or cancel. Connect trigonometry with physical intuition.</description><category>physics</category></item><item><title>Band Storage GAXPY / 带状矩阵的紧凑存储</title><link>https://dapengfeng.github.io/blog/band-storage-gaxpy.html</link><guid isPermaLink="true">https://dapengfeng.github.io/blog/band-storage-gaxpy.html</guid><pubDate>Mon, 19 Jul 2021 04:00:00 GMT</pubDate><description>Move entries between a dense matrix and its band storage, then verify a C++ GAXPY implementation.</description><category>systems</category></item><item><title>Symmetric Storage GAXPY / 对称矩阵的压缩存储</title><link>https://dapengfeng.github.io/blog/symmetric-storage-gaxpy.html</link><guid isPermaLink="true">https://dapengfeng.github.io/blog/symmetric-storage-gaxpy.html</guid><pubDate>Mon, 19 Jul 2021 04:00:00 GMT</pubDate><description>Trace mirrored entries into one packed array and verify both output updates with C++.</description><category>systems</category></item><item><title>Fast Matrix–Vector Products / 快速矩阵向量乘法</title><link>https://dapengfeng.github.io/blog/fast-matrix-vector-products.html</link><guid isPermaLink="true">https://dapengfeng.github.io/blog/fast-matrix-vector-products.html</guid><pubDate>Sat, 12 Jan 2019 04:00:00 GMT</pubDate><description>Explore an eight-point spectrum, unpack the FFT butterfly, and verify C++ FFT results against a direct DFT.</description><category>math</category></item><item><title>Matrix Multiplication / 矩阵乘法：结构与效率</title><link>https://dapengfeng.github.io/blog/matrix-multiplication.html</link><guid isPermaLink="true">https://dapengfeng.github.io/blog/matrix-multiplication.html</guid><pubDate>Mon, 07 Jan 2019 04:00:00 GMT</pubDate><description>See memory strides, compare loop orders and blocking, then compile checked C++ kernels and measure real timings.</description><category>systems</category></item><item><title>Frank–Wolfe Algorithm / Frank–Wolfe 条件梯度法</title><link>https://dapengfeng.github.io/blog/frank-wolfe-algorithm.html</link><guid isPermaLink="true">https://dapengfeng.github.io/blog/frank-wolfe-algorithm.html</guid><pubDate>Fri, 04 Jan 2019 04:00:00 GMT</pubDate><description>Walk through a constrained optimization path, derive a stopping certificate, and run checked C++ Frank–Wolfe steps.</description><category>math</category></item></channel></rss>