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
We seem to be missing jit logging calls (JLOG/JLOGPTR) from a number of the new toml definitions. For example, I am just doing some experimentation with a a std::vector<std::unique_ptr<std::string>> and we only see the jit logging entry for the vector definition - nothing for the unique pointer entries in the vector.
Make sure we have as much coverage for jit logging in codegenv2 (-ftype-graph).
The text was updated successfully, but these errors were encountered:
We seem to be missing jit logging calls (JLOG/JLOGPTR) from a number of the new toml definitions. For example, I am just doing some experimentation with a a
std::vector<std::unique_ptr<std::string>>
and we only see the jit logging entry for the vector definition - nothing for the unique pointer entries in the vector.Make sure we have as much coverage for jit logging in codegenv2 (-ftype-graph).
The text was updated successfully, but these errors were encountered: