Chunk generator performance survey
#29
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.
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 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: 1 Guest(s)