GPU computation error: please help

2 Ansichten (letzte 30 Tage)
Mikhail
Mikhail am 30 Okt. 2014
Beantwortet: Mikhail am 30 Okt. 2014
HI all, I want to use GPU in my research. I downloaded simple example from mathworks (code is attached). Basically, code is:
A = magic(5000);
AonGPU = gpuArray(A);
f = ones(1,20)/20;
BonGPU = filter(f, 1, AonGPU);
On the last line there is an error:
Error using parallel.gpu.GPUArray/filter An unexpected error occurred trying to launch a kernel. The CUDA error was: CUDA_ERROR_INVALID_VALUE.
Error in ex_gpu (line 14) BonGPU = filter(f, 1, AonGPU);
Can someone help please? My GPU is NVIDIA GeForce GTX 650 Ti (According to device manager), Windows 7 64 bit. I've installed the latest driver, as listed here http://www.mathworks.com/products/availability/index.html#DM
Thanks!
  1 Kommentar
Mikhail
Mikhail am 30 Okt. 2014
Also command A = rand(M,K,'gpuArray'); doesn't work:
Error using rand Output class must be 'single' or 'double'.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Mikhail
Mikhail am 30 Okt. 2014
GOt it, just another commands in 2012 version.

Weitere Antworten (0)

Kategorien

Mehr zu GPU Computing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by