Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock
Commits
071eec04
Commit
071eec04
authored
Apr 06, 2018
by
Leonardo Solis
Browse files
update kernel_gradient
parent
94f118a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
device/kernel_gradient.cl
View file @
071eec04
...
...
@@ -173,6 +173,9 @@ gradient_minimizer( char dockpars_num_of_atoms,
if
(
get_local_id
(
0
)
==
0
)
{
is_enabled_gradient_calc
=
true
;
}
//
Final
gradient
resulting
out
of
gradient
calculation
__local
float
gradient_genotype[GENOTYPE_LENGTH_IN_GLOBMEM]
;
//
-------------------------------------------------------------------
//
Variables
to
store
partial
energies
...
...
@@ -250,7 +253,9 @@ gradient_minimizer( char dockpars_num_of_atoms,
&is_enabled_gradient_calc,
gradient_inter_x,
gradient_inter_y,
gradient_inter_z
gradient_inter_z,
gradient_genotype
)
;
//
-------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
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