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
Revert "Include constexprs in cache keys, fixes #7322 (#7332)" (#7344)
This reverts #7332 as it essentially made the disk cache useless. Any
function that calls another function lists it as a global value, and
when printed that function includes the pointer to the python object
which is not stable across different runs. Thus the cache always misses.
0 commit comments