ismember with 'rows' option fails on GPU
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, when I run the command
[Lia, Locb] = ismember(gpuArray(Ent_Pair_Pos), gpuArray(Ent_Pair_Dmel), 'rows')
I get this error
Error using gpuArray/ismember
Failed to initialize GPU BLAS library.
I am using MATLAB Version: 9.0.0.341360 (R2016a) on Ubuntu 14.04. I am attaching data files here. Any idea regarding the error?
Thanks in advance
2 comentarios
Joss Knight
el 14 de Mzo. de 2018
Well, it works for me. It looks like a driver problem. You should try installing the latest NVIDIA drivers.
Respuestas (0)
Ver también
Categorías
Más información sobre GPU Computing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!