| View previous topic :: View next topic |
| Author |
Message |
JFASI
Joined: 28 Mar 2008 Posts: 3
|
Posted: Fri Mar 28, 2008 12:18 am Post subject: Access to the GPU |
|
|
How much access has this project achieved to the CPU? I know that it is blocked off from access by a virtual machine hypervisor, but for my purposes, this might be alright.
I am aiming to use the PS3's powerful GPU for creating a library for high speed matrix operations to add to build on existing supercomputing projects. I do not need more access to the graphics card than to pass small, custom assembly programs to it. Is this king of access also blocked off by the hypervisor?
Is there any place I can find details on the PS3 Linux's implementation of graphics card support, as well as more detailed descriptions of the GPU itself?
Thank you for your time
{edit} Aaaaaaaaaaaand I placed this thread in the wrong forum. Sorry about that. Mods, can we move this to the PS3 Linux discussion? |
|
| Back to top |
|
 |
ouasse
Joined: 30 Jul 2007 Posts: 90 Location: Paris, France
|
Posted: Fri Mar 28, 2008 7:13 pm Post subject: |
|
|
The GPU cannot be used in Linux environment.
For high speed matix computations, better use its powerful Cell processor instead. There's a Cell optimized BLAS library in the Cell SDK (see this document). |
|
| Back to top |
|
 |
JFASI
Joined: 28 Mar 2008 Posts: 3
|
Posted: Sun Mar 30, 2008 2:49 am Post subject: |
|
|
| Are all the processors available under Linux? Because that would be great for all sorts of applications. |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Sun Mar 30, 2008 6:02 am Post subject: |
|
|
| 1 PPU (2 hardware threads), and 6 SPUs are available. |
|
| Back to top |
|
 |
JFASI
Joined: 28 Mar 2008 Posts: 3
|
Posted: Mon Mar 31, 2008 10:49 am Post subject: |
|
|
| Really, now? I had previously thought that most of the cores were blocked off by the hypervisor? This can open up for some interesting possibilities... Thanks a lot |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
|
| Back to top |
|
 |
|