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
eba872d4
Commit
eba872d4
authored
Aug 13, 2018
by
lvs
Browse files
corrected num elems copied with async copy in krnl1,
#26
parent
243b0ed7
Changes
1
Show whitespace changes
Inline
Side-by-side
device/kernel1.cl
View file @
eba872d4
...
@@ -84,7 +84,7 @@ gpu_calc_initpop(
...
@@ -84,7 +84,7 @@ gpu_calc_initpop(
//
Copying
genotype
from
global
memory
//
Copying
genotype
from
global
memory
event_t
ev
=
async_work_group_copy
(
genotype,
event_t
ev
=
async_work_group_copy
(
genotype,
dockpars_conformations_current
+
GENOTYPE_LENGTH_IN_GLOBMEM*get_group_id
(
0
)
,
dockpars_conformations_current
+
GENOTYPE_LENGTH_IN_GLOBMEM*get_group_id
(
0
)
,
GENOTYPE_LENGTH
_IN_GLOBMEM
,
0
)
;
ACTUAL_
GENOTYPE_LENGTH,
0
)
;
//
Determining
run-ID
//
Determining
run-ID
if
(
get_local_id
(
0
)
==
0
)
{
if
(
get_local_id
(
0
)
==
0
)
{
...
...
Leonardo Solis
@solis
mentioned in issue
#26 (closed)
·
Aug 13, 2018
mentioned in issue
#26 (closed)
mentioned in issue #26
Toggle commit list
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