Get the compute capability of the specified device.
Retrieve the compute capability of the specified CUDA device and return it as a floating point value.
d : pycuda.driver.Device
Device object to examine.
c : float
Compute capability.