Tagged Questions

0
votes
2answers
60 views

Why do I get a CL_MEM_OBJECT_ALLOCATION_FAILURE?

I'm allocating a cl_mem buffer on a GPU and work on it, which works fine until a certain size is exceeded. In that case the allocation itself succeeds, but execution or copying does not. I do want to …
0
votes
3answers
88 views

what is the best resource for understanding why GPU is more powerful than CPU.

i was reading this site: http://www.nvidia.com/object/cuda%5Fwhat%5Fis.html and i wanted to find out some more generic information on the ideas behind GPU computing (including the history on using …
1
vote
2answers
185 views

ATI Stream SDK on ubuntu 9.04

Hello All, I have used ATI Stream SDK on windows XP SP3 and implemented one algorithm on GPU. But Now I am interested in scaling this algorithm on multiple GPUs on mutiple machines I switched to …
1
vote
6answers
241 views

Is GPGPU a hack ?

Hello Folks, I had started working on GPGPU some days ago and successfully implemented cholesky factorization with good performacne and I attended a conference on High Performance Computing where …
3
votes
4answers
276 views

suggestions on a project in C++ / distributed systems / networks

I'd like to work on a 2-3 month long project (full time) that involves coding in C++ and is related to networks (protocol stacks). I was considering writing my own network stack but that doesn't seem …
6
votes
3answers
232 views

How can I use the GPU as a second processor in .Net?

The question says it all really. I'm hoping that I don't have to write the code in a c++ .dll and then call it from managed code.