From 7fb0684a910a1542021e76ace295785ac94394e2 Mon Sep 17 00:00:00 2001 From: Liu Yiqun Date: Wed, 31 May 2017 12:13:05 +0000 Subject: [PATCH] Add the missing semicolon. --- paddle/cuda/include/hl_tensor_ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/cuda/include/hl_tensor_ops.h b/paddle/cuda/include/hl_tensor_ops.h index 523503f5fec..93d38b7d229 100644 --- a/paddle/cuda/include/hl_tensor_ops.h +++ b/paddle/cuda/include/hl_tensor_ops.h @@ -524,7 +524,7 @@ public: const float32x4_t b) const { return vmaxq_f32(a, b); } -} +}; #else #error To be implemented #endif // PADDLE_TYPE_DOUBLE -- GitLab