diff --git a/paddle/cuda/include/hl_tensor_ops.h b/paddle/cuda/include/hl_tensor_ops.h index 523503f5fec52ad01cff1bf9bbc04f271b0e4867..93d38b7d2299d994cde0934213668a525bffa80c 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