Ever tried. Ever failed. No matter. Try again. Fail again. Fail better.
Meng Hao
HOME
TAGS
ARCHIVES
ABOUT
SEARCH
search
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better.
2019
09-28
CPU能耗、频率等监控工具
09-25
论文阅读:Matching Application Signatures for Performance Predictions Using a Single Execution (IPDPS15)
09-23
PCA数学原理
09-14
论文阅读:A Roofline Model of Energy (IPDPS13)
09-11
Roofline Model介绍
09-10
论文阅读:Energy Prediction of OpenMP Applications Using Random Forest Modeling Approach (IPDPSW15)
09-09
论文阅读:Toward Fine-Grained Dynamic Tuning of HPC Applications on Modern Multi-Core Architectures (SC17)
09-04
论文阅读:Energy-Aware High-Performance Computing: Survey of State-of-the-Art Tools, Techniques, and Environments (综述, Scientific Programming 19)
08-31
Writing for Computer Science (Third Edition)— Chapter 3
08-30
论文阅读:Predicting Optimal Power Allocation for CPU and DRAM Domains (IPDPSW 2015)
08-28
论文阅读:Application-Aware Power Coordination on Power Bounded NUMA Multicore Systems (ICPP 2017)
08-27
论文阅读:Performance and Energy Analysis of OpenMP Runtime Systems With Dense Linear Algebra Algorithms (WAMCA 2017)
08-26
论文阅读:Impact of Parallel Programming Models and CPUs Clock Frequency on Energy Consumption of HPC Systems (AICCSA 2011)
08-25
论文阅读:How Much Power Does Your Server Consume? Estimating Wall Socket Power Using RAPL Measurements (Comput Sci Res Dev 2016)
08-24
强化学习介绍
08-24
如何调整CPU频率
08-24
PAPI:使用PAPI对程序性能进行分析
08-23
RAPL Interface 介绍
08-23
OpenMP and MPI 学习资料
08-22
论文阅读:Energy Measurement and Modeling in High Performance Computing With Intel RAPL (Doctoral Dissertation 2018)
08-05
论文阅读:Using Performance-Power Modeling to Improve Energy Efficiency of HPC Applications (IEEE Computer 2016)
08-04
Pareto最优相关介绍
08-04
Q-Q图介绍
08-03
论文阅读:Energy Efficiency Modeling of Parallel Applications (SC18)
08-02
论文阅读:Energy-Dfficient Application Resource Scheduling Using Machine Learning Classifiers (ICPP18)
07-31
HPL参数优化
07-31
HPC性能评测
07-31
并行程序性能分析软件(Extra-P和Score-P)安装过程
07-31
LLVM入门学习
07-31
物理CPU和逻辑CPU的区别
07-31
PAPI安装问题
07-31
PAPI安装RAPL模块
07-31
RAPL介绍
07-29
OpenMP编译成LLVM IR
07-29
LLVM Pass工程建立过程