dmlc--dgl
69a532c1ab
Co-authored-by: xiny <xiny@nvidia.com>
8 行
150 B
Python
8 行
150 B
Python
""" CUDA wrappers """
|
|
from .. import backend as F
|
|
|
|
from .gpu_cache import GPUCache
|
|
|
|
if F.get_preferred_backend() == "pytorch":
|
|
from . import nccl
|