Estudios sobre fractales, OpenCL y optimización de procesos en paralelo
Find a file
2013-09-02 09:07:48 +02:00
.gitignore Removed executables from repo. 2013-09-01 02:57:53 +02:00
CL First commit 2013-08-29 19:31:20 +02:00
font.ttf Now it display a message of progress... 2013-09-01 14:40:48 +02:00
frag_shader.glsl First commit 2013-08-29 19:31:20 +02:00
interactive.c Added interactive executable... 2013-09-01 23:22:01 +02:00
julia_kernel.cl Added to repo the julia kernel too 2013-09-01 02:58:48 +02:00
main.c Now it display a message of progress... 2013-09-01 14:40:48 +02:00
Makefile Added interactive executable... 2013-09-01 23:22:01 +02:00
mandel_classic.c Now it display a message of progress... 2013-09-01 14:40:48 +02:00
mandelbrot_inter_kernel.cl Added interactive executable... 2013-09-01 23:22:01 +02:00
mandelbrot_kernel.cl Made sure cardioid check and period-2 check worked and added it to the OpenCL version. Made the calculation the same as the classic in OpenCL version too. 2013-09-01 02:57:00 +02:00
README.md Create README.md 2013-09-02 09:07:48 +02:00
test.c Fixed warnings. 2013-09-01 00:54:00 +02:00
vector_add_kernel.cl First commit 2013-08-29 19:31:20 +02:00

mandelbrot_study

Estudios sobre fractales, OpenCL y optimización de procesos en paralelo