You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO(xiowei): Remove the below if statement after r2.2 release.
93
-
ifdevkind.casefold() =='gpu':
94
-
warnings.warn("GPU as a device name is being deprecate. Please replace it with CUDA such as get_xla_supported_devices(devkind='CUDA'). Similarly, please replace PJRT_DEVICE=GPU with PJRT_DEVICE=CUDA.")
92
+
# TODO(xiowei replace gpu with cuda): Remove the below if statement after r2.2 release.
93
+
ifdevkindanddevkind.casefold() =='gpu':
94
+
warnings.warn(
95
+
"GPU as a device name is being deprecate. Please replace it with CUDA such as get_xla_supported_devices(devkind='CUDA'). Similarly, please replace PJRT_DEVICE=GPU with PJRT_DEVICE=CUDA."
0 commit comments