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

nvcc fatal : Unsupported gpu architecture 'compute_NATIVE' #12500

Closed
newjavaer opened this issue Jan 9, 2023 · 5 comments
Closed

nvcc fatal : Unsupported gpu architecture 'compute_NATIVE' #12500

newjavaer opened this issue Jan 9, 2023 · 5 comments
Labels
question Further information is requested

Comments

@newjavaer
Copy link

When I run ./build.sh with branch 22.12 ,the erro print log is nvcc fatal : Unsupported gpu architecture 'compute_NATIVE'
How can I deal the erro ,thank you.

@newjavaer newjavaer added Needs Triage Need team to review and classify question Further information is requested labels Jan 9, 2023
@github-actions github-actions bot added this to Needs prioritizing in Other Issues Jan 9, 2023
@bdice
Copy link
Contributor

bdice commented Jan 9, 2023

@newjavaer What version of CMake are you using? Try updating to 3.24.0 or 3.25.1 (there is a bug in 3.25.0). See info about the native CUDA architecture option here: https://cmake.org/cmake/help/latest/prop_tgt/CUDA_ARCHITECTURES.html

If you can also discuss why you chose to build from source instead of using a conda package or RAPIDS Docker container, that would be helpful to know!

@newjavaer
Copy link
Author

Thank you for your reply.I confirm my CMake version is 25.1 again.But there still have this bug .I'm trying to figure out how nvcomp is used in the cudf library.It's important for me .It would be even better if you help me figure out which interfaces or functions of NVCOMP are used in CUDF。Thanks

@bdice
Copy link
Contributor

bdice commented Jan 23, 2023

If you could provide more information about your system, the commit of cudf you're trying to build, any options you're passing to the build script, and the full output/error traceback, that would be helpful for diagnosing the problem.

@vuule Would you be able to help with the questions about nvcomp?

@vuule
Copy link
Contributor

vuule commented Jan 23, 2023

All nvCOMP calls are made from https://github.com/rapidsai/cudf/blob/branch-22.12/cpp/src/io/comp/nvcomp_adapter.cpp
Please let me know if you have any further questions about the nvCOMP use.

@GregoryKimball
Copy link
Contributor

Thank you @newjavaer for sharing your experience with libcudf and nvCOMP. Please let us know if you would like to discuss further.

@bdice bdice removed the Needs Triage Need team to review and classify label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
No open projects
Other Issues
Needs prioritizing
Development

No branches or pull requests

4 participants