Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
7a86940e
"git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "513d7d8ee331271029bd5e994fd3d7cd56bad13c"
Unverified
Commit
7a86940e
authored
Apr 01, 2020
by
Gao, Xiang
Committed by
GitHub
Apr 01, 2020
Browse files
Emit nvtx for neighbor_pairs_nopbc (#435)
parent
f8edffe3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
tools/md-benchmark-nsys-profile.py
tools/md-benchmark-nsys-profile.py
+1
-0
tools/training-benchmark-nsys-profile.py
tools/training-benchmark-nsys-profile.py
+1
-0
No files found.
tools/md-benchmark-nsys-profile.py
View file @
7a86940e
...
...
@@ -35,6 +35,7 @@ torchani.aev.radial_terms = time_func('radial_terms', torchani.aev.radial_terms)
torchani
.
aev
.
angular_terms
=
time_func
(
'angular_terms'
,
torchani
.
aev
.
angular_terms
)
torchani
.
aev
.
compute_shifts
=
time_func
(
'compute_shifts'
,
torchani
.
aev
.
compute_shifts
)
torchani
.
aev
.
neighbor_pairs
=
time_func
(
'neighbor_pairs'
,
torchani
.
aev
.
neighbor_pairs
)
torchani
.
aev
.
neighbor_pairs_nopbc
=
time_func
(
'neighbor_pairs_nopbc'
,
torchani
.
aev
.
neighbor_pairs_nopbc
)
torchani
.
aev
.
triu_index
=
time_func
(
'triu_index'
,
torchani
.
aev
.
triu_index
)
torchani
.
aev
.
cumsum_from_zero
=
time_func
(
'cumsum_from_zero'
,
torchani
.
aev
.
cumsum_from_zero
)
torchani
.
aev
.
triple_by_molecule
=
time_func
(
'triple_by_molecule'
,
torchani
.
aev
.
triple_by_molecule
)
...
...
tools/training-benchmark-nsys-profile.py
View file @
7a86940e
...
...
@@ -39,6 +39,7 @@ def enable_timers(model):
torchani
.
aev
.
angular_terms
=
time_func
(
'angular_terms'
,
torchani
.
aev
.
angular_terms
)
torchani
.
aev
.
compute_shifts
=
time_func
(
'compute_shifts'
,
torchani
.
aev
.
compute_shifts
)
torchani
.
aev
.
neighbor_pairs
=
time_func
(
'neighbor_pairs'
,
torchani
.
aev
.
neighbor_pairs
)
torchani
.
aev
.
neighbor_pairs_nopbc
=
time_func
(
'neighbor_pairs_nopbc'
,
torchani
.
aev
.
neighbor_pairs_nopbc
)
torchani
.
aev
.
triu_index
=
time_func
(
'triu_index'
,
torchani
.
aev
.
triu_index
)
torchani
.
aev
.
cumsum_from_zero
=
time_func
(
'cumsum_from_zero'
,
torchani
.
aev
.
cumsum_from_zero
)
torchani
.
aev
.
triple_by_molecule
=
time_func
(
'triple_by_molecule'
,
torchani
.
aev
.
triple_by_molecule
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment