top | item 43585146

(no title)

thegabriele | 11 months ago

Could pandas benefit from this integration?

discuss

order

binarymax|11 months ago

Pandas uses numpy which uses C. So if numpy used CUDA then it would benefit.

system2|11 months ago

What do you have in mind that Pandas will benefit from cuda cores?

thegabriele|11 months ago

I'm absolutely not a pro coder, i just crunch numbers and i would love to see some improvements speed-wise in dataframe operations.

ashvardanian|11 months ago

Check out CuDF. I've mentioned them in another comment on this thread.

thegabriele|11 months ago

It seems already a mature and seamless solution. Thank you