Skip to content

cuda-python 11.8.5/12.6.2 package content issues #226

Closed
@leofang

Description

@leofang

Summarizing an offline issue raised by @vyasr since it is quite complicated. When building from the current main branch (commit 72acaaf), locally I observed:

  • building sdist -> cuda/ccudart.pxd & co are there
  • building wheel (directly or through sdist) -> .pxd/.pyx are not there

Unfortunately this has impacted the released wheels too:

  1. Top-level .pxd/.pyx files missing (ex: cuda/ccudart.pxd & co)
  2. A extra bindings module is installed to site-packages
    • ex: cuda_python-12.6.2-cp312-cp312-win_amd64.whl

(I only did a quick random checks, not systematic.)

I believe another hot fix is unfortunately needed in order for us to also fix wheels (if only conda packages were impacted, we could've just included the patch and rebuilt with a higher build number).

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0High priority - Must do!bugSomething isn't workingcuda.bindingsEverything related to the cuda.bindings modulepackagingAnything related to wheels or Conda packages

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions