2
votes
1answer
311 views

Running OpenCL apps with bumblebee

I have installed CUDA Toolkit 5.0 and nvidia-experimental-310 drivers. CUDA examples works fine with optirun but every OpenCL app fails to run with error calling clGetPlatformIDs function. I've tried ...
9
votes
4answers
25k views

How can I get nVidia CUDA or OpenCL working on a laptop with nVidia discrete card/Intel Integrated Graphics?

Background: I'm a 3D artist (as a hobby) and have recently started using Ubuntu 12.04 LTS as a dual-boot with Windows 7. It's running on my a fairly new 64-bit Toshiba laptop with an nVidia GeForce GT ...
1
vote
1answer
823 views

OpenCL broken on 11.10, CUDA works

I have two GPUs, one is AMD (fglrx-updates) and one nVidia (nvidia-current), drivers from x-swat PPA. The AMD card is used byt xorg (without problems). Both devices show up in lspci|grep VGA: 01:00.0 ...
1
vote
1answer
353 views

Can I limit how much graphics memory Ubuntu uses? (Cuda/OpenCL related)

I have a test suite that uses openCL and I notice that I pass more if I close down everything and just run the tests. I fail more if I have lots of programs open on my desktop. Is it possible to cap ...