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

cudaDriverEntryPointQueryResult not defined #1093

Closed
aviczhl2 opened this issue Aug 10, 2024 · 3 comments · Fixed by #1103
Closed

cudaDriverEntryPointQueryResult not defined #1093

aviczhl2 opened this issue Aug 10, 2024 · 3 comments · Fixed by #1103
Labels
bug Something isn't working

Comments

@aviczhl2
Copy link

aviczhl2 commented Aug 10, 2024

During installation (from main branch with pip install .), it reports error: ‘cudaDriverEntryPointQueryResult’ was not declared in this scope

on line 98 of transformer_engine/common/util/cuda_driver.cpp
98 | cudaDriverEntryPointQueryResult driver_result;

I try to search for dependency and It seems that this is not defined anywhere in this project. Where is it defined and how to solve the problem? Thanks.

I'm using python 3.12.4, cuda-11.8 and pytorch=2.4.0

@timmoon10 timmoon10 added the bug Something isn't working label Aug 13, 2024
@timmoon10
Copy link
Collaborator

Can you try upgrading to CUDA 12.0 or newer? See #1086 (comment).

@ptrendx
Copy link
Member

ptrendx commented Aug 13, 2024

@timmoon10 Could you update our installation instructions? We are still listing 11.8 as the prerequisite here: https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/installation.html

@ptrendx ptrendx linked a pull request Aug 13, 2024 that will close this issue
13 tasks
@aviczhl2
Copy link
Author

Yeah the problem was solved when I use CUDA-12.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants