You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Universal` - Numpy like. Each dimension has strides. All dimensions can be exchanged without reallocation. The old ndslice ABI corresponds to to the `Universal` ndslice.
41
41
42
42
### Known bugs
43
-
- With LDC <=1.1.0 `mir.ndslice.topology.map` may not work because LDC has deprecated DMD FE.
44
-
- With LDC ==1.2.0-beta1 compiled with LLVM 4.0 some code from `mir.algorithm` may not work because https://github.com/ldc-developers/ldc/issues/2037.
43
+
- With LDC <=1.1.1 `mir.ndslice.topology.map` may not work because LDC has deprecated DMD FE
45
44
46
45
### Old ndslice
47
46
If you are looking for old `ndslice`, please use [the main repo](https://github.com/libmir/mir) with old tag `v0.22.1`.
0 commit comments