summaryrefslogtreecommitdiff
path: root/samples/sgemm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samples/sgemm.cpp')
-rw-r--r--samples/sgemm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/sgemm.cpp b/samples/sgemm.cpp
index 5fe7490a..a4b89968 100644
--- a/samples/sgemm.cpp
+++ b/samples/sgemm.cpp
@@ -96,6 +96,7 @@ int main() {
// Record the execution time
clWaitForEvents(1, &event);
+ clReleaseEvent(event);
auto elapsed_time = std::chrono::steady_clock::now() - start_time;
auto time_ms = std::chrono::duration<double,std::milli>(elapsed_time).count();