File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ Improved support for JAX:
24
24
- Work arounds for ` .device ` attribute and ` to_device ` function
25
25
not working correctly within ` jax.jit `
26
26
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
-
30
27
### Minor Changes
31
28
32
29
- Several improvements to ` dask.array ` wrappers:
@@ -36,6 +33,10 @@ Improved support for JAX:
36
33
- implementations of ` sort ` and ` argsort ` are now available. Note that these
37
34
implementations are relatively crude, and might be memory intensive.
38
35
- ` 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 ) .
39
40
40
41
### Authors
41
42
You can’t perform that action at this time.
0 commit comments