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

cuCIM: Build CUDA 12 packages #572

Merged
merged 47 commits into from
Jul 25, 2023
Merged

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    f020023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7821b1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48ffa07 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    af84898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03acaa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2941d79 View commit details
    Browse the repository at this point in the history
  4. Drop extra blank line

    jakirkham committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f2fda02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0f9dce View commit details
    Browse the repository at this point in the history
  6. Refresh envs

    jakirkham committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    811f370 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    586d323 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4778b4 View commit details
    Browse the repository at this point in the history
  9. Use cuda-version

    jakirkham committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b250b1d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cedc1b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Fix missing GHA branch in workflow

    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    jakirkham and bdice authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4fb96ad View commit details
    Browse the repository at this point in the history
  2. Drop unused Jinja variables

    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    jakirkham and bdice authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7a10826 View commit details
    Browse the repository at this point in the history
  3. Combine archs in dependencies.yaml

    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    jakirkham and bdice authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1559ae5 View commit details
    Browse the repository at this point in the history
  4. Drop redundant cudatoolkits from host

    As `cudatoolkit` already is pulled in by `{{ compiler('cuda11') }}`.
    There is no need to list it explicitly. So go ahead and drop it.
    
    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    jakirkham and bdice authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c90230d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 13, 2023

  1. Require libnvjpeg-static

    As the builds for wheels and conda packages are currently statically
    linking `libnvjpeg`, continue with this for now to ensure the dependency
    is used.
    jakirkham committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    bcd5255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646b369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d96d41b View commit details
    Browse the repository at this point in the history
  4. Add libnvjpeg to host

    This gets pulled in by `libnvjpeg-dev`, but isn't properly version
    constrained. So make sure that it is by requiring it explicitly with the
    intended version.
    jakirkham committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4623692 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    60db8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b22430 View commit details
    Browse the repository at this point in the history
  3. Use norm on images

    jakirkham authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    331a058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eabbd77 View commit details
    Browse the repository at this point in the history
  5. Use vdot with images

    jakirkham authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    154835c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b261404 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c40509 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb56ef7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    d041d9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4790149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dfc007 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e02f7e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Refresh CUDA 12 environment

    Update `scikit-image` requirement from `branch-23.08`.
    jakirkham authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f5ddb74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59406a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7e1aa9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    2ce1425 View commit details
    Browse the repository at this point in the history
  2. Revert to using branch-23.08 GHA workflows

    As `branch-23.08` now contains CUDA 12 support, switch back to using
    that GHA in the cuCIM PR.
    jakirkham committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a7bea93 View commit details
    Browse the repository at this point in the history
  3. Fix typo in x86_64

    jakirkham committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3fdcd90 View commit details
    Browse the repository at this point in the history
  4. Fix nvjpeg_search typos

    jakirkham committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    220de6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3336a0e View commit details
    Browse the repository at this point in the history
  6. Drop unneeded CUDA echo line

    This is unset & unused as best we can tell. So drop this `echo` line.
    jakirkham committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6d79d60 View commit details
    Browse the repository at this point in the history
  7. Use arch instead of uname -m

    Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
    jakirkham and vyasr authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4b601e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    229af54 View commit details
    Browse the repository at this point in the history
  9. Drop unneeded cuda-nvrtc dependency

    cuCIM only uses `cuda-nvrtc` through Python indirectly via CuPy. So this
    usage of `cuda-nvrtc` shouldn't be needed. So drop it.
    jakirkham committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    78dfa55 View commit details
    Browse the repository at this point in the history
  10. Drop libcufile from run as well

    This should already be added via `libcufile-dev` in `host`.
    jakirkham committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e2b8fe4 View commit details
    Browse the repository at this point in the history