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
Class methods that contain GPU code will often fail to compile or give incorrect responses. This is why code that contains GPU logic is typically contained in a namespace.
Calling vector routines (prefaced with #pragma acc routine vector) defined in a separate namespace will fail to link.