Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

SSSP results correctness #6

Description

@yzhwang

Hi @farkhor ,

We're running some experiments for SSSP in CuSha. And the results is different from BGL's CPU results. Did you have any verification code in CuSha to verify the correctness of your SSSP? Here are some details:

  1. We are compiling CuSha using CUDA 8.0.
  2. We are using 0-based vertex node ID, providing an edge list with no header line. We are using --undirected to specify an undirected graph. Our graph has random weights [1,64) in int.
  3. our command line is like this:
    ./cusha-sssp --input edgelist_file --method CW --undirected

We are suspicious about the results because we verified that the weights have been successfully read in, but the iteration number is similar to a BFS on the same dataset, which usually isn't the case. Because for SSSP with various edge weights, it usually has more iterations as BFS. Also the results distances have a lot of repeating values in small ints, they look like wrong results. We just want to provide this info to you and see if we have done something wrong during our comparison.

Look forward to your reply! Thank you so much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions