Chunk generator performance survey
#31
(08-13-2012, 01:00 AM)xoft Wrote: You might not believe it, but I have considered that as soon as I started writing the new generator architecture. I didn't know anything about GPU programming at that time, so I did a little research, and the results are not good: There is no good standard that would be generally compatible with every gfx card. CUDA only works with nVidia cards and ATI has some other API. Now, we want to run on other devices, too - typically, internet servers in ISP server-housing don't have gfx cards at all. Raspberry Pi has a gfx chip, but doesn't provide the programming API. And so forth. So there's just no way to make this solution universal. Hence, it's not worth writing (yet).

I think the overall performance is good enough for now, so that we don't need to go this way immediately.

OpenCL should work on both ATI and nVidia. It's a pain to work with and I think the only change in performance will be from lighting and generating. Managing what area to (re-)light and what stages of generating to do is already confusing (to me at least XD) doing it with GPGPU will be even more confusing haha. Performance could even be less, because you wouldn't only be copying from CPU cache and RAM, but also from VRAM which is much further away from the CPU/RAM
Reply
Thanks given by:


Messages In This Thread
Chunk generator performance survey - by xoft - 07-30-2012, 07:18 AM
RE: Chunk generator performance survey - by xoft - 07-31-2012, 12:29 AM
RE: Chunk generator performance survey - by xoft - 07-31-2012, 01:46 AM
RE: Chunk generator performance survey - by xoft - 07-31-2012, 05:32 AM
RE: Chunk generator performance survey - by xoft - 07-31-2012, 07:53 PM
RE: Chunk generator performance survey - by xoft - 08-01-2012, 07:08 PM
RE: Chunk generator performance survey - by xoft - 08-02-2012, 04:22 PM
RE: Chunk generator performance survey - by xoft - 08-04-2012, 06:06 AM
RE: Chunk generator performance survey - by xoft - 08-05-2012, 01:26 AM
RE: Chunk generator performance survey - by xoft - 08-05-2012, 05:17 PM
RE: Chunk generator performance survey - by xoft - 08-06-2012, 08:51 PM
RE: Chunk generator performance survey - by xoft - 08-11-2012, 06:52 AM
RE: Chunk generator performance survey - by xoft - 08-13-2012, 01:00 AM
RE: Chunk generator performance survey - by FakeTruth - 08-14-2012, 10:28 PM
RE: Chunk generator performance survey - by xoft - 08-15-2012, 12:16 AM
RE: Chunk generator performance survey - by xoft - 09-23-2012, 01:08 AM
RE: Chunk generator performance survey - by xoft - 09-23-2012, 07:00 AM
RE: Chunk generator performance survey - by LO1ZB - 11-30-2016, 06:17 AM
RE: Chunk generator performance survey - by LO1ZB - 12-01-2016, 02:55 AM



Users browsing this thread: 2 Guest(s)