Batched SVD with Cusolver routine cusolverDn<t>gesvdjBatched - how to use ?

hi, has anyone used the CUSOLVER routine for batched SVD (cusolverDngesvdjBatched,
https://docs.nvidia.com/cuda/cusolver/index.html#cuds-lt-t-gt-gesvdjbatch ) ? If so, it would be greate if he/she could provide here a small code example how to use these routines.

There is an example code in the cusolver docs:

[url]https://docs.nvidia.com/cuda/cusolver/index.html#batchgesvdj-example1[/url]