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
[Change]
- Add support for memory strides to the check functions.
- Check that memory strides provided are compatible with
the given tensor shape.
- Check that memory strides are compatible with the kernel.
- Check that the inner most mem stride equals 1
- Check that the output tensor has enough memory allocated and
take into consideration the memory strides provided in
the output tensor.
- All memory strides set to zero is supported, which means
that each kernel calculates its own memory strides
such that all data is contiguous.
Signed-off-by: R. Hilkens <[email protected]>
0 commit comments