Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous integration #31

Merged
merged 49 commits into from
Dec 10, 2020
Merged

Continuous integration #31

merged 49 commits into from
Dec 10, 2020

Conversation

balbasty
Copy link
Owner

@balbasty balbasty commented Dec 10, 2020

This is a first working version of the continuous integration workflow:

  • 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)

@balbasty balbasty added the build / ci Build system or continuous integration label Dec 10, 2020
@balbasty balbasty merged commit 7d66ff6 into master Dec 10, 2020
@balbasty balbasty deleted the buildsystem branch December 10, 2020 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build / ci Build system or continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant