This file is a platform abstraction for ROCm GPUs,
adjusted to match the structure and interface of cuda.py.
Bases: Platform
Return torch.cuda
Source code in fastvideo/platforms/rocm.py
| @classmethod
def get_torch_device(cls):
"""
Return torch.cuda
"""
return torch.cuda
|