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 present the driver builds some extra code, backendConfig.cpp, to add information to the binary about what target is selected. I believe it does this to make the information available in both library and MLIR mode. As MLIR mode becomes the default (#1015 ) and library mode becomes deprecated (particularly with NVQC) this stub generation should be done by the compiler itself rather than via extra auxiliary sources.
At present the driver builds some extra code,
backendConfig.cpp
, to add information to the binary about what target is selected. I believe it does this to make the information available in both library and MLIR mode. As MLIR mode becomes the default (#1015 ) and library mode becomes deprecated (particularly with NVQC) this stub generation should be done by the compiler itself rather than via extra auxiliary sources.See also #1574
The text was updated successfully, but these errors were encountered: