-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
cuda-python v12.2.1 #62
Conversation
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 ( |
…nda-forge-pinning 2024.01.08.19.20.26
@conda-forge-admin , please re-render |
…nda-forge-pinning 2024.01.08.19.20.26
It looks like upstream adds |
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.
The tag was pointing in the wrong place. It has since been refreshed, which appears to fix both issues |
Should reduce pressure on `linux_aarch64` builds, which are running out of memory at present.
@conda-forge-admin , please re-render |
…nda-forge-pinning 2024.01.08.19.20.26
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.
Still seeing oversubscription errors. So use only 1 core to build the package.
This reverts commit 505b257.
@conda-forge-admin , please re-render |
…nda-forge-pinning 2024.01.08.19.20.26
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
Releases
cuda-python
version12.2.1
Fixes #61
Fixes #57