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

Define CUDA CI actions #458

Merged
merged 1 commit into from
May 19, 2021
Merged

Conversation

Infinoid
Copy link
Contributor

@Infinoid Infinoid commented May 13, 2021

This PR adds github workflows to run the CUDA tests on a self-hosted runner.

Two workflows:

  1. manually triggered
  2. triggered by pushes to master

Once a self-hosted runner is set up, merging this will allow you to run tests on it.

Closes: #457

@Infinoid
Copy link
Contributor Author

Also, remove the previous "build taco for gpu, but does not run tests" job.

One for manual triggering, one for pushes to master.
@Infinoid
Copy link
Contributor Author

This PR adds a workflow for running CUDA tests manually. See screenshots in #457 for what that looks like. It replaces the old "build cuda but don't test it" job, which is now removed.

Once the current set of failures are fixed, we can add a second, similar workflow for automatic testing of pushes.

@Infinoid Infinoid marked this pull request as ready for review May 17, 2021 19:17
@stephenchouca stephenchouca merged commit 4221041 into tensor-compiler:master May 19, 2021
@Infinoid Infinoid deleted the citests branch May 21, 2021 18:37
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.

CI testing of CUDA
2 participants