Haozhe's Blog
Haozhe's Blog
HomeBlogTagsNewsPublicationAbout

Hello! I am Haozhe Zhu

I am a dedicated silicon researcher and a tech enthusiast .

I also go by @zhutmost when coding. Catch me on GitHub!

 

Happy reading! 

Latest News

View all 

Stay up-to-date with the latest happenings.

Jun 2025
Jun 2025
Our 2 papers about HW/SW-codesign for MoE are accepted by DAC 2025.
Looking forward to the presentation in San Francisco!
May 2025
May 2025
I became an assistant professor at Fudan University.
Still focusing on AI chips for Robotics/LLM/.... Welcome to apply for doctoral and master's degrees!
May 2025
May 2025
Our paper “A 22-nm 109.3-to-249.5-TFLOPS/W Outlier-Aware ...” was accepted by JSSC.
This paper proposes OA-CIM, a 22nm SRAM-based Compute-in-Memory macro for LLMs. It supports mixed-precision (INT4+FP16) MACs
Feb 2025
Feb 2025
Our paper “SHINSAI: A 586mm2 Reusable Active TSV-Interposer ...” appeared on ISSCC 2025.
SHINSAI (芯斋) is a 586mm2 reusable active TSV interposer with microbump-level programmable interconnect fabric and 512Mb 3D underdeck SRAM memory.
(ノ>ω<)ノ
Dive into the News archive!
Find More 

Popular tags feature the most widely favored topics.

Paper Lives Matter AI Chip EDA Container Podman

My digital garden, where I share my thoughts and ideas.

  • Category

    Engineering

    Published date

    Estimated reading time

    16 min read

    在容器中运行 EDA 全家桶

    # EDA# Container# Podman

    互联网上关于如何将 Synopsys、Cadence 等 EDA 软件容器化的开源解决方案并不寻常。借实验室新服务器软件部署的机会,我构建了一套以“易用”为核心的 EDA 容器化方案,在尽可能地对普通用户透明无感的同时,将 EDA 全家桶运行在旧版本系统下,同时支持图形界面、用户容器隔离等。

    Read more
  • Cover image of post: 2025 年智能芯片领域会议概览
    Category

    Research

    Published date

    Estimated reading time

    3 min read

    为了准确把握每一个学术交流(摸鱼)的机会,本文收集了 2025 年智能芯片领域(固态电路、体系结构等)的相关学术会议的投稿信息,包括召开时间、地点、截稿时间等。

  • Cover image of post: 2024 年智能芯片领域会议概览
    Category

    Research

    Published date

    Estimated reading time

    3 min read

    为了准确把握每一个学术交流(摸鱼)的机会,本文收集了 2024 年智能芯片领域(固态电路、体系结构等)的相关学术会议的投稿信息,包括召开时间、地点、截稿时间等。

  • Cover image of post: 2023 年智能芯片领域会议概览
    Category

    Research

    Published date

    Estimated reading time

    3 min read

    为了准确把握每一个学术交流(摸鱼)的机会,本文收集了 2023 年智能芯片领域(固态电路、体系结构等)的相关学术会议的投稿信息,包括召开时间、地点、截稿时间等。

  • Cover image of post: SSH 通过 443 端口连接 GitHub
    Category

    Engineering

    Published date

    Estimated reading time

    4 min read

    GitHub 提供了两种协议供用户使用 Git 连接—— SSH 和 HTTPS。理论上我可以随意选择两者之一连接到我在 GitHub 上的代码仓库,无论是将云端的仓库 clone 到本地,还是将本地的修改 push 到云端。然而,出于一些奇奇怪怪的原因,我所在的办公网络环境禁止了 22 端口。为了一劳永逸地解决这个问题,最理想的解决方式是让 Git 的 SSH 协议改用 22 以外的其他端口连接 GitHub。