You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* compilation is tested on a matrix of Python x PyTorch x CUDA versions (only on ubuntu for the moment) and triggered when c++/cuda files change (or when setup.py changes)
* tests are run on two versions of PyTorch (on cpu only since the servers do not have a gpu) and triggered when any of the library files change (nitorch/**)
* I had to disable one test that failed (grid_grad -> see #29)
* I also had to disable compilation on Python 3.7 which fails weirdly (see #30)
* Compilation on mac and windows is not there yet (needs a lot more work)
The test that checks that analytical and numerical gradients are identical fails for grid_grad. There must be an error in the c++ code.
The text was updated successfully, but these errors were encountered: