mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
PyCUDA implementation of a GPU-accelerated fractal flame renderer.
3147fd40d2
The new toolkit generates code for filtering which uses too many registers, so this change splits filtering into its own module so that it can have separate register usage limits during compiling. As a bonus, this should improve startup time in general, since the filtering code is now fixed and does not need to be recompiled. |
||
---|---|---|
cuburn | ||
helpers | ||
main.py | ||
README.md | ||
run_job.py |