[libomptarget][CUDA] Use cuDeviceGetAttribute, NFCI.

cuDeviceGetProperties has apparently been deprecated since CUDA 5.0.
Nvidia started using annotations only in CUDA 9.2, so nobody noticed
nor cared before.
The new function returns the same values, tested with a P100.

Differential Revision: https://reviews.llvm.org/D51624

git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@341372 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed