Skip to content

Commit

Permalink
mnmg
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Sep 18, 2024
1 parent 52bdcc6 commit a5ae01e
Show file tree
Hide file tree
Showing 4 changed files with 740 additions and 2 deletions.
7 changes: 6 additions & 1 deletion python/cugraph-pyg/cugraph_pyg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Copyright (c) 2019-2024, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand All @@ -12,3 +12,8 @@
# limitations under the License.

from cugraph_pyg._version import __git_commit__, __version__

import cugraph_pyg.data
import cugraph_pyg.loader
import cugraph_pyg.sampler
import cugraph_pyg.nn
Loading

0 comments on commit a5ae01e

Please sign in to comment.