Skip to content
Commit dbec02bf authored by Karl Rupp's avatar Karl Rupp
Browse files

Updated scheduler benchmark to reflect a more involved vector operation.

x = y + z replaced by x = alpha * y + beta * z, which involves more dispatching.
Overhead still below 0.5us on my Desktop machine, hence small compared to kernel launch overhead.
parent 82f88d8d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment