ismember with 'rows' option fails on GPU
Show older comments
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 Comments
Joss Knight
on 14 Mar 2018
Well, it works for me. It looks like a driver problem. You should try installing the latest NVIDIA drivers.
Wasim Aftab
on 2 Jul 2018
Edited: Matt J
on 2 Jul 2018
Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!