Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Add a CI to test conda-forge/cupy-feedstock? #576

@leofang

Description

@leofang

I am just throwing out some ideas for discussion. 🙂

As you may know, conda-forge's CIs do not have access to GPUs. So, we've been building packages in the dark and had hit bugs a few times. I am wondering if we could enable a CI in this repo that uses PFN's resources to do testing (as an extra safe).

I imagine we could do this:

  • use one of conda-forge's docker image (such as condaforge/linux-anvil-cuda:10.2)
  • install miniconda and all ingredients for conda-build
  • build the recipe from conda-forge/cupy-feedstock's master
  • test the built package locally by running CuPy's test suite

Likely we don't have to test the full build matrix; PY38 + CUDA 10.2 should provide a representative data point.

One thing I am wondering: If this could be set up, is it possible to invoke the CI here when conda-forge/cupy-feedstock gets new PRs?

Any thoughts?

cc: @jakirkham

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions