| 172 | return true; |
| 173 | } |
| 174 | void do_run() override |
| 175 | { |
| 176 | // Execute the function |
| 177 | sgemm.run(); |
| 178 | |
| 179 | // Make sure all the OpenCL jobs are done executing: |
| 180 | CLScheduler::get().sync(); |
| 181 | } |
| 182 | void do_teardown() override |
| 183 | { |
| 184 | if (!output_filename.empty()) /* Save to .npy file */ |