summaryrefslogtreecommitdiff
path: root/samples/sgemm.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/sgemm.c')
-rw-r--r--samples/sgemm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/sgemm.c b/samples/sgemm.c
index 79f30c83..b4827777 100644
--- a/samples/sgemm.c
+++ b/samples/sgemm.c
@@ -88,6 +88,7 @@ int main(void) {
// Wait for completion
clWaitForEvents(1, &event);
+ clReleaseEvent(event);
// Example completed. See "clblast_c.h" for status codes (0 -> success).
printf("Completed SGEMM with status %d\n", status);