aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-02-23 22:46:46 +1300
committerDavid Phillips <david@sighup.nz>2017-02-23 22:46:46 +1300
commit5b1c35bd427a12ea39443142bf4540242a022963 (patch)
treefa78660445d2c3b767c5f6d0e131650ac21577ce /fractal-gen.c
parentc408633a30a5a60f62f34d84e51a1198fb38f328 (diff)
downloadfractal-gen-opencl-5b1c35bd427a12ea39443142bf4540242a022963.tar.xz
Change kernel iteration type from uint to ulong
Diffstat (limited to 'fractal-gen.c')
-rw-r--r--fractal-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fractal-gen.c b/fractal-gen.c
index 5f9e899..4740e45 100644
--- a/fractal-gen.c
+++ b/fractal-gen.c
@@ -4,7 +4,7 @@
#include "trampoline.h"
-int run(const char *preferred_platform, unsigned int size, unsigned int iterations)
+int run(const char *preferred_platform, unsigned int size, unsigned long iterations)
{
fprintf(stderr, "Building CL trampoline... ");
if (tramp_init(preferred_platform)) {