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
The underlying issue was that I forgot to clean the cache directory
before running the test. So the test ended up running sometimes on a
dirty cache yielding bad fails.
Since the code is only running a single comgr action that only converts
spirv->bc, the contents of the cache should be 2 files:
* the bitcode
* the cache timestamp
0 commit comments