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 &).
patched latest version. awaiting testing
Log in to post a comment.
patched latest version. awaiting testing