Post
Topic
Board Beginners & Help
Re: Getting m0mchill-poclbm to compile - mixed vector/scalar operation?
by
vulgata
on 23/08/2011, 22:11:03 UTC
The error that I get is:
Build on :

/tmp/OCLWr29ew.cl(45): error: mixed vector-scalar operation not allowed unless
          up-convertable(scalar-type=>vector-element-type)
     nonce = base + get_global_id(0) + (uint2)(0, 0x80000000U);
                                       ^

1 error detected in the compilation of "/tmp/OCLWr29ew.cl".


Any idea how I can fix this?



Hey, I'm getting the same error.  Did you figure it out?