repo_id stringlengths 21 96 | file_path stringlengths 31 155 | content stringlengths 1 92.9M | __index_level_0__ int64 0 0 |
|---|---|---|---|
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/server/pyproject.toml | # Copyright (c) 2022, NVIDIA CORPORATION.
[build-system]
requires = [
"setuptools>=61.0.0",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../dependencies.yaml and run `rapids-dependency-file-generator`.
build-backend = "setuptools.build_meta"
[project... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/server/README.md | # cugraph_service
## Description
[RAPIDS](https://rapids.ai) cugraph-service provides an RPC interace to a remote [RAPIDS cuGraph](https://github.com/rapidsai/cugraph) session, allowing users to perform GPU accelerated graph analytics from a remote process. cugraph-service uses cuGraph, cuDF, and other libraries on th... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/server/setup.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/server/LICENSE | Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/server | rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server/_version.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/server | rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server/cugraph_handler.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/server | rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server/__init__.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/server | rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server/__main__.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/server | rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server/VERSION | 23.12.00
| 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server | rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server/testing/__init__.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server | rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server/testing/utils.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server | rapidsai_public_repos/cugraph/python/cugraph-service/server/cugraph_service_server/testing/benchmark_server_extension.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/cugraph-dgl/pyproject.toml | # Copyright (c) 2023, NVIDIA CORPORATION.
[build-system]
requires = [
"setuptools>=61.0.0",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
build-backend = "setuptools.build_meta"
[project]
n... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/cugraph-dgl/README.md | # cugraph_dgl
## Description
[RAPIDS](https://rapids.ai) cugraph_dgl provides a duck-typed version of the [DGLGraph](https://docs.dgl.ai/api/python/dgl.DGLGraph.html#dgl.DGLGraph) class, which uses cugraph for storing graph structure and node/edge feature data. Using cugraph as the backend allows DGL users to access... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/cugraph-dgl/setup.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/cugraph-dgl/LICENSE | Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/test_cugraph_storage.py | # Copyright (c) 2019-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/test_dataloader.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/conftest.py | # Copyright (c) 2021-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/__init__.py | # Copyright (c) 2019-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/utils.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/test_from_dgl_heterograph.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/test_dataset.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/test_utils.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/tests | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/nn/common.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/tests | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/nn/test_sparsegraph.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/tests | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/nn/test_transformerconv.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/tests | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/nn/test_sageconv.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/tests | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/nn/__init__.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/tests | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/nn/test_gatconv.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/tests | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/nn/test_relgraphconv.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/tests | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/nn/test_gatv2conv.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/tests | rapidsai_public_repos/cugraph/python/cugraph-dgl/tests/mg/test_dataloader.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/_version.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/convert.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/cugraph_storage.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/__init__.py | # Copyright (c) 2019-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/VERSION | 23.12.00
| 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/utils/cugraph_storage_utils.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/utils/feature_storage.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/utils/cugraph_conversion_utils.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/utils/__init__.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn/__init__.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn/conv/gatconv.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn/conv/relgraphconv.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn/conv/gatv2conv.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn/conv/sageconv.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn/conv/transformerconv.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn/conv/__init__.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/nn/conv/base.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/dataloading/dataset.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/dataloading/neighbor_sampler.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/dataloading/__init__.py | # Copyright (c) 2019-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/dataloading/dataloader.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/dataloading | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/dataloading/utils/sampling_helpers.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/dataloading | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/dataloading/utils/__init__.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/dataloading | rapidsai_public_repos/cugraph/python/cugraph-dgl/cugraph_dgl/dataloading/utils/extract_graph_helpers.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml | # This file is generated by `rapids-dependency-file-generator`.
# To make changes, edit ../../../dependencies.yaml and run `rapids-dependency-file-generator`.
channels:
- rapidsai
- rapidsai-nightly
- dask/label/dev
- pytorch
- pyg
- dglteam/label/cu118
- conda-forge
- nvidia
dependencies:
- cugraph==23.12.*
- dgl>=1.1... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl | rapidsai_public_repos/cugraph/python/cugraph-dgl/examples/dataset_from_disk_cudf.ipynb | import os
os.environ["CUDA_VISIBLE_DEVICES"]="4"
import cudf
import rmm
import torch
from rmm.allocators.torch import rmm_torch_allocator
rmm.reinitialize(initial_pool_size=15e9)
#Switch to async pool in case of memory issues due to fragmentation of the pool
#rmm.mr.set_current_device_resource(rmm.mr.CudaAsyncMemoryRes... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/examples | rapidsai_public_repos/cugraph/python/cugraph-dgl/examples/multi_trainer_MG_example/workflow.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/examples | rapidsai_public_repos/cugraph/python/cugraph-dgl/examples/multi_trainer_MG_example/model.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/examples | rapidsai_public_repos/cugraph/python/cugraph-dgl/examples/graphsage/README.MD | Inductive Representation Learning on Large Graphs (GraphSAGE)
============
- Paper link: [http://papers.nips.cc/paper/6703-inductive-representation-learning-on-large-graphs.pdf](http://papers.nips.cc/paper/6703-inductive-representation-learning-on-large-graphs.pdf)
- Author's code repo: [https://github.com/williamleif... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-dgl/examples | rapidsai_public_repos/cugraph/python/cugraph-dgl/examples/graphsage/node-classification.py | # Copyright (c) 2022-2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/nx-cugraph/run_nx_tests.sh | #!/usr/bin/env bash
#
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# NETWORKX_GRAPH_CONVERT=cugraph
# Used by networkx versions 3.0 and 3.1
# Must be set to "cugraph" to test the nx-cugraph backend.
#
# NETWORKX_TEST_BACKEND=cugraph
# Replaces NETWORKX_GRAPH_CONVERT for networkx versions >=3.2
# Must be set to "... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/nx-cugraph/pyproject.toml | # Copyright (c) 2023, NVIDIA CORPORATION.
[build-system]
requires = [
"setuptools>=61.0.0",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
build-backend = "setuptools.build_meta"
[project]
n... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/nx-cugraph/.flake8 | # Copyright (c) 2023, NVIDIA CORPORATION.
[flake8]
max-line-length = 88
inline-quotes = "
extend-ignore =
E203,
SIM105,
SIM401,
# E203 whitespace before ':' (to be compatible with black)
per-file-ignores =
nx_cugraph/tests/*.py:T201,
__init__.py:F401,F403,
_nx_cugraph/__init__.py:E501,
| 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/nx-cugraph/README.md | # nx-cugraph
## Description
[RAPIDS](https://rapids.ai) nx-cugraph is a [backend to NetworkX](https://networkx.org/documentation/stable/reference/utils.html#backends)
to run supported algorithms with GPU acceleration.
## System Requirements
nx-cugraph requires the following:
* NVIDIA GPU, Pascal architecture or la... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/nx-cugraph/lint.yaml | # Copyright (c) 2023, NVIDIA CORPORATION.
#
# https://pre-commit.com/
#
# Before first use: `pre-commit install`
# To run: `make lint`
# To update: `make lint-update`
# - &flake8_dependencies below needs updated manually
fail_fast: false
default_language_version:
python: python3
repos:
- repo: https://github.com... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/nx-cugraph/conftest.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/nx-cugraph/Makefile | # Copyright (c) 2023, NVIDIA CORPORATION.
SHELL= /bin/bash
.PHONY: all
all: plugin-info lint
.PHONY: lint
lint:
git ls-files | xargs pre-commit run --config lint.yaml --files
.PHONY: lint-update
lint-update:
pre-commit autoupdate --config lint.yaml
.PHONY: plugin-info
plugin-info:
python _nx_cugraph/__init__.py
| 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/nx-cugraph/setup.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/nx-cugraph/LICENSE | Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/convert_matrix.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/_version.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/convert.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/__init__.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/VERSION | 23.12.00
| 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/typing.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/interface.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/utils/decorators.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/utils/misc.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/utils/__init__.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/tests/test_multigraph.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/tests/test_generators.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/tests/test_community.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/tests/test_match_api.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/tests/conftest.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/tests/test_convert.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/tests/bench_convert.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/tests/test_ktruss.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/tests/__init__.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/tests/test_utils.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms/core.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms/isolate.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms/__init__.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms/bipartite/__init__.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms/bipartite/generators.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms/components/connected.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms/components/__init__.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms | rapidsai_public_repos/cugraph/python/nx-cugraph/nx_cugraph/algorithms/community/louvain.py | # Copyright (c) 2023, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.