arm_compute v18.08
diff --git a/examples/cl_sgemm.cpp b/examples/cl_sgemm.cpp
index fa57885..805aec1 100644
--- a/examples/cl_sgemm.cpp
+++ b/examples/cl_sgemm.cpp
@@ -39,7 +39,7 @@
 class CLSGEMMExample : public Example
 {
 public:
-    void do_setup(int argc, char **argv) override
+    bool do_setup(int argc, char **argv) override
     {
         NPYLoader npy0, npy1, npy2;
         alpha = 1.0f;
@@ -164,6 +164,8 @@
 
         // Dummy run for CLTuner
         sgemm.run();
+
+        return true;
     }
     void do_run() override
     {