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/GraphFormat.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 benchmarks/CUDA/BFS/data/GraphFormat.txt (limited to 'benchmarks/CUDA/BFS/data/GraphFormat.txt') 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 +. +. +. +. + + -- cgit v1.3