Metadata-Version: 2.4
Name: mandelbrot.implementations.nvidia-cuda
Version: 0.1.0
Summary: Implementing the Mandelbrot set using Nvidia's CUDA API
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cuda-core[cu12]>=0.3.0
Requires-Dist: cupy-cuda12x>=13.4.1

# Implementing Mandelbrot using a CUDA kernel

Part of the examples presented in [snake-oil](https://github.com/sindre-nistad/snake-oil).
Requires [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit) and an NVIDIA graphics card to compile.
