From 69f2911e04ffb1b19eef1fafb8c040af271f656e Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Thu, 15 Jul 2010 18:09:46 -0800 Subject: creating branch for adding support for CUDA 3.x and Fermi [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6829] --- benchmarks/CUDA/BFS/data/SampleGraph.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 benchmarks/CUDA/BFS/data/SampleGraph.txt (limited to 'benchmarks/CUDA/BFS/data/SampleGraph.txt') 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 -- cgit v1.3