Skip to content
Snippets Groups Projects
Commit c5dada42 authored by Christoph Klein's avatar Christoph Klein
Browse files

Fix: timer-vector does not create `timer` objects

timer-vector should not create timer objects, because
this results in CUDA events being created. It is not
recommended to create CUDA events during benchmarking,
because this can have unwanted side effects. The CUDA
events should be create before. Thus the timer vector must be
created with a sufficient size.

- remove of throughput vector and throughput collection
parent 71e272a1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment