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
Currently unable to build with PGI because of API functions named restrict which is a reserved C keyword. Renaming the API functions to something else not conflicting with a reserved keyword allows the build to be successful with PGI.