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/RAY/makebmp.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 benchmarks/CUDA/RAY/makebmp.h (limited to 'benchmarks/CUDA/RAY/makebmp.h') 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_ -- cgit v1.3