cugraph-gnn
No description available.
File Explorer
Download Latest Version (.zip)- devcontainer.json
- devcontainer.json
- devcontainer.json
- devcontainer.json
- Dockerfile
- README.md
- build.yaml
- pr.yaml
- test.yaml
- trigger-breaking-change-alert.yaml
- CODEOWNERS
- copy-pr-bot.yaml
- ops-bot.yaml
- release.yml
- zizmor.yml
- update-version.sh
- build_cpp.sh
- build_docs.sh
- build_python.sh
- build_python_noarch.sh
- build_wheel.sh
- build_wheel_cugraph-pyg.sh
- build_wheel_libwholegraph.sh
- build_wheel_pylibwholegraph.sh
- check_style.sh
- download-torch-wheels.sh
- run_ctests.sh
- run_cugraph_pyg_pytests.sh
- run_pylibwholegraph_pytests.sh
- test.sh
- test_cpp.sh
- test_python.sh
- test_wheel_cugraph-pyg.sh
- test_wheel_pylibwholegraph.sh
- uninstall-torch-wheels.sh
- validate_wheel.sh
- RAPIDS.cmake
- rapids_config.cmake
- all_cuda-129_arch-aarch64.yaml
- all_cuda-129_arch-x86_64.yaml
- all_cuda-133_arch-aarch64.yaml
- all_cuda-133_arch-x86_64.yaml
- recipe.yaml
- conda_build_config.yaml
- recipe.yaml
- conda_build_config.yaml
- recipe.yaml
- wholegraph_benchmark.cpp
- wholegraph_benchmark.hpp
- gather_scatter_bench.cu
- CMakeLists.txt
- get_nccl.cmake
- get_nvshmem.cmake
- get_raft.cmake
- get_rmm.cmake
- config.json
- DEVELOPER_GUIDE.md
- header.html
- main_page.md
- device_reference.cuh
- embedding.h
- env_func_ptrs.h
- global_reference.h
- graph_op.h
- tensor_description.h
- wholegraph_op.h
- wholememory.h
- wholememory_op.h
- wholememory_tensor.h
- run-cmake-format.sh
- append_unique.cpp
- append_unique_func.cuh
- append_unique_impl.cu
- append_unique_impl.h
- csr_add_self_loop.cpp
- csr_add_self_loop_func.cuh
- csr_add_self_loop_impl.cu
- csr_add_self_loop_impl.h
- nvshmem_wholememory_bootstrap.cpp
- raft_random_gen.cu
- sample_comm.cuh
- unweighted_sample_without_replacement.cpp
- unweighted_sample_without_replacement_func.cuh
- unweighted_sample_without_replacement_impl.h
- unweighted_sample_without_replacement_impl_mapped.cu
- unweighted_sample_without_replacement_impl_nccl.cu
- unweighted_sample_without_replacement_nccl_func.cuh
- weighted_sample_without_replacement.cpp
- weighted_sample_without_replacement_func.cuh
- weighted_sample_without_replacement_impl.h
- weighted_sample_without_replacement_impl_mapped.cu
- communicator.cpp
- communicator.hpp
- embedding.cpp
- embedding.hpp
- embedding_cache.cpp
- embedding_cache.hpp
- embedding_optimizer.cpp
- embedding_optimizer.hpp
- env_func_ptrs.cpp
- env_func_ptrs.hpp
- file_io.cpp
- file_io.h
- global_reference.cpp
- initialize.cpp
- initialize.hpp
- integer_utils.hpp
- memory_handle.cpp
- memory_handle.hpp
- nccl_comms.cpp
- nccl_comms.hpp
- system_info.cpp
- system_info.hpp
- tensor_description.cpp
- wholememory.cpp
- wholememory_tensor.cpp
- bucket_ids_for_hierarchy_func.cu
- bucket_ids_for_hierarchy_func.h
- bucket_ids_func.cu
- bucket_ids_func.h
- embedding_cache_func.cu
- embedding_cache_func.cuh
- embedding_cache_func.h
- embedding_optimizer_func.cu
- embedding_optimizer_func.h
- exchange_embeddings_nccl_func.cu
- exchange_embeddings_nccl_func.h
- exchange_ids_nccl_func.cu
- exchange_ids_nccl_func.h
- gather_cached_func.cu
- gather_cached_func.h
- gather_func.cu
- gather_func_impl_floating_data_int32_indices.cu
- gather_func_impl_floating_data_int64_indices.cu
- gather_func_impl_integer_data_int32_indices.cu
- gather_func_impl_integer_data_int64_indices.cu
- gather_scatter_func.cuh
- gather_scatter_func.h
- map_indices_func.cu
- map_indices_func.h
- nvshmem_device_reference.cuh
- nvshmem_gather_func_impl_floating_data_int32_indices.cu
- nvshmem_gather_func_impl_floating_data_int64_indices.cu
- nvshmem_gather_func_impl_integer_data_int32_indices.cu
- nvshmem_gather_func_impl_integer_data_int64_indices.cu
- nvshmem_gather_scatter_func.cuh
- nvshmem_scatter_func_impl_floating_data_int32_indices.cu
- nvshmem_scatter_func_impl_floating_data_int64_indices.cu
- nvshmem_scatter_func_impl_integer_data_int32_indices.cu
- nvshmem_scatter_func_impl_integer_data_int64_indices.cu
- nvshmem_template.cuh
- scatter_func.cu
- scatter_func_impl_floating_data_int32_indices.cu
- scatter_func_impl_floating_data_int64_indices.cu
- scatter_func_impl_integer_data_int32_indices.cu
- scatter_func_impl_integer_data_int64_indices.cu
- sort_indices_func.cu
- sort_indices_func.h
- sort_unique_ids_for_hierarchy_func.cu
- sort_unique_ids_for_hierarchy_func.h
- sort_unique_indices_func.cu
- sort_unique_indices_func.h
- gather_op.cpp
- gather_op_impl.h
- gather_op_impl_hierarchy.cu
- gather_op_impl_mapped.cu
- gather_op_impl_nccl.cu
- gather_op_impl_nvshmem.cu
- output_memory_handle.hpp
- register.hpp
- scatter_op.cpp
- scatter_op_impl.h
- scatter_op_impl.nvshmem.cu
- scatter_op_impl_mapped.cu
- scatter_op_impl_nccl.cu
- temp_memory_handle.hpp
- thrust_allocator.cpp
- thrust_allocator.hpp
- wholememory_test_op.cu
- cuda_macros.cpp
- cuda_macros.hpp
- error.hpp
- logger.cpp
- logger.hpp
- net_utils.cpp
- net_utils.h
- nvml_wrap.cpp
- nvml_wrap.h
- parallel_utils.cpp
- parallel_utils.hpp
- append_unique_test_utils.cu
- append_unique_test_utils.hpp
- append_unique_tests.cu
- csr_add_self_loop_tests.cu
- csr_add_self_loop_utils.cu
- csr_add_self_loop_utils.hpp
- graph_sampling_test_utils.cu
- graph_sampling_test_utils.hpp
- wholegraph_csr_unweighted_sample_without_replacement_tests.cu
- wholegraph_csr_weighted_sample_without_replacement_tests.cu
- wholememory_comm_tests.cpp
- wholememory_handle_tests.cpp
- wholememory_tensor_tests.cpp
- wholememory_test_utils.hpp
- cacheset_tests.cu
- embedding_test_utils.cu
- embedding_test_utils.hpp
- wholememory_embedding_gradient_apply_tests.cu
- wholememory_embedding_tests.cu
- wholememory_gather_tests.cu
- wholememory_scatter_tests.cu
- CMakeLists.txt
- parallel_utils_tests.cpp
- .clang-format
- .clang-tidy
- CMakeLists.txt
- Doxyfile
- get_test_data.sh
- karate.csv
- cugraph-pyg-stack.png
- cugraph-stack.png
- cugraph_logo_2.png
- cugraphops_context.png
- gaas_img_1.png
- gaas_img_2.png
- GDF_community.png
- gnn_blog.png
- gnn_context.png
- gnn_framework.png
- goai_logo.png
- pg_example.png
- rapids_arrow.png
- rapids_logo.png
- Scaling.png
- default-config.sh
- functions.sh
- README.md
- run-dask-process.sh
- wait_for_workers.py
- cugraph_pyg_dev_cuda-129_arch-aarch64.yaml
- cugraph_pyg_dev_cuda-129_arch-x86_64.yaml
- cugraph_pyg_dev_cuda-133_arch-aarch64.yaml
- cugraph_pyg_dev_cuda-133_arch-x86_64.yaml
- __init__.py
- feature_store.py
- graph_store.py
- bitcoin_mnmg.py
- bitcoin_rf.py
- README.md
- renumber_kg.py
- run_renumber.sh
- pylibcugraph_mg.py
- dist_gin_sg.py
- gcn_dist_mnmg.py
- mag_lp_mnmg.py
- movielens_mnmg.py
- rgcn_link_class_mnmg.py
- taobao_mnmg.py
- xgb.py
- __init__.py
- link_loader.py
- link_neighbor_loader.py
- neighbor_loader.py
- node_loader.py
- utils.py
- __init__.py
- reader.py
- __init__.py
- distributed_sampler.py
- sampler.py
- sampler_utils.py
- __init__.py
- dist_matrix.py
- dist_tensor.py
- utils.py
- test_feature_store.py
- test_feature_store_mg.py
- test_graph_store.py
- test_graph_store_mg.py
- test_neighbor_loader.py
- test_neighbor_loader_mg.py
- test_distributed_sampler.py
- test_dist_matrix_mg.py
- test_dist_tensor_mg.py
- conftest.py
- test_version.py
- __init__.py
- imports.py
- __init__.py
- _doctor_check.py
- _version.py
- VERSION
- LICENSE
- pyproject.toml
- README.md
- __init__.py
- _version.py
- load.py
- VERSION
- CMakeLists.txt
- pyproject.toml
- README.md
- node_classfication.py
- ogbn_papers100m_convert.py
- __init__.py
- CMakeLists.txt
- wholememory_binding.pyx
- __init__.py
- test_comm.py
- test_initialize.py
- test_tensor_file_formats.py
- test_tensor_file_formats_io.py
- test_wholememory_binding.py
- test_wholememory_io.py
- test_wholememory_tensor.py
- test_graph_add_csr_self_loop.py
- test_graph_append_unique.py
- test_wholegraph_gather_scatter.py
- test_wholegraph_unweighted_sample_without_replacement.py
- test_wholegraph_weighted_sample_without_replacement.py
- test_wholememory_cython_binding.py
- conftest.py
- test_version.py
- __init__.py
- comm.py
- common_options.py
- data_loader.py
- distributed_launch.py
- dlpack_utils.py
- embedding.py
- gnn_model.py
- graph_ops.py
- graph_structure.py
- initialize.py
- tensor.py
- utils.py
- wholegraph_env.py
- wholegraph_ops.py
- wholememory_ops.py
- torch_env_func_ptrs.cpp
- torch_env_func_ptrs.h
- torch_utils.cpp
- torch_utils.h
- wholegraph_torch_ext.cpp
- __init__.py
- imports.py
- multiprocess.py
- __init__.py
- _doctor_check.py
- _version.py
- VERSION
- CMakeLists.txt
- LICENSE
- pyproject.toml
- README.md
- .coveragerc
- performance.md
- CONTRIBUTING.md
- cugraph_pyg.md
- gnn_support.md
- news.md
- PRTAGS.md
- LICENSE.cugraph-ops.NVIDIA
- .gitignore
- .pre-commit-config.yaml
- .yamllint.yaml
- 9
- build.sh
- CHANGELOG.md
- codecov.yml
- dependencies.yaml
- greptile.json
- LICENSE
- print_env.sh
- pyproject.toml
- RAPIDS_BRANCH
- README.md
- SECURITY.md
- VERSION
// repository documentation
Was this content helpful?
(0 ratings)
