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/SampleGraph.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/SampleGraph.txt')
| -rw-r--r-- | benchmarks/CUDA/BFS/data/SampleGraph.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/benchmarks/CUDA/BFS/data/SampleGraph.txt b/benchmarks/CUDA/BFS/data/SampleGraph.txt new file mode 100644 index 0000000..af3acd8 --- /dev/null +++ b/benchmarks/CUDA/BFS/data/SampleGraph.txt @@ -0,0 +1,31 @@ +6
+0 3
+3 3
+6 4
+10 3
+13 4
+17 3
+
+0
+
+20
+1 1
+3 6
+4 20
+0 1
+2 7
+4 2
+1 7
+3 10
+4 3
+5 4
+0 6
+2 10
+5 5
+0 20
+1 2
+2 3
+5 1
+2 4
+3 5
+4 1
|
