Skip to content

Commit

Permalink
remove cuda direction from device/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MingMingShangTian committed Jul 19, 2021
1 parent caa7744 commit b26be1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/paddle/device/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
'is_compiled_with_xpu',
'is_compiled_with_cuda',
'is_compiled_with_rocm',
'is_compiled_with_npu',
'cuda'
'is_compiled_with_npu'
]

_cudnn_version = None
Expand Down

1 comment on commit b26be1c

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.