MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / do_run

Method do_run

examples/cl_sgemm.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 */

Callers

nothing calls this directly

Calls 2

runMethod · 0.45
syncMethod · 0.45

Tested by

no test coverage detected