Commit ee6749d
authored
Update PJRT plugin API version to 0.57 (#19241)
It closes #19223.
`integrations/pjrt/third_party/pjrt_c_api/xla/pjrt/c/pjrt_c_api.h` is
updated to the latest (with API version from 0.38 to 0.57), fetching
from
https://github.com/openxla/xla/blob/a454e14ab0b10e35fb8ad73bd6db7d93782114f6/xla/pjrt/c/pjrt_c_api.h.
A blank implementation of `PJRT_Plugin_Attributes` is now provided since
an unimplemented `PJRT_Plugin_Attributes` will lead to initialization
failure of PJRT plugin (and thus crashes) in recent versions of PJRT
clients.
Also the JAX version in the CI workflow is updated from 0.4.20 to 0.4.35
and subsequently more tests can be enabled.
ci-exactly: build_packages, test_pjrt
---------
Signed-off-by: PragmaTwice <[email protected]>1 parent dfcb594 commit ee6749d
File tree
6 files changed
+295
-152
lines changed- .github/workflows
- build_tools/testing
- integrations/pjrt
- src/iree_pjrt/common
- third_party/pjrt_c_api
- xla/pjrt/c
6 files changed
+295
-152
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 63 | + | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 47 | | |
| 48 | + | |
| 49 | + | |
58 | 50 | | |
59 | 51 | | |
60 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2164 | 2164 | | |
2165 | 2165 | | |
2166 | 2166 | | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
2167 | 2176 | | |
2168 | 2177 | | |
2169 | 2178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
0 commit comments