|
Hello, It has the effect of coverting to float64 which is not supported by mps (gpu for mac silicon) , which raises this error Is this conversion to float64 intended ? |
Answered by
rflamary
Nov 10, 2023
Replies: 1 comment 2 replies
|
I donnt think it is necessary and i don't remember why we have this. This is a recent change @kachayev you did this change in the backend, do you knwo why? We should try to keep the precision and not change it there. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We rmoved this conversion in this PR that is now merged.
#572