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
At this moment, we don't support having function calls such as print in the accelerator function. At the translation phase, we skip these functions, but the problem happens if for instance there is a load instruction in which the output is used by the print function and since we have skip the print function we end up with a load instruction with no consumer.
The text was updated successfully, but these errors were encountered:
At this moment, we don't support having function calls such as print in the accelerator function. At the translation phase, we skip these functions, but the problem happens if for instance there is a load instruction in which the output is used by the print function and since we have skip the print function we end up with a load instruction with no consumer.
The text was updated successfully, but these errors were encountered: