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
Some headers are a hard dependency for which we know the compilation will fail like:
cuda.h
cudaProfiler.h
nvrtc.h
etc.
While others are option like:
cudaEGL.h
etc.
Currently the build gives a warning when certain headers are missing. If the mandatory header is missing then we fail at compile time. This can be improved by failing earlier when we first detect the mandatory header is missing. This will also allow for a cleaner error messaging.