RPI + Cuda
#2
It might be possible in the future to take advantage of the GPU, but I don't think it's likely. MCServer's primary objective is to be a server hosted on VPSs, which usually means no GPU at all.

Last time I checked the RasPi GPU was not programmatically accessible and they said there were no plans to make it accessible.

I think CUDA or any other GPU-based acceleration could be useful for speeding up the world generator, there are calculations there that are the typical cannonfodder for CUDA - calculating a matrix of values based on another matrix of values, in the form of 2D and 3D noise and the upscaling.

This might work really well with the idea of distributing the chunk generator ( https://forum.cuberite.org/showthread.php?tid=1149 ), in that the ChunkServer component mentioned there could use CUDA to speed up the generation.
Reply
Thanks given by:


Messages In This Thread
RPI + Cuda - by DrkCodeman - 06-29-2013, 06:24 AM
RE: RPI + Cuda - by xoft - 06-30-2013, 12:16 AM
RE: RPI + Cuda - by NiLSPACE - 06-01-2014, 09:47 PM
RE: RPI + Cuda - by bearbin - 06-01-2014, 10:17 PM
RE: RPI + Cuda - by worktycho - 06-01-2014, 10:58 PM
RE: RPI + Cuda - by FakeTruth - 06-01-2014, 11:18 PM
RE: RPI + Cuda - by worktycho - 06-01-2014, 11:49 PM
RE: RPI + Cuda - by worktycho - 06-02-2014, 01:15 AM
RE: RPI + Cuda - by sphinxc0re - 06-02-2014, 06:45 AM
RE: RPI + Cuda - by worktycho - 06-02-2014, 06:59 AM
RE: RPI + Cuda - by sphinxc0re - 06-02-2014, 07:04 AM
RE: RPI + Cuda - by worktycho - 06-02-2014, 08:17 AM
RE: RPI + Cuda - by Sxw - 06-19-2014, 05:12 PM
RE: RPI + Cuda - by worktycho - 06-19-2014, 09:42 PM
RE: RPI + Cuda - by Sxw - 06-22-2014, 01:45 AM



Users browsing this thread: 8 Guest(s)