aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-02-12 21:12:55 +1300
committerDavid Phillips <david@sighup.nz>2017-02-12 21:12:58 +1300
commit08a1b94987bebacaf8c5d7c42f08c83e25daa6f6 (patch)
tree4a012ef6545c8989238d2e8e37efbb2f4cc0828b
parent6605c05adf8775eddb1d4045b408895e0183f931 (diff)
downloadfractal-gen-opencl-08a1b94987bebacaf8c5d7c42f08c83e25daa6f6.tar.xz
Give test.cl a more meaningful name
-rw-r--r--fractal-gen.c2
-rw-r--r--mandelbrot.cl (renamed from test.cl)0
2 files changed, 1 insertions, 1 deletions
diff --git a/fractal-gen.c b/fractal-gen.c
index bfe151d..a5937cf 100644
--- a/fractal-gen.c
+++ b/fractal-gen.c
@@ -14,7 +14,7 @@ int run(unsigned int size, unsigned int iterations)
fprintf(stderr, "Done.\n");
fprintf(stderr, "Loading kernel source from file... ");
- if (tramp_load_kernel("test.cl")) {
+ if (tramp_load_kernel("mandelbrot.cl")) {
fprintf(stderr, "Failed.\n");
return 1;
}
diff --git a/test.cl b/mandelbrot.cl
index 2652108..2652108 100644
--- a/test.cl
+++ b/mandelbrot.cl