Skip to content

Commit 7cd4668

Browse files
committed
update the status of uintN for torch (incomplete)
1 parent 351ac02 commit 7cd4668

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Improved support for JAX:
2424
- Work arounds for `.device` attribute and `to_device` function
2525
not working correctly within `jax.jit`
2626

27-
- `torch` wrappers contain unsigned integer dtypes of widths >8 bits, `uint16`,
28-
`uint32` and `uint64` if PyTorch version is at least 2.3.
29-
3027
### Minor Changes
3128

3229
- Several improvements to `dask.array` wrappers:
@@ -36,6 +33,10 @@ Improved support for JAX:
3633
- implementations of `sort` and `argsort` are now available. Note that these
3734
implementations are relatively crude, and might be memory intensive.
3835
- `asarray` no longer accidentally materializes the Dask graph
36+
- `torch` wrappers contain unsigned integer dtypes of widths >8 bits, `uint16`,
37+
`uint32` and `uint64` if PyTorch version is at least 2.3. Note that the
38+
unsigned integer support is incomplete in PyTorch itself, see
39+
[gh-253](https://github.com/data-apis/array-api-compat/pull/253).
3940

4041
### Authors
4142

0 commit comments

Comments
 (0)