Tagged Questions

0
votes
3answers
73 views

CUDA: What reasons could there be for nvcc taking several minutes to compile?

I have some CUDA code that nvcc (well, technically ptxas) likes to take upwards of 10 minutes to compile. While it isn't small, it certainly isn't huge. (~5000 lines). The delay …
2
votes
4answers
797 views

ATI Stream compared to NVidia/CUDA

In an effort to make this an answerable question, and not just an opinion poll, I'll ask it like this: Are there any third-party reports that compare ATI's Stream framework to NV …
0
votes
1answer
40 views

Fetching the vertices from the backbuffer (HLSL) on XNA

Hello and sorry for the obscure title :} I`ll try to explain the best i can. First of all, i am new to HLSL but i understand about the pipeline and stuff that are from the fairy w …
0
votes
2answers
231 views

How should a very simple Makefile look like for Cuda compiling under linux

Hi, I want to compile a very basic hello world level Cuda program under Linux. I have three files: the kernel: helloWorld.cu main method: helloWorld.cpp common header: helloWo …
7
votes
5answers
1k views

How do you get around the maximum CUDA run-time?

I've noticed that CUDA applications tend to have a rough maximum run-time of 5-15 seconds before they will fail and exit out. I realize it's ideal to not have CUDA application run …
2
votes
1answer
27 views

Is there a list somewhere of video cards that support GPGPU programming?

Mine is a "NVIDIA GeForce 9500 GS" and everywhere I've searched I can only find "9500 GT" ... does that mean the 9500 GS does not support any GPGPU language such as CUDA?
1
vote
2answers
154 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 …
2
votes
4answers
631 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?
1
vote
4answers
187 views

ideas for graphic based projects using GPUs?

Hi, I'm a CS undergrad student and wanted to finalize my project idea soon.I am mostly interested in graphics based projects which work with help of GPUs like GPGPUS (http://en …
0
votes
3answers
217 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 …
2
votes
3answers
249 views

Why are GPU threads in CUDA and OpenCL allocated in a grid?

Im just learning OpenCL and im at the point when trying to launch a kernel. Why is it that the GPU threads are managed in a grid? I'm going to read more about this in detail but it …
1
vote
6answers
227 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 …
2
votes
4answers
412 views

How to block until an asynchronous job finishes

I'm working on a C# library which offloads certain work tasks to the GPU using NVIDIA's CUDA. An example of this is adding two arrays together using extension methods: float[] a = …
0
votes
2answers
71 views

Why hasn’t GPGPU seen widespread use? [closed]

Why do programmers tend to seek to assembly instead of GPGPU when running into serious performance problems? I know that there are different architectures, but implementing an algo …
2
votes
3answers
109 views

How to scale cholesky factorization on multiple GPUs

Hello folks, I have implemented Cholesky Factorization for solving large linear equation on GPU using ATI Stream SDK. Now I want to exploit computation power of more and more GPUs …

1 2 3 next
15 30 50 per page