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

feat(pt): add op library #3620

Merged
merged 3 commits into from
Mar 29, 2024
Merged

feat(pt): add op library #3620

merged 3 commits into from
Mar 29, 2024

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Mar 29, 2024

No description provided.

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

Attention: Patch coverage is 78.57143% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 77.70%. Comparing base (23f67a1) to head (ddea911).

Files Patch % Lines
deepmd/pt/cxx_op.py 75.00% 4 Missing ⚠️
source/op/pt/print_summary.cc 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3620      +/-   ##
==========================================
- Coverage   77.70%   77.70%   -0.01%     
==========================================
  Files         434      437       +3     
  Lines       37541    37566      +25     
  Branches     1623     1623              
==========================================
+ Hits        29170    29189      +19     
- Misses       7507     7513       +6     
  Partials      864      864              

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

@njzjz njzjz changed the title pt: add op library feat(pt): add op library Mar 29, 2024
#endif
}

TORCH_LIBRARY(deepmd, m) { m.def("enable_mpi", enable_mpi); }

Check notice

Code scanning / CodeQL

Unused static function Note

Static function TORCH_LIBRARY_init_deepmd is unreachable (
TORCH_LIBRARY_static_init_deepmd
must be removed at the same time)
@njzjz njzjz added this pull request to the merge queue Mar 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 29, 2024
@njzjz njzjz added this pull request to the merge queue Mar 29, 2024
Merged via the queue into deepmodeling:devel with commit 386f3b2 Mar 29, 2024
48 checks passed
@njzjz njzjz deleted the pt-op branch March 29, 2024 09:41
@njzjz njzjz mentioned this pull request Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants