Skip to content

remove -std=c++17 for cuda<=10#759

Merged
amcadmus merged 1 commit intodeepmodeling:develfrom
njzjz:remove_std_cxx17
Jun 17, 2021
Merged

remove -std=c++17 for cuda<=10#759
amcadmus merged 1 commit intodeepmodeling:develfrom
njzjz:remove_std_cxx17

Conversation

@njzjz
Copy link
Copy Markdown
Member

@njzjz njzjz commented Jun 16, 2021

cuda<=10 doesn't support -std=c++17, but conda compilers will add
it into the flag. We can friendly remove such flag to prevent users
go here and ask #428.

fix #755.

cuda<=10 doesn't support `-std=c++17`, but conda compilers will add
it into the flag. We can friendly remove such flag to prevent users
go here and ask deepmodeling#428.

fix deepmodeling#755.
@njzjz njzjz changed the title remove std cxx17 remove -std=c++17 for cuda<=10 Jun 16, 2021
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 16, 2021

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.23%. Comparing base (5e9648e) to head (24c0f3a).

Additional details and impacted files
@@            Coverage Diff             @@
##            devel     #759      +/-   ##
==========================================
+ Coverage   74.21%   74.23%   +0.01%     
==========================================
  Files          82       76       -6     
  Lines        6520     6505      -15     
==========================================
- Hits         4839     4829      -10     
+ Misses       1681     1676       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@amcadmus amcadmus merged commit 86db65d into deepmodeling:devel Jun 17, 2021
@njzjz njzjz deleted the remove_std_cxx17 branch August 12, 2021 22:23
gzq942560379 pushed a commit to HPC-AI-Team/deepmd-kit that referenced this pull request Sep 1, 2021
cuda<=10 doesn't support `-std=c++17`, but conda compilers will add
it into the flag. We can friendly remove such flag to prevent users
go here and ask deepmodeling#428.

fix deepmodeling#755.
njzjz added a commit to njzjz/deepmd-kit that referenced this pull request Sep 21, 2023
* add auto cli docs

* fix typo

* fix package name...

* forgot to return parser

* add the blank line
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.

3 participants