Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hughperkins/a41080ce90bca976ba37d2e97cc868c4 to your computer and use it in GitHub Desktop.
Save hughperkins/a41080ce90bca976ba37d2e97cc868c4 to your computer and use it in GitHub Desktop.
__internal__ build log:
<program source>:209:27: warning: & has lower precedence than ==; == will be evaluated first
v62 = v59 + (v51 == 0 & v50);
~~~~~~~~~^
<program source>:209:27: note: place parentheses around the == expression to silence this warning
v62 = v59 + (v51 == 0 & v50);
^
( )
<program source>:209:27: note: place parentheses around the & expression to evaluate it first
v62 = v59 + (v51 == 0 & v50);
^
( )
<program source>:405:17: warning: | has lower precedence than ==; == will be evaluated first
v213 = v208 | v206 == 0 + v118;
^~~~~~~~~~~~~~~~~~
<program source>:405:17: note: place parentheses around the == expression to silence this warning
v213 = v208 | v206 == 0 + v118;
^
( )
<program source>:405:17: note: place parentheses around the | expression to evaluate it first
v213 = v208 | v206 == 0 + v118;
^
( )
<program source>:440:32: error: invalid suffix '.0f' on floating constant
v245 = _Z3logf(v224 < 1e-07.0f ? 1e-07.0f : v224, scratch);
^
<program source>:440:43: error: invalid suffix '.0f' on floating constant
v245 = _Z3logf(v224 < 1e-07.0f ? 1e-07.0f : v224, scratch);
^
<program source>:476:32: error: invalid suffix '.0f' on floating constant
v277 = _Z3logf(v259 < 1e-07.0f ? 1e-07.0f : v259, scratch);
^
<program source>:476:43: error: invalid suffix '.0f' on floating constant
v277 = _Z3logf(v259 < 1e-07.0f ? 1e-07.0f : v259, scratch);
^
<program source>:569:18: warning: & has lower precedence than ==; == will be evaluated first
v317 = (v311 & v312 == 0) + v205;
^~~~~~~~~~~
<program source>:569:18: note: place parentheses around the == expression to silence this warning
v317 = (v311 & v312 == 0) + v205;
^
( )
<program source>:569:18: note: place parentheses around the & expression to evaluate it first
v317 = (v311 & v312 == 0) + v205;
^
( )
kernel build error:
Something went wrong with clCreateKernel, OpenCL error code -45
__internal__ build log:
<program source>:209:27: warning: & has lower precedence than ==; == will be evaluated first
v62 = v59 + (v51 == 0 & v50);
~~~~~~~~~^
<program source>:209:27: note: place parentheses around the == expression to silence this warning
v62 = v59 + (v51 == 0 & v50);
^
( )
<program source>:209:27: note: place parentheses around the & expression to evaluate it first
v62 = v59 + (v51 == 0 & v50);
^
( )
<program source>:405:17: warning: | has lower precedence than ==; == will be evaluated first
v213 = v208 | v206 == 0 + v118;
^~~~~~~~~~~~~~~~~~
<program source>:405:17: note: place parentheses around the == expression to silence this warning
v213 = v208 | v206 == 0 + v118;
^
( )
<program source>:405:17: note: place parentheses around the | expression to evaluate it first
v213 = v208 | v206 == 0 + v118;
^
( )
<program source>:440:32: error: invalid suffix '.0f' on floating constant
v245 = _Z3logf(v224 < 1e-07.0f ? 1e-07.0f : v224, scratch);
^
<program source>:440:43: error: invalid suffix '.0f' on floating constant
v245 = _Z3logf(v224 < 1e-07.0f ? 1e-07.0f : v224, scratch);
^
<program source>:476:32: error: invalid suffix '.0f' on floating constant
v277 = _Z3logf(v259 < 1e-07.0f ? 1e-07.0f : v259, scratch);
^
<program source>:476:43: error: invalid suffix '.0f' on floating constant
v277 = _Z3logf(v259 < 1e-07.0f ? 1e-07.0f : v259, scratch);
^
<program source>:569:18: warning: & has lower precedence than ==; == will be evaluated first
v317 = (v311 & v312 == 0) + v205;
^~~~~~~~~~~
<program source>:569:18: note: place parentheses around the == expression to silence this warning
v317 = (v311 & v312 == 0) + v205;
^
( )
<program source>:569:18: note: place parentheses around the & expression to evaluate it first
v317 = (v311 & v312 == 0) + v205;
^
( )
storing failed kernel into: easycl-failedkernel.cl
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: Something went wrong with clCreateKernel, OpenCL error code -45
__internal__ build log:
<program source>:209:27: warning: & has lower precedence than ==; == will be evaluated first
v62 = v59 + (v51 == 0 & v50);
~~~~~~~~~^
<program source>:209:27: note: place parentheses around the == expression to silence this warning
v62 = v59 + (v51 == 0 & v50);
^
( )
<program source>:209:27: note: place parentheses around the & expression to evaluate it first
v62 = v59 + (v51 == 0 & v50);
^
( )
<program source>:405:17: warning: | has lower precedence than ==; == will be evaluated first
v213 = v208 | v206 == 0 + v118;
^~~~~~~~~~~~~~~~~~
<program source>:405:17: note: place parentheses around the == expression to silence this warning
v213 = v208 | v206 == 0 + v118;
^
( )
<program source>:405:17: note: place parentheses around the | expression to evaluate it first
v213 = v208 | v206 == 0 + v118;
^
( )
<program source>:440:32: error: invalid suffix '.0f' on floating constant
v245 = _Z3logf(v224 < 1e-07.0f ? 1e-07.0f : v224, scratch);
^
<program source>:440:43: error: invalid suffix '.0f' on floating constant
v245 = _Z3logf(v224 < 1e-07.0f ? 1e-07.0f : v224, scratch);
^
<program source>:476:32: error: invalid suffix '.0f' on floating constant
v277 = _Z3logf(v259 < 1e-07.0f ? 1e-07.0f : v259, scratch);
^
<program source>:476:43: error: invalid suffix '.0f' on floating constant
v277 = _Z3logf(v259 < 1e-07.0f ? 1e-07.0f : v259, scratch);
^
<program source>:569:18: warning: & has lower precedence than ==; == will be evaluated first
v317 = (v311 & v312 == 0) + v205;
^~~~~~~~~~~
<program source>:569:18: note: place parentheses around the == expression to silence this warning
v317 = (v311 & v312 == 0) + v205;
^
( )
<program source>:569:18: note: place parentheses around the & expression to evaluate it first
v317 = (v311 & v312 == 0) + v205;
^
( )
storing failed kernel into: easycl-failedkernel.cl
Abort trap: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment