Results 42 issues of Andrej Kolčin

### Describe the bug Writing two consecutive ranges causes weird output. It seems to be an undocumented feature, I think? ### How to reproduce - `1..2..100` enumerates 1-100. - `1..3..100`...

status:needs-design
semantics

`cudarc`'s safe driver API has two traits, `DeviceRepr` and `ValidAsZeroBits`, which mark types which can be reliably memcopied to the GPU and those which are valid as zeros. Because of...