Easily Reproducible GPU Bug in R2017a
3 ビュー (過去 30 日間)
古いコメントを表示
There is a GPU bug in R2017a, which can be reproduced by the following simple code:
p=gpuArray(single(randn(1,4,10,2359296)));
max(p,[],3);
it will cause the following error: Error using gpuArray/gather An unexpected error occurred during CUDA execution. The CUDA error was: CUDA_ERROR_ILLEGAL_ADDRESS
Any idea why?
0 件のコメント
採用された回答
Edric Ellis
2017 年 11 月 22 日
This does indeed appear to be a bug. Thanks for reporting this, I have passed this report on to the appropriate development team.
0 件のコメント
その他の回答 (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!