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

All components are too new!! #51

Closed
basaltzhang opened this issue Feb 9, 2023 · 6 comments
Closed

All components are too new!! #51

basaltzhang opened this issue Feb 9, 2023 · 6 comments
Labels
feature request New feature or request

Comments

@basaltzhang
Copy link

basaltzhang commented Feb 9, 2023

CUDA Driver >= 11.7 (Not tested on 12.0)
GCC >= 11.0
Python >= 3.7
cmake >= 3.22

Difficult to compile from source code, I have to update ALL my tools to fit these minimum versions. Are these really needed?

Example, if I don't need #include to use c++20 <=> , I can use gcc version 8, am i right?

@lji72
Copy link

lji72 commented Feb 10, 2023

+1

@lji72
Copy link

lji72 commented Feb 10, 2023

It's difficult to use in some project with lower gcc.

@edric1261234
Copy link

especially GCC

@shiremathNV
Copy link

Hello, Thanks for your feedback on the minimum versions.

On the new release that went live this week (v0.3.0), we have lowered the minimum versions on CUDA toolkit and GCC.

  • CUDA Toolkit >= 11.3 support for core library build and run
  • GCC >= 9.0 supported for core library build and run

Hope this helps. For lower GCC version than 9.0, will using the gcc-9 pre-builds to link against meet your requirements?
@basaltzhang @lji72 @edric1261234

@davidhopper2003
Copy link

Hello, Thanks for your feedback on the minimum versions.

On the new release that went live this week (v0.3.0), we have lowered the minimum versions on CUDA toolkit and GCC.

  • CUDA Toolkit >= 11.3 support for core library build and run
  • GCC >= 9.0 supported for core library build and run

Hope this helps. For lower GCC version than 9.0, will using the gcc-9 pre-builds to link against meet your requirements? @basaltzhang @lji72 @edric1261234

According to the GCC and CUDA versions you gave, it cannot be compiled successfully on Ubuntu 20.04. Please refer to my post: #95

@chencuber
Copy link

yes,very difficult to integrate into current working project!

Ubuntu22.04 is too high, even nvidia ngc container only support Ubuntu20.04 with cuda<12。
just suggest that all building(not just core library) uses Ubuntu20.04 with cuda<=11.6 and gcc >= 9.0。

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

No branches or pull requests

6 participants