Tagged Questions

0
votes
2answers
44 views

How to tell the graphic card memory usage?

My application seems to be slow, but in terms of CPU and RAM, it seems that it is OK. So, I want to know how much memory of the graphic card I am using. I've seen some questions ab …
1
vote
3answers
95 views

Do graphic cards have instruction sets of their own?

Do graphic cards have instruction sets of their own? I assume they do, but I have been wondering if it is proprietary or if there is some sort of open standard. Is every GPU instr …
0
votes
2answers
179 views

Death of the Cell processor

Hi, in the last times I heard lots of people claiming that the Cell processor is dead, mainly due to the following reasons: a) lack of support in the new playstation 3, as the us …
0
votes
0answers
34 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 doe …
0
votes
2answers
257 views

GPU Benchmark

What software for GPU benchmarking do you recommend? Also, any suggestions on how to use it?
8
votes
7answers
1k views

Utilizing the GPU with c#

I am trying to get more processing power out of my grid. I am using all cpus/cores, is it possible to utilize the GPU with C#. Anyone know any libraries or got any sample code?
1
vote
2answers
150 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 machine …
0
votes
0answers
104 views

Nvidia GPU Computing SDK and Xcode 3.1

I'm trying to compile some code for OpenCL (and the NV Computing SDK) in Xcode. I (think) I've set the search paths correctly, but when I try to compile the source code from the ex …
1
vote
4answers
616 views

How to obtain OpenCL SDK?

I was perusing http://www.khronos.org/ web site and only found headers for OpenCL (not OpenGL which I don't care about). How can I obtain OpenCL SDK?
0
votes
1answer
41 views

Apply a ColorMatrix making use of GPU

I have a C# application that recolors an image using ColorMatrix. I understand that ColorMatrix doesn't make use of the GPU. What would be the best avenue to explore if I wanted to …
0
votes
3answers
213 views

high precision math on GPU

I'm interested in implementing an algorithm on the GPU using HLSL, but one of my main concerns is that I would like a variable level of precision. Are there techniques out there to …
5
votes
6answers
624 views

Detecting GPU rendering in Flash Player 10

Apparently, in Flash 10, you can use the GPU to calculate shaders, and if the user doesn't have a compatible gpu, it falls back to the cpu. The problem is that the cpu is very slow …
1
vote
6answers
225 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 …
10
votes
8answers
814 views

C#: Perform Operations on GPU, not CPU (Calculate Pi)

Hello, I've recently read a lot about software (mostly scientific/math and encryption related) that moves part of their calculation onto the GPU which causes a 100-1000 (!) fold i …
1
vote
1answer
152 views

gpu, old hardware, 3d acceleration and a lib

i am writing a 2d lib which will have 3d acceleration but i'd like to do it in a way that it will efficiently run on older HW. Possibly typedefs to hide options/functions that your …

1 2 3 next
15 30 50 per page