Results 198 comments of Chewxy

You need to run the `gencuda` program: ``` $ go install gorgonia.org/gorgonia/cmd/gencuda $ gencuda ```

This is due to the fact that CUDA generates specialized code depending on which graphics card you have, and there are wayyyyyyyy too many types of graphics cards out there...

As noticed by @owulveryck , `gencuda` only works when `GO111MODULE=off` and a `GOPATH` is set. A new issue has been filed on this #380. Let me know if `gencuda` works

I'm trying real hard to replicate #297 but so far everytime I try on a fresh instance, it works and I can't replicate it. @dimuls - got code, and what...

yes we can add a stabilization function / term rewrite rule. Looking into that .

My internet is unstable atm so I cannot actually read the full issue (reading code on the gmail app is very painful). Send a PR, and I should review it...

that I think was the original design. Let me look into this and let us work on this together

Fun fact is... you can do that in the upcoming version :)

Wow. I didn't realize that this could work on Colab. Let me look into it

This seems to be a versioning issue. Will send a fix in a bit