From c88f58dbd8c5dc68a9e63eb92faa1a5440bf13a9 Mon Sep 17 00:00:00 2001 From: Kexin Zhao Date: Sun, 11 Mar 2018 22:57:20 -0700 Subject: [PATCH] add comment --- paddle/fluid/platform/device_context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/platform/device_context.h b/paddle/fluid/platform/device_context.h index 500891ac7a..603b890af1 100644 --- a/paddle/fluid/platform/device_context.h +++ b/paddle/fluid/platform/device_context.h @@ -79,6 +79,7 @@ class CUDADeviceContext : public DeviceContext { /*! \brief Return place in the device context. */ Place GetPlace() const override; + /*! \brief Return compute capability in the device context. */ int GetComputeCapability() const; /*! \brief Return the max physical thread count in the device context */ -- GitLab