Skip to content
View WhiteJonas's full-sized avatar

Block or report WhiteJonas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nano-vllm nano-vllm Public

    从零实现的精简版 LLM 推理引擎:亲手复现 vLLM 三大核心机制 —— PagedAttention 分页 KV 管理、Prefix Caching 前缀复用、连续批调度与抢占。单卡跑通 Qwen3-0.6B。

    Python

  2. mips-pipeline-cpu mips-pipeline-cpu Public

    从零用 Verilog 实现的五级流水线 MIPS CPU(数据前递 + 流水线暂停,AT 定时模型)

    Verilog

  3. compiler-sysy compiler-sysy Public

    SysY 编译器:Java 从零实现,SysY(C 子集)→MIPS,含词法/语法/错误处理/代码生成与中间代码优化

    Java

  4. nanokern nanokern Public

    从零构建的 MIPS R3000 微内核操作系统:两级页表与软件 TLB、进程调度、IPC、写时复制 fork、用户态文件系统与交互式 Shell。约 11K 行 C / 汇编。

    C

  5. sci-ml-benchmark-platform sci-ml-benchmark-platform Public

    AI for Science 全栈评测平台:用 JAX/PyTorch 实现 PINN、DGM、ML-CFD 等科学计算求解器,配套毫秒级 GPU 性能剖析工具链与 Django 在线评测平台(任务调度→指标采集→可视化→排行榜)。

    Python

  6. paper-reading-notes paper-reading-notes Public

    自驱学习:大模型/Agent 推理优化方向论文阅读笔记与讲解 PPT(注意力算子、推测解码、推理调度、Agent serving、评测基准)