cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

shingoxlf
Journeyman III

error in build program when I use log

I can compile and run my code on NVIDIA GPU, however when I move to AMD platform. I got an error.

I located the error to this line of code:

a = log(b);

if I change it to

a =b;

it is fine.

Can anyone tell me why can't I use log in AMD OpenCL? Thanks!

0 Likes
2 Replies
binying
Challenger

Could you post your code and the platform you are using? I can use LOG by the way.

0 Likes

This issue might be related to the driver.

Which version of the drivers is are you using? Which OS system/hardware? Is this issue exist when you use the latest drivers?

0 Likes