-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Labels
bugSomething isn't workingSomething isn't workinghipIssues related to execution on HIP backend.Issues related to execution on HIP backend.
Description
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
Labels
bugSomething isn't workingSomething isn't workinghipIssues related to execution on HIP backend.Issues related to execution on HIP backend.