STEllAR-GROUP / blaze_cuda

WIP · CUDA compatibility for Blaze · https://bitbucket.org/blaze-lib/blaze
17 stars 3 forks source link

Add benchmarks #3

Closed JPenuchot closed 5 years ago

JPenuchot commented 5 years ago

Performance being a main feature of Blaze, it has to be for Blaze CUDA too. Therefore benchmarking will be necessary at some point to make sure we reach that goal.

JPenuchot commented 5 years ago

Base files are here, some basic benchmarks have been added to make sure Blaze CUDA behaves well (no performance loss, computations being memory bound etc.). Everything's good so far.