Jeremy Maitin-Shepard
Results
542
comments of
Jeremy Maitin-Shepard
The issue is that when copying from one tensorstore to another, currently tensorstore does this by iterating over read chunks of the source array, and then writing each read chunk...
Yes, for normal writes from an array inner chunks are coalesced automatically but there is an outstanding bug (#202) for writes from another TensorStore. However, I just implemented a fix...