cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

ninazero
Journeyman III

OpenCL possible regression with the lastest driver

Hello,

I have a kernel which worked perfectly with the previous driver and now (since I have made the last update) there is a bug.

Line 387 exactly:
Ray const    ray = raystack[--top];

The variable "top" is not pre-decremented, so "ray" has a wrong value.
But the variable is still decremented somewhere because the kernel doesn't crash or freeze.

My current settings are:
-windows 10 64bits

-R9 NANO

-Driver Packaging Version 16.15.2211-160321a-300865C

0 Likes
0 Replies