Get compiled cuda archs of paddle package.
Return the compiled cuda archs if with gpu. If paddle package is not compiled with gpu, it will return “”.
list[int]
Examples
>>> import paddle >>> paddle.version.cuda_archs() >>> [86]