pts/multicore
1、blender
Blender 是一款开源的跨平台全能三维动画制作软件,提供从建模、动画、材质、渲染、到音频处理、视频剪辑等一系列动画短片制作解决方案。
benchmark:https://opendata.blender.org/
2、arrayfire
ArrayFire is a general-purpose library that simplifies the process of developing software that targets parallel and massively-parallel architectures including CPUs, GPUs, and other hardware acceleration devices.
下载:http://arrayfire.com/download/
github地址:https://github.com/arrayfire/arrayfire
在这里,使用BlackScholes模型,对3.4与3.3版本进行对比。
3、sysbench
sysbench是一个模块化的、跨平台、多线程基准测试工具。对CPU的测试,主要是进行素数的加法运行。
github地址:https://github.com/akopytov/sysbench
主要包括测试:fileio、cpu、memory、threads、mutex
4、cpuminer
查了半天,挖矿是什么鬼?还是一个数学问题。
5、askap
澳大利亚的射电望远镜?
https://www.atnf.csiro.au/projects/askap/technology.html
6、intel-mpi
MPI的全称是Message Passing Interface即标准消息传递界面,可以用于并行计算。
官网
7、ospray
OSPRay 是英特尔推出的一款光追渲染开发工具.
github地址:https://github.com/ospray/ospray