GPU Acceleration
给25级xpy 伟大思想的pre,一天时间搓出来的,放到blog上留作纪念。 也是第一次用vscode-marp 做ppt,终于摆脱office的阴间排版了。 marp: true theme: gaia footer: ‘JaneZ 2025-10-14’ paginate: true html: true style: | section a { font-size: 30px; }GPU AccelerationYihan Zhu @JaneZ ACM Class 2024 2025.10.14 Overview Basic Architecture of CPU, GPU, RAM, Cache GPU Architecture GPU Programming Case study: Matrix Multiplication on GPU What is a GPU? CPU (中央处理器) 拥有少量强大的核心 (Core)。 具有复杂的控制单元 (Control) 和多级缓存 (L1, L2, L3 Cache)。 擅长串行任务和复杂的控制逻辑。 What ...
Enjoy Your Assassyn
笔者配置Assassyn环境的过程中遇到了一些问题,特此记录以备后续参考。 特别感谢Coffish 添加了另一种解决assassyn编译产生大量文件占用过多内存空间问题的方案——限制make并行数 首先贴上配置的具体流程:(值得注意的是,笔者在物理机上配置了Assassyn,不过Anyway还是贴上docker的配置流程好了) DockerIt is also recommended to use Docker to automatically manage the dependences. We decide to adopt a hybrid style of coding, tooling, and development, where this repo is located in your physical machine, while the execution is in the docker virtual machine (VM). Still, before doing anything, make sure you have this repo fully ...
Mathematical Logic CT Paper
ML CT Paper前言这是留给25级往后ACM班学弟学妹的一份遗产了,很详细地总结了CS2950 Mathematical Logic这门课程涉及的主要知识点(有所删减)。特别值得注意的是,我在25.6.5晚在前三位作者整理的基础上,增添了6个example,是拟合了近3年ML Final的结果。我觉得这是一门很很有意思的课(but这门课的难度还是很大的🤣🤣🤣) LaTeX 源码https://latex.sjtu.edu.cn/5789875599fpdzxjcfzrgw#7dce86 可以根据个人需要删改 Acknowledgement (排名不分先后) Coffish Monkey_Lee Sakura_Dusk
