Closed betatim closed 1 month ago
@betatim should I make a release with these changes or are there more incoming?
I don't know, maybe lets wait a bit. I've been finding these via running the scikit-learn tests, so far they don't run to completion. But it needs a bit of digging to figure out what the bug is each time
When promoting a scalar in the context of an existing array, e.g.
x ** 2
we should use the device ofx
for the array we create.