RPI + Cuda
#11
Yea but you know that for this you have to write your own binary RPi libraries in assembler? Like I said I tried it myself at a time where I didn't had a Linux machine. It's awful.
Reply
Thanks given by:
#12
When were you doing it? Broadcom released openGL ES bindings for the pi in February so you can write the libs in GLSL. Though actually due to the way I'm generating the kernels, writing it in machine code wouldn't be to difficult.
Reply
Thanks given by:
#13
I'm pretty sure that the RPis GPU only has one core.[/align]
Reply
Thanks given by:
#14
GPU cores are strange things. I had a look and the GPU consists of four QPUs(?) each of which is a 16 wide SIMD processor. So with one core it can process 64 pieces of data in parallel. Thats half a height map or 1/512 of a chunk.
Reply
Thanks given by:
#15
Weird.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)