clray

diff src/ocl.h @ 45:8047637961a2

fixed the issue of hitting maximum vertical image sizes for large kdtrees
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 29 Aug 2010 04:20:42 +0100
parents 057b8575a1c1
children 8c858e1a89e8
line diff
     1.1 --- a/src/ocl.h	Sat Aug 28 21:50:17 2010 +0100
     1.2 +++ b/src/ocl.h	Sun Aug 29 04:20:42 2010 +0100
     1.3 @@ -103,7 +103,7 @@
     1.4  	CLMemBuffer *get_arg_buffer(int arg);
     1.5  	int get_num_args() const;
     1.6  
     1.7 -	bool build();
     1.8 +	bool build(const char *opt = 0);
     1.9  
    1.10  	bool run() const;
    1.11  	bool run(int dim, ...) const;