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

[Workflow] Build and test the CUDA backend using GitHub actions #1863

Merged
merged 9 commits into from
Sep 12, 2020

Conversation

yuanming-hu
Copy link
Member

@yuanming-hu yuanming-hu changed the title [Workflow] Test the CUDA backend using GitHub workflow [Workflow] Test the CUDA backend using a self-hosted GitHub server Sep 12, 2020
@codecov
Copy link

codecov bot commented Sep 12, 2020

Codecov Report

Merging #1863 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 792aa01...f03c95f. Read the comment docs.

@yuanming-hu yuanming-hu changed the title [Workflow] Test the CUDA backend using a self-hosted GitHub server [Workflow] Build and Test the CUDA backend using a self-hosted GitHub server Sep 12, 2020
@yuanming-hu yuanming-hu changed the title [Workflow] Build and Test the CUDA backend using a self-hosted GitHub server [Workflow] Build and test the CUDA backend using a self-hosted GitHub server Sep 12, 2020
@yuanming-hu yuanming-hu changed the title [Workflow] Build and test the CUDA backend using a self-hosted GitHub server [Workflow] Build and test the CUDA backend using GitHub actions Sep 12, 2020
@yuanming-hu yuanming-hu merged commit f12043f into taichi-dev:master Sep 12, 2020
@yuanming-hu yuanming-hu deleted the github-action-cuda branch September 12, 2020 22:31
Copy link
Collaborator

@archibate archibate left a 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]
Copy link
Collaborator

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
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants