What is wrong with my arrayFun function ?

조회 수: 3 (최근 30일)
Steven Wu
Steven Wu 2014년 10월 14일
답변: Edric Ellis 2014년 10월 14일
Dear all, I have an arrayFun function. This function totally runs well when I use array ( CPU Array ) . The problem appears when I was trying to assign gpuArray ( similar array to the one in CPU, but I assign it to GPU ) into this arrayFun function. There is message appears in my command window "Package functions and MCOS class methods are unsupported" Does anyone have any idea what's wrong with my code ?
Thanks a lot !
P.s. When I tried another arrayFun function using gpuArray input, it is totally OK
  댓글 수: 2
Guillaume
Guillaume 2014년 10월 14일
It would be really helpful if you showed the actual code that is causing an error, rather than trying to guess it.
Adam
Adam 2014년 10월 14일
Not all functions are overloaded for GPU arrays. Is the function you are using actually applicable to a gpuArray even without the arrayfun?

댓글을 달려면 로그인하십시오.

답변 (1개)

Edric Ellis
Edric Ellis 2014년 10월 14일
The error message is trying to indicate to you that the body of your arrayfun function cannot contain either method calls on MATLAB objects, nor can it contain calls to package functions (i.e. function names containing a . character).

카테고리

Help CenterFile Exchange에서 GPU Computing in MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by