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

First base of 'CUkernelNodeAttrValue_v1' is not an extension type #30

Closed
bertmaher opened this issue Oct 13, 2022 · 2 comments
Closed

Comments

@bertmaher
Copy link

I'm trying to compile cuda-python in a fairly minimal conda environment (nothing installed but the requirements), with cuda-11.6 installed, and seeing several instances of the following sort of error:

      Error compiling Cython file:
      ------------------------------------------------------------
      ...
              Get memory address of class instance

          """
          pass

      cdef class CUkernelNodeAttrValue_v1(CUlaunchAttributeValue_union):
                                         ^
      ------------------------------------------------------------

      cuda/cuda.pxd:2637:36: First base of 'CUkernelNodeAttrValue_v1' is not an extension type

I do have other cuda versions installed alongside 11.6 but judging from the output of Parsing headers in "/usr/local/cuda-11.6/include" it seems like it's probably finding the right version? Any advice on how to get past this, or debug it? Thanks!

@vzhurba01
Copy link
Collaborator

https://nvidia.github.io/cuda-python/release/11.8.0-notes.html#source-builds
and
Issue #22

In 11.7.1, a new requirement to source builds was added where the latest CTK must be used. The above links talk about it in further detail.
I see that only the release notes mention this (but neither README.md nor install page) since that release, I'll keep this issue open until they're both updated.

@vzhurba01
Copy link
Collaborator

Release v11.8.1 updates both README.md and install page.

Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants