diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 0557217..e4451ec 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -14,12 +14,12 @@ jobs: needs: - changed-files - checks - # - conda-cpp-build - # - conda-cpp-tests - # - conda-python-build - # - conda-python-tests + - conda-cpp-build + - conda-cpp-tests + - conda-python-build + - conda-python-tests - wheel-build-pylibwholegraph - # - wheel-tests-pylibwholegraph + - wheel-tests-pylibwholegraph - wheel-build-cugraph-dgl - wheel-tests-cugraph-dgl - wheel-build-cugraph-pyg @@ -64,33 +64,33 @@ jobs: uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.12 with: enable_check_generated_files: false - # conda-cpp-build: - # needs: checks - # secrets: inherit - # uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.12 - # with: - # build_type: pull-request - # node_type: cpu32 - # conda-cpp-tests: - # needs: [conda-cpp-build, changed-files] - # secrets: inherit - # uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.12 - # if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp - # with: - # build_type: pull-request - # conda-python-build: - # needs: conda-cpp-build - # secrets: inherit - # uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.12 - # with: - # build_type: pull-request - # conda-python-tests: - # needs: [conda-python-build, changed-files] - # secrets: inherit - # uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.12 - # if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python - # with: - # build_type: pull-request + conda-cpp-build: + needs: checks + secrets: inherit + uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.12 + with: + build_type: pull-request + node_type: cpu32 + conda-cpp-tests: + needs: [conda-cpp-build, changed-files] + secrets: inherit + uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.12 + if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp + with: + build_type: pull-request + conda-python-build: + needs: conda-cpp-build + secrets: inherit + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.12 + with: + build_type: pull-request + conda-python-tests: + needs: [conda-python-build, changed-files] + secrets: inherit + uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.12 + if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python + with: + build_type: pull-request wheel-build-pylibwholegraph: needs: checks secrets: inherit @@ -99,15 +99,15 @@ jobs: build_type: pull-request script: ci/build_wheel_pylibwholegraph.sh node_type: cpu32 - # wheel-tests-pylibwholegraph: - # needs: [wheel-build-pylibwholegraph, changed-files] - # secrets: inherit - # uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.12 - # if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python - # with: - # build_type: pull-request - # script: ci/test_wheel_pylibwholegraph.sh - # matrix_filter: map(select(.ARCH == "amd64")) + wheel-tests-pylibwholegraph: + needs: [wheel-build-pylibwholegraph, changed-files] + secrets: inherit + uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.12 + if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python + with: + build_type: pull-request + script: ci/test_wheel_pylibwholegraph.sh + matrix_filter: map(select(.ARCH == "amd64")) wheel-build-cugraph-dgl: needs: checks secrets: inherit diff --git a/.gitignore b/.gitignore index 9480c26..7095ae9 100644 --- a/.gitignore +++ b/.gitignore @@ -70,9 +70,11 @@ cpp/thirdparty/googletest/ *.iws ## Datasets -datasets/* +dataset/ +datasets/ !datasets/cyber.csv !datasets/get_test_data.sh +!datasets/karate.csv !datasets/karate-data.csv !datasets/karate_undirected.csv !datasets/karate-disjoint.csv diff --git a/python/cugraph-pyg/cugraph_pyg/cufile.log b/python/cugraph-pyg/cugraph_pyg/cufile.log deleted file mode 100644 index e2dfebf..0000000 --- a/python/cugraph-pyg/cugraph_pyg/cufile.log +++ /dev/null @@ -1,10 +0,0 @@ - 15-04-2024 10:34:53:950 [pid=291705 tid=291705] NOTICE cufio-drv:705 running in compatible mode - 15-04-2024 10:34:53:950 [pid=290072 tid=290072] NOTICE cufio-drv:705 running in compatible mode - 15-04-2024 10:34:53:950 [pid=291230 tid=291230] NOTICE cufio-drv:705 running in compatible mode - 15-04-2024 10:34:53:950 [pid=291461 tid=291461] NOTICE cufio-drv:705 running in compatible mode - 15-04-2024 10:34:53:950 [pid=290991 tid=290991] NOTICE cufio-drv:705 running in compatible mode - 15-04-2024 10:34:53:950 [pid=290801 tid=290801] NOTICE cufio-drv:705 running in compatible mode - 15-04-2024 10:34:53:954 [pid=290332 tid=290332] NOTICE cufio-drv:705 running in compatible mode - 15-04-2024 10:34:53:958 [pid=290568 tid=290568] NOTICE cufio-drv:705 running in compatible mode - 15-04-2024 10:35:21:342 [pid=292147 tid=292147] NOTICE cufio-drv:705 running in compatible mode - 15-04-2024 10:36:13:377 [pid=292749 tid=292749] NOTICE cufio-drv:705 running in compatible mode