Tagged Questions
OpenCL (Open Computing Language) is a framework for writing programs that execute across heterogeneous platforms consisting of CPUs, GPUs, and other processors.
57
votes
12answers
28k views
OpenCL books/tutorials? [closed]
Is there any openCL books out there? or in the pipeline?
Any online openCL tutorial?
I already looked at the usual pages like khronos/nvidia dev/opengl.org/ati dev/siggraph slides. Any other ...
25
votes
3answers
3k views
24
votes
4answers
6k views
Best approach for GPGPU/CUDA/OpenCL in Java?
General-purpose computing on graphics processing units (GPGPU) is a very attractive concept to harness the power of the GPU for any kind of computing.
I'd love to use GPGPU for image processing, ...
19
votes
5answers
5k views
NVIDIA vs AMD: GPGPU performance
I'd like to hear from people with experience of coding for both. Myself, I only have experience with NVIDIA.
NVIDIA CUDA seems to be a lot more popular than the competition. (Just counting question ...
16
votes
6answers
3k views
Can I program Nvidia's CUDA using only Python or do I have to learn C?
I guess the question speaks for itself. I'm interested in doing some serious computations but am not a programmer by trade. I can string enough python together to get done what I want. But can I ...
15
votes
4answers
14k 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?
14
votes
1answer
323 views
The variation of cache misses in GPU
I have been toying an OpenCL kernel that access 7 global memory buffers, do something on the values and store the result back to a 8th global memory buffer. As I observed, as the input size increases, ...
12
votes
2answers
3k views
Using Delphi to take advantage of GPGPU technology?
GPGPU is the principle of using the parallel processors on video cards for massive increases in performance.
Does anyone have any ideas about using GPGPU in Delphi, using either OpenCL or CUDA? CUDA ...
12
votes
16answers
2k views
What future does the GPU have in computing?
Your CPU may be a quad-core, but did you know that some graphics cards today have over 200 cores? We've already seen what GPU's in today's graphics cards can do when it comes to graphics. Now they ...
11
votes
2answers
6k views
How do I use local memory in OpenCL?
I've been playing with OpenCL recently, and I'm able to write simple kernels that use only global memory. Now I'd like to start using local memory, but I can't seem to figure out how to use ...
11
votes
2answers
956 views
Are there any good 3rd party libraries build on top of openCL yet?
I'm thinking in particular of processing primitives, things like FFT, convolution, correlation, matrix mathematics, any kind of machine vision primitives. I haven't been
able to find anything along ...
10
votes
1answer
252 views
Can't link OpenCL on Windows with GHC
I'm trying to get the OpenCLRaw bindings to a point where I can use them on windows. I've forked the the OpenCLRaw repo on github so I can make modifications as needed. My branch is here:
...
10
votes
2answers
864 views
How do JavaCL and JogAmp JOCL compare?
JavaCL uses JNA, JOCL uses JNI instead, so I expect JavaCL to show better cross-platform compatibility, while JOCL should generally turn out to have better performance. JOCL gets tested alongside ...
10
votes
2answers
465 views
Exclusive compute mode with OpenCL+NVidia
I have a question to exclusive compute mode with NVidia+OpenCL.
I can set up exclusive compute mode (page 74 from cuda programming guide 3.0) with nvidia-smi on a nvidia-gpu . that means, only one ...
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 ...
9
votes
4answers
5k views
Are either the IPad or IPhone capable of OpenCL?
With the push towards multimedia enabled mobile devices this seems like a logical way to boost performance on these platforms, while keeping general purpose software power efficient. I've been ...
9
votes
3answers
2k views
OpenCL or CUDA Which way to go?
I'm investigating ways of using GPU in order to process streaming data. I had two choices but couldn't decide which way to go?
My criterias are as follows:
Ease of use (good API)
Community and ...
9
votes
7answers
915 views
Getting starting with Parallel programming
So it looks like multicore and all its associated complications are here to stay. I am planning a software project that will definitely benefit from parallelism. The problem is that I have very little ...
9
votes
4answers
3k views
GPU vs CPU performance for common algorithms
I'm interested to know if any common algorithms (sorting, searching, graphs, etc.) have been ported to OpenCL (or any GPU language), and how the performance compares to the same algorithm executed by ...
8
votes
1answer
597 views
How to use graphics memory as RAM? [closed]
Since graphics cards provide large amounts of RAM (0.5GiB to 2GiB) and API access to the GPU is not that difficult with CUDA, Stream and more portable OpenCL I wondered if it is possible to use ...
8
votes
4answers
352 views
“Unrolling” a recursive function?
I'm writing a path tracer in C++ and I'd like to try and implement the most resource-intensive code into CUDA or OpenCL (I'm not sure which one to pick).
I've heard that my graphics card's version of ...
8
votes
2answers
3k views
What is a bank conflict? (Doing Cuda/OpenCL programming)
I have been reading the programming guide for CUDA and OpenCL, and I cannot figure out what a bank conflict is. They just sort of dive into how to solve the problem without elaborating on the subject ...
8
votes
3answers
1k views
What is the point of GLSL when there is OpenCL?
Consider this the complete form of the question in the title: Since OpenCL may be the common standard for serious GPU programming in the future (among other devices programming), why not when ...
8
votes
2answers
391 views
Is OpenCL good for agent based simulation?
I'm learning Scala with the aim of writing agent based simulations using actor concurrency. I currently know very little about OpenCL, and before I dive in can anyone tell me if it is likely to be ...
8
votes
5answers
2k views
My OpenCL kernel is slower on faster hardware.. But why?
As I was finishing coding my project for a multicore programming class I came up upon something really weird I wanted to discuss with you.
We were asked to create any program that would show ...
8
votes
6answers
3k views
Debugger for OpenCL
I am working on OpenCL. Does anyone know of a good debugger for OpenCL so that I can step into the OpenCL code and trace?
Thanks,
Rakesh.
8
votes
2answers
1k views
Any open source library for sparse linear algebra in OpenCL?
I am looking for some sparse linear algebra OpenCL kernels such as blas vector/vector operations and matrix / vector operations but with sparse data structures. Ideally that library would feature most ...
7
votes
4answers
2k views
OpenCL vs. DirectCompute?
I'm looking for comparisons between OpenCL and DirectCompute, but I haven't found anything. OpenCL's advantages of being cross-platform and having a wider range of supported GPUs don't matter to me. ...
7
votes
4answers
4k views
OpenCL: does it play well with OpenMP, can I connect other languages to it, etc
The 1.0 spec for OpenCL just came out a few days ago (Spec is here) and I've just started to read through it. I want to know if it plays well with other high performance multiprocessing APIs like ...
6
votes
2answers
245 views
How to match OpenCL devices with a specific GPU given PCI vendor, device and bus IDs in a multi-GPU system?
I would like to be able to match OpenCL devices with GPUs in the system on multi-GPU systems identified by PCI IDs.
For example, if I have a system with multiple GPUs, possibly from different ...
6
votes
3answers
233 views
Load-balancing in parallel processing application
I'm building a network-distributed parallel processing application that uses a combination of CPU and GPU resources across many machines.
The app has to perform some very computationally expensive ...
6
votes
3answers
178 views
macro for simulating access two dimensional array in C
OpenCL only offers access to single dimensional arrays using the C99 specs. My problem however is in two dimensions and I am using two dimensional arrays on the host side
Rather than making my code ...
6
votes
4answers
277 views
Sparse Cholesky factorization algorithm for GPU
Can anyone provide me with a parallel algorithm for calculating the sparse Cholesky factorization? It must be suitable for execution on a GPU. Any answers in CUDA, OpenCL, or even pseudo-code would ...
6
votes
4answers
218 views
Speeding up transform calculations
I am programming an OpenGL3 2D Engine.
Currently, I am trying to solve a bottleneck. Please hence the following output of the AMD Profiler:
http://h7.abload.de/img/profilerausa.png
The data was made ...
6
votes
1answer
207 views
Synchronizations in GPUs
I have some question about how GPUs perform synchronizations.
As I know, when a warp encounters a barrier (assuming it is in OpenCL), and it knows that the other warps of the same group haven't been ...
6
votes
7answers
808 views
[OpenCL]nearest neighbour using euclidean distance
I'm using OpenCL to find the nearest neighbour between two set of 3D points.
Nearest Neighbour: For each point(x,y,z) in the DataSet I have to find the nearest one in the model. Squared distance = ...
6
votes
1answer
420 views
State-of-the-art GPU volume rendering
what is the current technique for implementing a GPU based volume renderer in the medical context, i.e. reasonable amounts of image data (512x512x1500 or more at 16bit) and interactive/real-time ...
6
votes
2answers
355 views
Untrusted GPGPU code (OpenCL etc) - is it safe? What risks?
There are many approaches when it goes about running untrusted code on typical CPU : sandboxes, fake-roots, virtualization...
What about untrusted code for GPGPU (OpenCL,cuda or already compiled one) ...
6
votes
1answer
532 views
Embed V8 in OpenCL application?
I am using OpenCL to write GPGPU kernels which target the NVidia CUDA runtime. I was recently reading up on V8 and found the page describing V8 embedding techniques:
...
6
votes
1answer
3k views
Questions about global and local work size
searching the nvidia forums I found these questions, which are also of interest to me, but nobody had answered them in the last four days or so. Can you help?
Original forum post:
Digging into OpenCl ...
6
votes
4answers
2k views
std::vector and c-style arrays
I am experimenting with OpenCL to increase the speed of our software. We work with maps a lot and, to simplify, represent a map as a std::vector< std::vector >. The OpenCL API takes raw c-style ...
5
votes
1answer
97 views
What is the point of the built-in functions isequal, isnotequal, isgreater, etc.?
In OpenCL, what is the point of the built-in functions isequal, isnotequal, isgreater, etc.? Why not ==, !=, >, etc.? Are the semantics different? Do the operators have limitations that the functions ...
5
votes
4answers
363 views
Dividing 1 by a huge integer [closed]
I have to divide 1 by a number X of more than 4000 digits that I have stored in a string and obviously this is going to return a floating point number. I'm looking for algorithms to perform this ...
5
votes
1answer
302 views
Render Mona Lisa to PBO
After reading this article I wanted to try to do the same, but to speed things up the rendering part I've wanted to be performed on the GPU, needless to say why the triangles or any other geometric ...
5
votes
1answer
346 views
What is the context switching mechanism in GPU?
As I know, GPUs switch between warps to hide the memory latency. But I wonder in which condition, a warp will be switched out? For example, if a warp perform a load, and the data is there in the cache ...
5
votes
4answers
293 views
Preprocessor tomfoolery (stringifying a #include)
Note: This question has nothing to do with OpenCL per se... check the last paragraph for a succinct statement of my question. But to provide some background:
I'm writing some C++ code that makes use ...
5
votes
2answers
898 views
CUDA wrapper for Qt
Qt have released a nice wrapper for Opencl ( QtOpencl ) which does a very good job of hiding a lot of boiler plate and making OpenCL play nicely with Qt's display widget and Opengl.
But there are a ...
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
449 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. ...
5
votes
5answers
497 views
What's the most trivial function that would benfit from being computed on a GPU?
I'm just starting out learning OpenCL. I'm trying to get a feel for what performance gains to expect when moving functions/algorithms to the GPU.
The most basic kernel given in most tutorials is a ...