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

Add job to try and build gpu package in CI #775

Merged
merged 30 commits into from
Aug 6, 2020

Commits on Jun 5, 2020

  1. Add job to try and build gpu package in CI

    To avoid packaging issues we should automate the building the
    qiskit-aer-gpu packages like what is done for the non-gpu packages. A
    GPU shouldn't be required because the compilation with nvcc doesn't
    actually run on a GPU. It is just a matter of figuring out how to get
    nvcc installed and configured in the manylinux docker image. This commit
    starts that process.
    mtreinish committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    94c8ea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9126be View commit details
    Browse the repository at this point in the history
  3. Remove sudo usage from job

    mtreinish committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    8072d23 View commit details
    Browse the repository at this point in the history
  4. Add yum-utils to container

    mtreinish committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    93fa92a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b2a49d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7aafe2 View commit details
    Browse the repository at this point in the history
  7. Use CUDA not cuda

    mtreinish committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    c6df7cc View commit details
    Browse the repository at this point in the history
  8. Add AER_CUDA_ARCH env var

    mtreinish committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    32325e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a3091d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45414e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    a2b3b57 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    73b5c5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e3d561 View commit details
    Browse the repository at this point in the history
  3. Add back missing 'jobs' key

    mtreinish committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    303c36f View commit details
    Browse the repository at this point in the history
  4. Fix gha syntax

    mtreinish committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    20c207c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    57d1e35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d108fda View commit details
    Browse the repository at this point in the history
  3. Unskip py37 and py38 builds

    mtreinish committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    90daaaa View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    48b73f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9febe0c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Add missing quotes

    mtreinish committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    3815c70 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    a2835ce View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    5efe168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4722a5 View commit details
    Browse the repository at this point in the history
  3. DNM: test wheel builds

    mtreinish committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    efbf60b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    094808f View commit details
    Browse the repository at this point in the history
  5. Remove invalid version cap

    mtreinish committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6122528 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d89d732 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    ad90243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b3f63 View commit details
    Browse the repository at this point in the history