Skip to content

[SYCL][HIP] sssp results mismatch #5013

Closed
@zjin-lcf

Description

@zjin-lcf

To reproduce issue for the example https://github.com/zjin-lcf/HeCBench/tree/master/sssp-sycl

The example built with the DPC++ with CUDA support finishes without result mismatch.

cp ../sssp-cuda/data.tar.gz .
tar -zxf data.tar.gz
make HIP=yes run
./main -g 120 -t 1 -w 10 -r 1
Number of nodes = 264346        Number of edges = 733846        Initialization Time (ms): 349.456024
Allocation Time (ms): 0.116000
Copy To Device Time (ms): 9.258000
Kernel Time (ms): 2.901000
Copy Back and Merge Time (ms): 1.888000
FAIL: Computed node 2 cost (-2147483647 != 50999) does not match the expected value

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghipIssues related to execution on HIP backend.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions