added some ptx options

This commit is contained in:
Evghenii
2013-11-15 17:23:22 +01:00
parent 6b65f6d9f4
commit 3454f51d2c
9 changed files with 17 additions and 3 deletions

View File

@@ -119,5 +119,6 @@ mandelbrot_ispc(uniform float x0, uniform float y0,
#endif
mandelbrot_scanline(x0, dx, y0, dy, width, height, xspan, yspan,
maxIterations, output);
sync;
}
#endif