summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/BFS/data/GraphFormat.txt
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/CUDA/BFS/data/GraphFormat.txt')
-rw-r--r--benchmarks/CUDA/BFS/data/GraphFormat.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/benchmarks/CUDA/BFS/data/GraphFormat.txt b/benchmarks/CUDA/BFS/data/GraphFormat.txt
new file mode 100644
index 0000000..536baa9
--- /dev/null
+++ b/benchmarks/CUDA/BFS/data/GraphFormat.txt
@@ -0,0 +1,20 @@
+No of Vertices
+start1 length1
+start2 length2
+start3 length3
+.
+.
+.
+
+Source Vertex
+
+Total no of edges
+edge1 weight1
+edge2 weight2
+edge3 weight3
+.
+.
+.
+.
+
+