summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/RAY/makebmp.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-07-15 18:09:46 -0800
committerTor Aamodt <[email protected]>2010-07-15 18:09:46 -0800
commit69f2911e04ffb1b19eef1fafb8c040af271f656e (patch)
tree231d3b6bdc3a202f7c255bfcf7bf2c36e32cee9e /benchmarks/CUDA/RAY/makebmp.h
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/RAY/makebmp.h')
-rw-r--r--benchmarks/CUDA/RAY/makebmp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmarks/CUDA/RAY/makebmp.h b/benchmarks/CUDA/RAY/makebmp.h
new file mode 100644
index 0000000..1aabfcc
--- /dev/null
+++ b/benchmarks/CUDA/RAY/makebmp.h
@@ -0,0 +1,9 @@
+#ifndef _MAKEBMP_H_
+#define _MAKEBMP_H_
+
+
+void initialize_bmp(unsigned width, unsigned height, unsigned depth);
+
+void create_bmp(unsigned *data);
+
+#endif // _MAKEBMP_H_