ENH: update package version to 0.15.0#29
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 ( |
… conda-smithy 3.50.0, and conda-forge-pinning 2025.06.10.23.57.01
|
Waiting on NVIDIA/numba-cuda#293 (comment) to determine if we need to add |
| - numba >=0.59.1 | ||
| - cuda-version >=11.2 | ||
| - cuda-bindings # Includes nvrtc, nvvm, libdevice | ||
| - cuda-cudart-dev # Includes cudadevrt |
There was a problem hiding this comment.
@gmarkall I know that we have all of the shared libraries covered based on these but I'm not clear on what headers we'd look for at runtime. Given the current state doesn't enforce any specific dependencies, we aren't making things worse, but it would be nice to capture whatever headers we need as dependencies as well.
There was a problem hiding this comment.
For "normal usage" we don't have extra requirements:
- The headers we need are vendored (cuda_fp16.h / hpp, cuda_bf16.h / hpp).
- We require
cuda/atomicfor when NRT is enabled (it is experimental, and disabled by default). - Others we require / expect only for the test suite are:
cooperative_groups.hcuda_device_runtime_api.hcurand_kernel.h
Hi! This is the friendly automated conda-forge-webservice.
I've started a version update as instructed in #28.
I'm currently searching for new versions and will update this PR shortly if I find one! Thank you for waiting!
Fixes #28