Jutho / TensorOperations.jl

Julia package for tensor contractions and related operations
https://jutho.github.io/TensorOperations.jl/stable/
Other
443 stars 56 forks source link

Update Cuda.jl to v4? #130

Closed PhyX-Meow closed 1 year ago

PhyX-Meow commented 1 year ago

Since v4 is released recently.

Jutho commented 1 year ago

We are working on TensorOperations.jl behind the scene, to make it decouple it from CUDA as a requirement, and to make it easier to maintain different backends. This will definitely be part of that, but it will take some more time.

PhyX-Meow commented 1 year ago

Good news to hear. Thank you!

sents commented 1 year ago

If you need it right now you could use https://github.com/sents/TensorOperations.jl/tree/CUDA4 for the time being.

Jutho commented 1 year ago

@sents , thanks for that. That could be useful for us, in particular @lkdvos who is currently spearheading the new version of TensorOperations.jl .

Also, these developments could be followed here: https://github.com/lkdvos/TensorOperations.jl/tree/v4

roflmaostc commented 1 year ago

Hi! Is there a rough timeline when the CUDA v4 compatibility will be released? At least Tullio.jl depends on this and causes my code to be quite outdated...