kompute
kompute copied to clipboard
Fix incorrect creation of python arrays in Tensor.data
Previously the Python array would just be filled with the first element of the data repeated to fill the array.
Fixes a number of the Python tests.