GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development Successfully merging this pull request may close these issues. None yet ...
Loading Oops, something went wrong. Retry 0 comments on commit e4e93a3 Please sign in to comment. Footer © 2025 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
Seehttps://cla.developers.google.com/for more info about Google's Contributor License Agreement (CLA). ℹ️ Googlers: Gohere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers coleramos425 feizheng10 koomie dgaliffiAMD Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development Successfully merging this pull request may...
Perfplot是一个脚本和工具集合,允许用户在最近的 Intel 平台上测量性能计数器,并使用结果生成 roofline 和性能图。网址:https://github.com/GeorgOfenbeck/perfplot 2. Empirical Roofline Tool - https://bitbucket.org/berkeleylab/cs-roofline-toolkit/src/master/. ↩ ...
● roofline 分析是一种简单评估当前计算任务对当前平台计算/访存能力的利用情况的方法,可以帮助分析算子的优化方向和优化潜力。mperf 实现了安卓 mali/adreno 两种 gpu 平台的 roofline 分析能力,下面以 mali 平台为例,简单介绍一下操作步骤。 编译和集成 ● 下载 repo 代码 git clone https://github.com/MegEngin...
Breadcrumbs gpu-benches / gpu-roofline/ Directory actions More optionsLatest commit te42kyfo gpu-roofline: make hip capable, plotting, better power measurements e4e93a3· Mar 25, 2024 HistoryHistory This branch is 5 commits behind te42kyfo/gpu-benches:master....
git clone https://github.com/MegEngine/mperf.gitgit submodule update--init--recursive 编译安装 ./android_build.sh-g mali cmake--build<mperf_build_dir>--target install 项目集成 set(mperf_DIR/path/to/your/installed/mperfConfig.cmake)find_package(mperf REQUIRED)target_link_libraries(your_target...
https://github.com/cyanguwa/nersc-roofline https://github.com/RRZE-HPC/likwid https://github.com/arm-hpc/roofline https://github.com/ekondis/gpuroofperf-toolkit https://github.com/ProjectPhysX/PTXprofiler https://github.com/ekondis/mixbench/tree/v0.02 mixbench/read-only (compute & memory...