Skip to content

essentials/sssp + cugraph#3

Open
bkj wants to merge 3 commits into
branch-21.06from
dev/gunrock_sssp_202105
Open

essentials/sssp + cugraph#3
bkj wants to merge 3 commits into
branch-21.06from
dev/gunrock_sssp_202105

Conversation

@bkj

@bkj bkj commented May 27, 2021

Copy link
Copy Markdown

No description provided.

Comment thread bkj_install.sh
cd ../../
cd python
python setup.py build_ext --inplace
python setup.py install No newline at end of file

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scratch build commands

Comment thread cpp/CMakeLists.txt
option(BUILD_STATIC_FAISS "Build the FAISS library for nearest neighbors search on GPU" OFF)
option(CMAKE_CUDA_LINEINFO "Enable the -lineinfo option for nvcc (useful for cuda-memcheck / profiler" OFF)
option(BUILD_TESTS "Configure CMake to build tests" ON)
option(BUILD_TESTS "Configure CMake to build tests" OFF)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build faster

Comment thread cpp/CMakeLists.txt
src/tree/mst.cu
src/components/weakly_connected_components.cu
# src/components/weakly_connected_components.cu
src/structure/create_graph_from_edgelist.cu

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error building these maybe?

int *predecessors,
int source_vertex);

} // namespace cugraph

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the actual API call to essentials -- everything else in this pull is boilerplate wrappers + build stuff

# triangles,
ego_graph,
batched_ego_graphs,
)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe couldn't get these to build? didn't try very hard

else: # This case should not happen
raise NotImplementedError

return df

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrapper of SSSP method -- stolen from cugraph's sssp implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant