cuda_benchmark icon indicating copy to clipboard operation
cuda_benchmark copied to clipboard

A library to benchmark CUDA code, similar to google benchmark.

Results 2 cuda_benchmark issues
Sort by recently updated
recently updated
newest added

Would it be possible to add an open source license to this repository?

mul_op (int) in the instructions.cu example is actually doing an addition! I'm new to cuda, but I presume the 'add.s32' should be 'mul.lo.s32'. The output in the readme looks to...