文件名称:Pintool-FLOPcounter
文件大小:16KB
文件格式:ZIP
更新时间:2024-04-27 00:02:13
C++
Pintool-FLOP计数器 这是工具。 测量给定程序中的floating point operations (FLOP) 。 该计算基于本文中的方法: 。 内容 flop_counter.cpp :查找target image并检测target routines以记录执行计数和必要的信息。 matrix_multiplications.cpp :一个示例程序,实现normal matrix multiplications和sparse matrix multiplications 。 建立并执行 $ cd ${pin_root}/source/tools/ $ git clone https://github.com/leviliangtw/Pintool-FLOPcounter.git $ cd Pintool-FLOPcounter/ => Then modifiy
【文件预览】:
Pintool-FLOPcounter-main
----ma.sh(288B)
----m.sh(53B)
----makefile.rules(3KB)
----README.md(22KB)
----mm.sh(280B)
----m2.sh(288B)
----matrix_multiplications.cpp(16KB)
----makefile(676B)
----matrixA.txt(75B)
----matrixB.txt(75B)
----.gitignore(311B)
----flop_counter.cpp(31KB)