MTL.append_copy!
silently ignores Metal documentation restriction
#349
Labels
libraries
Things about libraries and how we use them.
It is stated here that the buffer offsets and buffer size need to be multiples of 4 in MacOS.
MTL.append_copy!
which callscopyFromBuffer
does not impose such a limitation, but it also seems to work for offsets and sizes that are not multiples of 4. I suspect this limitation onlyexists for non-apple-silicon GPUs, which we don't support, but I don't know how to verify that.How should we handle this?
The text was updated successfully, but these errors were encountered: