akielaries / openGPMP

Hardware Accelerated General Purpose Mathematics Package
https://akielaries.github.io/openGPMP/
MIT License
8 stars 3 forks source link

Benchmark suite #74

Closed akielaries closed 1 month ago

akielaries commented 1 year ago

Creating some programs that benchmark different functionalities of openGPMP on different platforms using the existing CI/CD pipeline.

Using Google Benchmark, integrate running the suite into the CMake build system to run optionally. Create chart/visual to show different systems benchmarks were run on.

Use valgrind --tool=massif for additional profiling?

akielaries commented 9 months ago

Will incorporate some of the code I did for the NAU IoT/DiscoverCCRI benchmarks specifically what was done for the daemon and system information monitoring

akielaries commented 5 months ago

Look into measuring FLOPs as well