Easily Reproducible GPU Bug in R2017a
조회 수: 1 (최근 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!