8 lines
150 B
Python
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
|