I am not too sure when I should expect the transparent API to be able to use the GPU and when not.
Will Mat::dot()
use the GPU if it is available?
Is there a way I can test whether Mat::dot()
is using the GPU?
1 | initial version |
I am not too sure when I should expect the transparent API to be able to use the GPU and when not.
Will Mat::dot()
use the GPU if it is available?
Is there a way I can test whether Mat::dot()
is using the GPU?