ismember with 'rows' option fails on GPU
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Joss Knight
2018 年 3 月 14 日
Well, it works for me. It looks like a driver problem. You should try installing the latest NVIDIA drivers.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で GPU Computing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!