diff options
| author | Tor Aamodt <[email protected]> | 2010-07-15 18:09:46 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-07-15 18:09:46 -0800 |
| commit | 69f2911e04ffb1b19eef1fafb8c040af271f656e (patch) | |
| tree | 231d3b6bdc3a202f7c255bfcf7bf2c36e32cee9e /benchmarks/CUDA/BFS/data/GraphFormat.txt | |
creating branch for adding support for CUDA 3.x and Fermi
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6829]
Diffstat (limited to 'benchmarks/CUDA/BFS/data/GraphFormat.txt')
| -rw-r--r-- | benchmarks/CUDA/BFS/data/GraphFormat.txt | 20 |
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
+.
+.
+.
+.
+
+
|
