Commit 0f87fd5
fix(tensilelite): Accept .dat.zlib in --use-cache existence check [AIHPBLAS-3508]
PR #8294 changed writeMsgPack() to produce .dat.zlib files but missed
updating the Python existence check in BenchmarkProblems.py. The C++
client already probes for .zlib automatically (fileToMsgObject tries
filename + ".zlib" first), so the fix widens only the Python check to
accept both .dat and .dat.zlib on disk.
Without this fix, all --use-cache benchmark tests FATAL with
"cache.yaml refers to a library file that no longer exists" when
LibraryFormat=msgpack.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent edcb934 commit 0f87fd5
2 files changed
Lines changed: 20 additions & 1 deletion
File tree
- projects/hipblaslt/tensilelite/Tensile
- Tests/unit
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
762 | 764 | | |
763 | 765 | | |
764 | 766 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
86 | 103 | | |
87 | 104 | | |
88 | 105 | | |
| |||
0 commit comments