Menu

#5 first argument of bit operations included twice

open-accepted
nobody
None
5
2010-05-03
2010-05-03
No

The python code 'a = b | c' is converted to the OpenCL code 'a = ( (b) | (b) | (c) )'. The attached patch will generate 'a = ( (b) | (c) )' (and similarly for &).

Discussion

  • Michael Stephens

     
  • sean

    sean - 2010-05-03

    patched latest version. awaiting testing

     
  • sean

    sean - 2010-05-03
    • status: open --> open-accepted
     

Log in to post a comment.

MongoDB Logo MongoDB