-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Workflow] Build and test the CUDA backend using GitHub actions #1863
[Workflow] Build and test the CUDA backend using GitHub actions #1863
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1863 +/- ##
=======================================
Coverage 44.21% 44.21%
=======================================
Files 44 44
Lines 6111 6111
Branches 1092 1092
=======================================
Hits 2702 2702
Misses 3240 3240
Partials 169 169 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a useful feature, but why merge without requesting others review?
build_and_test_cuda: | ||
name: Build and Test (CUDA) | ||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip ci') && github.event.sender.login != 'taichi-gardener' }} | ||
runs-on: [zhen] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, this is our purchased server? Shall we test OpenGL or Metal there too?
export TAICHI_REPO_DIR=`pwd` | ||
export PATH=/home/github/taichi-llvm/bin/:$PATH | ||
export CXX=clang++-8 | ||
export PYTHON=/usr/bin/python3.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not make use of actions/setup-python?
Related issue = #1674
[Click here for the format server]