We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b44b84 commit c88f58dCopy full SHA for c88f58d
paddle/fluid/platform/device_context.h
@@ -79,6 +79,7 @@ class CUDADeviceContext : public DeviceContext {
79
/*! \brief Return place in the device context. */
80
Place GetPlace() const override;
81
82
+ /*! \brief Return compute capability in the device context. */
83
int GetComputeCapability() const;
84
85
/*! \brief Return the max physical thread count in the device context */
0 commit comments