HPCE / hpce-2018-cw5

2 stars 5 forks source link

Clarification on what is being timed #15

Open AlexMontgomerie opened 5 years ago

AlexMontgomerie commented 5 years ago

I have a question about what is being timed exactly. Are we timing the execution of the bin/execute_puzzle executable or the puzzle->Execute call itself? I only ask since we have our OpenCL setup in the constructor which adds extra cost to the overall time even though it is not being called in the execute function.

jjd06 commented 5 years ago

Only puzzle->Execute calls are timed. execute_puzzle is just a helper program for you; it won't be used for assessment.

AlexMontgomerie commented 5 years ago

ok, cheers