Error in executing paralleldemo_gpu_benchmark : An unexpected error occurred during CUDA execution. The CUDA error was: unspecified launch failure
Show older comments
Hi, I'm Using a GeForce GTX 1050 GPU. when I run paralleldemo_gpu_benchmark in MATLAB R2017b,everything is OK till the "Achieved peak read+write speed on the host" part but when it reaches the CUDA part, I get the following error :
An unexpected error occurred during CUDA execution. The CUDA error was:
unspecified launch failure
Error in parallel.internal.gpu.timeit
Error in gputimeit (line 66)
t = parallel.internal.gpu.timeit(f, num_outputs);
Error in paralleldemo_gpu_benchmark (line 169)
mmTimesGPU(ii) = gputimeit(@() A*B);
Whats wrong? Thanks in advance.
Accepted Answer
More Answers (0)
Categories
Find more on GPU Computing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!