dferens / mandelbrot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mandelbrot

Mandelbrot fractal on CPU & GPU (CUDA).

Requirements

CUDA & python packages:

pip install -r requirements.pip

Run

export NVCC=/usr/local/cuda/bin/nvcc
make

About


Languages

Language:Cuda 34.7%Language:Python 34.0%Language:C 27.3%Language:Makefile 4.0%