Files
2026-07-13 13:35:51 +08:00

8 lines
150 B
Python

""" CUDA wrappers """
from .. import backend as F
from .gpu_cache import GPUCache
if F.get_preferred_backend() == "pytorch":
from . import nccl