Compute capability info of GPU device is needed
Created by: kexinzhao
cublas and other nvidia library may have some kernel functions that can only run on GPU device with compute capability larger than some requirement.
For example, cublas hgemm kernel requires compute cap >= 53. Since one of our CI machine has Titan Z (compute cap = 35), we need to obtain the compute capability info of GPU to avoid the failure of math function test on this CI machine.