Commit ec4741f
committed
Ignore the serialized Mosaic kernel when diffing HLO
The Mosaic module of a Pallas custom call is serialized into the HLO and carries the absolute
path of the installed jax package, so the dump differs between a venv install and a Docker image
install even though the compiled graph is identical. That made hlo_diff_test fail on the Docker
image CI jobs. Normalize the payload away in filter_line, like stack_frame_id already is.1 parent e190ed6 commit ec4741f
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
| |||
0 commit comments