Commit 89dd454
authored
[IR] Fix an error when checking for float8_e4m3fnuz type in ir.Tensor (#2078)
The float8_e4m3fnuz type was mistaken with float8_e4m3b11fnuz, which is
a different type: https://github.com/jax-ml/ml_dtypes#float8_e4m3b11fnuz1 parent 1a8dbd7 commit 89dd454
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments