google-deepmind / alphatensor

Apache License 2.0
2.69k stars 238 forks source link

How to apply it on GPU #14

Open 1401163082 opened 8 months ago

1401163082 commented 8 months ago
  That's an amazing work!
  We are university students from China.Our group projects are foucused on how to apply these algorithms on GPU to get it more efficient.But after learnt,we found some algorithms could just be used in Z2,and did not like srtassen has universality.We want to know how did you applied it to GPU to have considerable improvements.Thank you.
wshiman commented 1 month ago
  That's an amazing work!
  We are university students from China.Our group projects are foucused on how to apply these algorithms on GPU to get it more efficient.But after learnt,we found some algorithms could just be used in Z2,and did not like srtassen has universality.We want to know how did you applied it to GPU to have considerable improvements.Thank you.

I'm also a student and I need to run this project on GPU as well, have you solved this problem yet?