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

[fix] added manylinux support #185

Merged
merged 7 commits into from
May 14, 2024
Merged

[fix] added manylinux support #185

merged 7 commits into from
May 14, 2024

Conversation

guocuimi
Copy link
Collaborator

@guocuimi guocuimi commented May 14, 2024

  • fix the build error for cuda 11.8
  • add cuda 11.8 support for manylinux

/usr/local/cuda/bin/../targets/x86_64-linux/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.

@guocuimi guocuimi changed the title [fix] use gcc11 for cuda 11.8 [fix] added manylinux support May 14, 2024
@guocuimi guocuimi merged commit 040d9cf into main May 14, 2024
3 checks passed
@guocuimi guocuimi deleted the gcc_version branch May 14, 2024 19:40
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

Successfully merging this pull request may close these issues.

None yet

1 participant