You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out a related problem for our project is that OpenMP/Serial bails with the same problems - this was caused by PR #675 changing the previous default behavior. @noelchalmers comment in the PR about this breaking things and it needing to be communicated is correct ;-)
Setting kernel/include_occa and serial/include_std to true as before #675 enables compilation of the above code but it segfaults on my machine - fortunately, using these settings in our project solved the remaining problems however.
When using
float4
data types in Occa 1.6.0 I get errors like the following:The above can be reproduced on macOS and Linux with a small modification to the
05_custom_types
Occa code:The above works fine in previous Occa versions.
The text was updated successfully, but these errors were encountered: