NVIDIA CUDA Mandelbrot Example
Uploader Comments (exabytes18)
All Comments (10)
-
@dmcemmet this is just a demo. There is an each frame is full calculated, while Xaos use tricks to make only changing parts calculate. So if use this CUDA convolutions in XAOS algorithms you get near 2-10x speedup. Both code is open source so grab your lazy ass and do it! =)))
-
The CPU even fast ones have a limit on the complex calulations that can be completed in a given time. CUDA uses the available cores of the GPU o(somewhere around 100 to 700 cores) the complete the calulations required in a smaller time frame. Ever wonder why it takes so long to covert an HD format disk? It is because your CPU cannot complete the calculations fast enough. Now the same conversion time frame is significatly reduced due to the CUDA using the GPU cores.
-
Unlimited Detail's engine thing looks way cooler.
-
When I had that PC I cannot achieve more than 1024x768 (because od monitor limitations), but on my never PC Xaos can run in FullHD.
-
In what resolution?
-
Ok, but I can achieve identical effect using Xaos on Linux on AMD K6 in realtime too. So what's the point of doing this on GPU?
-
Holy Shit!
-
Get in contact with the people that make "Ultra Fractal" show them you CUDA code so far and ask them if they would employ/pay you to work with making Ultra Fractal support CUDA!
Are you releasing the code? You should also consider posting your app to CUDA Zone. Applications with video get a CUDA Zone T-Shirt and entered into a drawing for a GTX260
nvidiacuda 2 years ago
Actually, this is part of the CUDA SDK so it's freely available. Nonetheless, thanks for sharing that information about the CUDA Zone.
exabytes18 2 years ago