Commit 0ecb172
authored
[NFC] Make
The main problem why it is easier to change the type for AOT compilation
is that `json` module has a limitation on serialization/deserialization
(`dumps/loads`) of `tuple` type, which will be processed as `list`. In
general, I can write a custom serialization/deserialization function,
but this will also need to be done by everyone who works with the Triton
cache directly (this may need to be done in PyTorch), which seems
undesirable.
---------
Signed-off-by: Anatoly Myachev <[email protected]>attrs type for AOT the same as JIT (#5702)1 parent 98b40d5 commit 0ecb172
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments