forked from deepmodeling/deepmd-kit
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
787 changed files
with
107,206 additions
and
202,853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
BasedOnStyle: Google | ||
BinPackParameters: false | ||
InsertBraces: true | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# do not show up detailed difference on GitHub | ||
source/3rdparty/* linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
changelog: | ||
exclude: | ||
authors: | ||
- app/pre-commit-ci | ||
- app/dependabot | ||
categories: | ||
- title: Breaking Changes | ||
labels: | ||
- "breaking change" | ||
- title: New Features | ||
labels: | ||
- "new feature" | ||
- title: Enhancement | ||
labels: | ||
- enhancement | ||
- title: Documentation | ||
labels: | ||
# automatically added | ||
- Docs | ||
# for docs outside the doc directory | ||
- "other docs" | ||
exclude: | ||
labels: | ||
- build | ||
- bug | ||
- title: Build and release | ||
labels: | ||
- build | ||
- title: Bug fixings | ||
labels: | ||
- bug | ||
- title: Other Changes | ||
labels: | ||
- "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
on: | ||
pull_request_target: | ||
types: | ||
- "labeled" | ||
name: Test CUDA | ||
jobs: | ||
remove_label: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
# so one can re-trigger the workflow without manually removing the label | ||
runs-on: ubuntu-latest | ||
if: github.repository_owner == 'deepmodeling' && github.event.label.name == 'Test CUDA' | ||
steps: | ||
- uses: actions-ecosystem/action-remove-labels@v1 | ||
with: | ||
labels: Test CUDA | ||
number: ${{ github.event.pull_request.number }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.