Tagged Questions

See the tag entry for "gpu".

learn more… | top users | synonyms

89
votes
15answers
4k views

Why aren't we programming on the GPU?

So I finally took the time to learn CUDA and get it installed and configured on my computer and I have to say, I'm quite impressed! Here's how it does rendering the Mandelbrot set at 1280 x 678 ...
27
votes
5answers
861 views

How to use GPU for mathematics

I am looking at utilising the GPU for crunching some equations but cannot figure out how I can access it from C#. I know that the XNA and DirectX frameworks allow you to use shaders in order to ...
12
votes
6answers
7k 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 that long but ...
10
votes
6answers
1k views

How do I test OpenCL on GPU when logged in remotely on Mac?

My OpenCL program can find the GPU device when I am logged in at the console, but not when I am logged in remotely with ssh. Further, if I run the program as root in the ssh session, the program can ...
8
votes
2answers
200 views

Good books and resources on data parallel programming and algorithms

I've read the following and most of the NVIDIA manuals and other content. I was also at GTC last year for the papers and talks. CUDA by Example: An Introduction to General-Purpose GPU Programming ...
7
votes
4answers
2k views

Run C# code on GPU

I have no knowledge of GPU programming concepts and APIs. I have a few questions: Is it possible to write a piece of managed C# code and compile/translate it to some kind of module, which can be ...
7
votes
5answers
629 views

Is there any possibility to write GPU-applications using CUDA under F sharp?

I am interested in using F# for numerical computation. How can I access the GPU using NVIDIA's CUDA standart under F#?
6
votes
3answers
903 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.
5
votes
3answers
2k views

OpenCL and GPU programming Roadmap

i would like to start stating that i know nothing of OpenCL/GPU programming but i am a advanced C# (general .Net) programmer without fear of C++ and i would like to learn OpenCL/GPU programming... my ...
5
votes
2answers
450 views

Getting started with GPU programming on Linux

I'm wanting to get started playing with GPU programming on Linux and have several questions: What graphics cards are recommended? I'd like a fairly inexpensive one that supports CUDA and/or OpenCL. ...
4
votes
3answers
268 views

GPU Programming?

I'm new to the GPU Programming world, I've tried reading on Wikipedia and Googling, but I still have several questions: I downloaded some GPU Examples, for CUDA, there were some .cu files and some ...
4
votes
1answer
201 views

parallel convex hull algorithm in gpu

I am implementing a divide and conquer approach to convex hull in CUDA. This is my approach: Bottom up: Create a list of lists to store convex hulls; curSize = size of input (all points); for i: 1 ...
4
votes
2answers
254 views

Efficient Matrix decomposition into square submatrices in C++

I have implemented a Matrix datatype in C++ by using 1D datatype and wrapping it into rows and columns. Now, I want to have this possibility to create square/blocked sub-matrices from this time and I ...
4
votes
5answers
1k views

OpenCL FFT lib for GPUs?

Is there any general FFT lib available for running on the GPU using OpenCL? As far as my knowledge goes, Apple sample code for power-of-two OpenCL FFT is the only such code available? Does any such ...
4
votes
1answer
426 views

Is there algorithm for sorting array of strings for GPU?

Array to sort has approximately one million strings, where every string can have length up to one million characters. I am looking for any implementation of sorting algorithm for GPU. I have a block ...
4
votes
1answer
1k views

RAR password recovery on GPU using ATI Stream processor

I'm newbie in GPU programming , and i work on brute force RAR Password Recovery on ATI Stream Processor using brook+ language, but i see that the kernel written in brook+ language doesn't allow any ...
4
votes
4answers
593 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 ...
3
votes
1answer
124 views

Kernel code is not working for NVIDIA GPU but working in CPU mode

Recently I've tried to run a program, which was correctly compiled and executed on AMD Radeon 5670 GPU which is running Windows 7. Now, when I wanted to run on NVIDIA GPU Tesla 2500, it was not ...
3
votes
0answers
183 views

Candidate Excel Functions for GPU acceleration [closed]

I'm currently looking into writing an OpenCL Excel plugin. This would expose a set of functions that offer calculations to be performed on the GPU from Excel. As a proof of concept I've written an ...
3
votes
1answer
163 views

Unable to identify some C# syntax with GPU.NET. (VB.NET Programmer)

this is my first post on Stack Overflow, so please excuse or correct any faux pas of mine. Thanks in advance. I'm translating some example code line by line from C# to VB.NET in an effort to ...
3
votes
2answers
314 views

Is there really a timeout for kernels on nvidia gpus?

searching for answers for why my kernels produce strange error messages or "0" only results I found this answer on SO that mentions that there is a timeout of 5s for kernels running on nvidia gpus? I ...
3
votes
2answers
360 views

Mysterious CUDA profiler error

So I have successfully installed the CUDA toolkit and GPU computing SDK on a Mac Pro running OS X version 10.6.6. The sample CUDA programs provided with the SDK as well as some programs of my own ...
3
votes
2answers
285 views

GPU-based search for all possible paths between two nodes on a graph

My work makes extensive use of the algorithm by Migliore, Martorana and Sciortino for finding all possible simple paths, i.e. ones in which no node is encountered more than once, in a graph as ...
3
votes
6answers
2k views

Can we benchmark how fast CUDA or OpenCL is compared to CPU performance?

How much faster can an algorithm on CUDA or OpenCL code run compared to a general single processor core? (considering the algorithm is written and optimized for both the CPU and GPU target). I know ...
3
votes
4answers
254 views

I've got a Nvidia GPU, how can i code on it?

I've never really been into GPUs, not being a gamer but im aware of their parallel ability and wondered how could i get started programming on one? I recall (somewhere) there is a CUDA C-style ...
3
votes
3answers
2k views

CUDA Matrix multiplication breaks for large matrices

I have the following matrix multiplication code, implemented using CUDA 3.2 and VS 2008. I am running on Windows server 2008 r2 enterprise. I am running a Nvidia GTX 480. The following code works fine ...
3
votes
2answers
222 views

What are the programming languages for GPU

I read an article stating that GPU are the future of supercomputing. I would like to know what are the programming languages used for programming on GPU's
3
votes
4answers
582 views

c++ opengl: can i calculate normals in gpu? If so, how?

I have an opengl application that loads a dxf and draws it on the screen, each time i need to calculate normals. is there a way to calculate normals in GPU instead of CPU ? if so how ?
3
votes
3answers
698 views

GPU programming - transfer bottlenecks

As I would like my GPU to do some of calculation for me, I am interested in the topic of measuring a speed of 'texture' upload and download - because my 'textures' are the data that GPU should crunch. ...
3
votes
3answers
7k views

printf inside CUDA __global__ function

I am currently writing a matrix multiplication on a GPU and would like to debug my code, but since I can not use printf inside a device function, is there something else I can do to see what is going ...
3
votes
6answers
678 views

Is GPGPU a hack?

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 some people said ...
2
votes
1answer
64 views

iPhone Large Matrix Multiplication on GPU

I've designed a learning AI for use in a iPad game but its prototype is written in matlab. I need to perform several actions such as: (capital denotes matrix) A = B > c; A = B * C; A = B' * C; A = ...
2
votes
3answers
257 views

Does Intel support CUDA

I have a very simple Toshiba Laptop with i3 processor. Also, I do not have any expensive graphics card. In the display settings, I see Intel(HD) Graphics as display adapter. I am planning to learn ...
2
votes
1answer
75 views

Will i use the power of GPU when using a OpenGL program?

I've got a pretty old ATI HD 3400 video card , which have no support of OpenCL , so i'm wondering if i can actually play around with OpenGL libraries provided by ATI catalyst driver ? If my algorithm ...
2
votes
1answer
149 views

GLSL fragment processing order for full screen quad

I'm using GLSL for some image processing stuff, so drawing a full screen quad and doing processing in the fragment shader. I'm wondering if we can expect fragments to be processed in any particular ...
2
votes
1answer
197 views

CUDA: please help me to find error in my code

There's code, that uses GPU: __global__ void gpu_process(float* input, float* weights, float* output, int psize, int size) { int i = blockIdx.x*blockDim.x + threadIdx.x; int j = ...
2
votes
0answers
250 views

Memory Error in CUDA Program for Fermi GPU

I am facing the following problem on a GeForce GTX 580 (Fermi-class) GPU. Just to give you some background, I am reading single-byte samples packed in the following manner in a file: Real(Signal 1), ...
2
votes
2answers
308 views

CUDA memcheck address - how to determine location in code?

cuda-memcheck is reporting this information for a release mode CUDA kernel: ========= Error: process didn't terminate successfully ========= Invalid __global__ read of size 4 ========= at ...
2
votes
3answers
120 views

What's the speed of texture upload?

I would like to upload two images to the GPU memory, and I'm interested how fast I can do this? In fact - will it be faster to compare two bitmaps in RAM with CPU, or upload them to GPU and use GPU ...
2
votes
2answers
889 views

Is it possible to use OpenCL for PowerVR SGX530 GPU device?

Is it possible to use OpenCL for PowerVR SGX530 GPU device? I have to write image recognition software that would run on Droid X smartphone. Greatly appreciate if someone could provide links, ...
2
votes
2answers
230 views

F#/“Accelerator v2” DFT algorithm implementation probably incorrect

I'm trying to experiment with software defined radio concepts. From this article I've tried to implement a GPU-parallelism Discrete Fourier Transform. I'm pretty sure I could pre-calculate 90 ...
2
votes
1answer
313 views

Recommendations for Open Source Parallel programming IDE

What are the best IDE's / IDE plugins / Tools, etc for programming with CUDA / MPI etc? I've been working in these frameworks for a short while but feel like the IDE could be doing more heavy lifting ...
2
votes
3answers
436 views

Not able to kill bad kernel running on NVIDIA GPU

I am in a real fix. Please help. Its urgent. I have a host process that spawns multiple host(CPU) threads (pthreads). These threads in turn call the CUDA kernel. These CUDA kernels are written by ...
1
vote
2answers
40 views

Using C++ Amp Library

I"m trying to start playing around with the amp.h library. But when I type #include amp.h I get an error saying cannot open source file amp.h . Is there something special i need to do to make this ...
1
vote
2answers
158 views

GL/CL interoperability: Shared Texture [closed]

I intend to make Graphics calculation with OpenCL such as ray casting, ray marching and others. And I want to use OpenGL to display result of this calculations (pixel images). I use texture buffer ...
1
vote
1answer
59 views

independent searches on GPU — how to synchronize its finish?

Assume I have some algorithm generateRandomNumbersAndTestThem() which returns true with probability p and false with probability 1-p. Typically p is very small, e.g. p=0.000001. I'm trying to build a ...
1
vote
1answer
92 views

Strange behavior with NVIDIA CUDA 4.1 RC2 and Parallel NSight 2.1

I am having a strange problem debugging my CUDA code in Nsight 2.1. I have two global functions that get called from my main.cu like so: dim3 block(threadsPerBlock); dim3 grid(numBlocks); ...
1
vote
1answer
106 views

simple CUDA program execution without GPU harware using NVIDIA GPU computing SDK 4.0 and microsft VC++ 2010 express

I am new to GPU computing , but somewhere I've read that it's possible to execute a CUDA program without a GPU card using a simulator/ emulator. I have installed NVIDIA's GPU Computing SDK 4.0 and ...
1
vote
4answers
382 views

CUDA Nvidia NSight Debugging: “CUDA grid launch failed”

When I try to debug an arbitrary CUDA application, e.g. the matrix multiplication or convolutionSeparable sample from the Nvidia GPU Computing SDK 4.0, I always get an output similar to: Parallel ...
1
vote
2answers
72 views

Is there any efficient way to debug the kernel function of CUDA?

is there any good way the debug the kernel function when programming on GPU? The way I use is using printf(...) or copy the result back to CPU and then look on them. I find it is too time-consuming ...

1 2 3