项目文件夹

文件
Muhammed Fatih BALIN 75b34c1d4e [Feature] Gpu cache for node and edge data (#4341)
Co-authored-by: xiny <xiny@nvidia.com>
2023-08-10 01:58:48 +00:00

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