Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 458 Bytes

cuda_cn.rst

File metadata and controls

25 lines (14 loc) · 458 Bytes

cuda

获取 paddle 安装包编译时使用的 CUDA 版本号。

返回

若paddle wheel包为GPU版本,则返回paddle wheel包编译时使用的CUDA的版本信息;若paddle wheel包为CPU版本,则返回 False

代码示例:

import paddle

paddle.version.cuda()
# '10.2'