hpcgarage / spatter

Benchmark for measuring the performance of sparse and irregular memory access.
Other
72 stars 15 forks source link

Default build type #197

Closed plavin closed 1 month ago

plavin commented 2 months ago

The build type is set in both src/Spatter/CMakeLists.txt and in cmake/BuildType.cmake.

We need to remove it from CMakeLists.txt and ensure it is set to "Release" in BuiltType.cmake, and ensure we get the proper performance when doing so.