import_utils.py 109 Bytes
Newer Older
fxmarty's avatar
fxmarty committed
1
2
3
4
import torch

IS_ROCM_SYSTEM = torch.version.hip is not None
IS_CUDA_SYSTEM = torch.version.cuda is not None