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

cuda-python v12.2.1 #62

Merged

Conversation

conda-forge-admin
Copy link
Contributor

@conda-forge-admin conda-forge-admin commented Jan 8, 2024

Releases cuda-python version 12.2.1

Fixes #61
Fixes #57

@conda-forge-webservices
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@jakirkham jakirkham changed the title MNT: rerender cuda-python v12.2.1 Jan 8, 2024
@jakirkham jakirkham marked this pull request as draft January 8, 2024 23:29
conda-forge-webservices[bot] and others added 3 commits January 8, 2024 23:30
@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

@jakirkham
Copy link
Member

It looks like upstream adds setuptools-scm. However is still using versioneer. Going to skip adding setuptools-scm for now to avoid clashes between the two

@jakirkham
Copy link
Member

jakirkham commented Jan 8, 2024

Seeing a few compilation errors on CI:

 Compiling cuda/_lib/utils.pyx because it changed.
  [1/1] Cythonizing cuda/_lib/utils.pyx

  Error compiling Cython file:
  ------------------------------------------------------------
  ...
      cdef CUDA_EXT_SEM_SIGNAL_NODE_PARAMS_v2 _extSemSignal
      cdef CUDA_EXT_SEM_WAIT_NODE_PARAMS_v2 _extSemWait
      cdef CUDA_MEM_ALLOC_NODE_PARAMS_v2 _alloc
      cdef CUDA_MEM_FREE_NODE_PARAMS _free
      cdef CUDA_BATCH_MEM_OP_NODE_PARAMS_v2 _memOp
      cdef CUDA_CONDITIONAL_NODE_PARAMS _conditional
           ^
  ------------------------------------------------------------

  cuda/cuda.pxd:2902:9: 'CUDA_CONDITIONAL_NODE_PARAMS' is not a type identifier

  Error compiling Cython file:
  ------------------------------------------------------------
  ...

      # Return values
      cdef int _int
      cdef void* _handle
      cdef unsigned int _d3dkmt_handle
      cdef cuda.CUmemFabricHandle _mem_fabric_handle
           ^
  ------------------------------------------------------------

  cuda/_lib/utils.pxd:97:9: 'CUmemFabricHandle' is not a type identifier

There was an issue with the old tag that was pushed. It was replaced.
Update the checksum accordingly.
@jakirkham jakirkham marked this pull request as ready for review January 9, 2024 00:04
@jakirkham
Copy link
Member

The tag was pointing in the wrong place. It has since been refreshed, which appears to fix both issues

@jakirkham jakirkham added the automerge Merge the PR when CI passes label Jan 9, 2024
Should reduce pressure on `linux_aarch64` builds, which are running out
of memory at present.
@jakirkham jakirkham removed the automerge Merge the PR when CI passes label Jan 9, 2024
@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

@jakirkham jakirkham added automerge Merge the PR when CI passes and removed automerge Merge the PR when CI passes labels Jan 9, 2024
Seeing some resource oversubscription. Particularly in the case of
cross-compiled builds (like `linux_aarch64`). To fix this, limit the
number of cores used for parallel builds.
@jakirkham jakirkham added the automerge Merge the PR when CI passes label Jan 9, 2024
@jakirkham jakirkham removed the automerge Merge the PR when CI passes label Jan 9, 2024
@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

@jakirkham jakirkham added the automerge Merge the PR when CI passes label Jan 9, 2024
@github-actions github-actions bot merged commit ca28b67 into conda-forge:main Jan 9, 2024
22 checks passed
Copy link
Contributor

github-actions bot commented Jan 9, 2024

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • azure: passed

Thus the PR was passing and merged! Have a great day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the PR when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to cuda-python v12.2.1 Readd Python 3.12
3 participants