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
Need to add logic to AST compiler phase that detects attempts to reference host symbols from global and device functions. Need to consider how strict to make it, though... probably just want to provide warnings, not errors. Using host symbols (e.g. cout) from device code is very convenient for debugging.
The text was updated successfully, but these errors were encountered:
Need to add logic to AST compiler phase that detects attempts to reference host symbols from global and device functions. Need to consider how strict to make it, though... probably just want to provide warnings, not errors. Using host symbols (e.g. cout) from device code is very convenient for debugging.
The text was updated successfully, but these errors were encountered: