论文笔记
ducal90
这个作者很懒,什么都没留下…
展开
-
[论文笔记]如何通过加package cap有效减少GPU的droop noise
本文是针对此篇论文写的学习笔记:Wenjie Mao ; Yaping Zhou ; Aniket Naik ; Sunil Sudhakaran (2013) Study of BGA package cap for high-performance computing GPU, Denver, CO, USA: IEEE.学习目的工作时遇到芯片power急速上升的情况, 这会造成供电电...原创 2019-07-11 18:01:37 · 890 阅读 · 0 评论 -
[论文笔记][GPU Modeling] The Pipeline Performance Model: a generic executable performance model for GPUs
本文是2019年发布的新论文, 由比利时大学的两位学者攥写. 提出了一个通用GPU 模型, 主要用来加强GPU code 的performance理解.动机文章一开始提到GPU因为CUDA和OPENCL变得越来越流行, 但是在GPU上编程的人却很少理解他们写的code到底带来什么样的performance, 因此无从诊断这些code的bottleneck在哪, 也不知道这些code的能不能跑的...原创 2019-07-19 00:19:26 · 900 阅读 · 0 评论 -
[论文笔记] [GPU modeling] An Adaptive GPU Performance and Power Model
这篇文章叫做 An Adaptive GPU Performance and Power Model(2014)是由中科大和深圳CAS研究院合作写的论文. 其目的是提出一个适应GPU architecture的model, 预测performance/power. 主要用到random forest 算法, 适配NVIDIA的GPU.这是篇2014年的paper, 文中提到之前已经有类似的re...原创 2019-07-17 15:03:02 · 1370 阅读 · 0 评论 -
[论文笔记][GPU Modeling] PPT-GPU: Scalable GPU Performance Modeling
今天分享的这篇Paper来自Los Alamos National Laboratory(LANL), 国家实验室的项目, 提出了新的GPU model, 也是开源项目, PPT-GPU (Performance Prediction Toolkit) GPU model. 预测误差在10%以内, 而且可扩展, 比GPGPU-Sim快450倍, 而且更精确.BackgroundGPU 一开始是...原创 2019-08-15 17:17:25 · 1384 阅读 · 1 评论