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
Likely due to it since in OpenCL C long is 64b always while in C we can (and do) define it to 32b for 32b TTAs. There's experimental 64b support in TCE which you could try out, but prepare for issues.
Compiling the following OpenCL kernel code for a TTA target fails with an assertion:
This seems to be related to the usage of
long
.The text was updated successfully, but these errors were encountered: