yhtang / GraphDot

GPU-accelerated Marginalized Graph Kernel with customizable node and edge features; Gaussian process regression.
https://graphdot.readthedocs.io
Other
19 stars 2 forks source link

Can I use this without GPU? #2

Closed SiriusWy closed 3 years ago

SiriusWy commented 4 years ago

Can I use GraphDot without GPU?

yhtang commented 4 years ago

Hi @SiriusWy. We are working on a vectorized CPU backend at the moment, but it is not ready yet. Nevertheless, the CPU backend is going to be significantly slower than the GPU backend as is currently implemented. Could you please let me know a little more about your target application scenario so that we can figure out a way to help?