Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
5044c12d
Commit
5044c12d
authored
Jan 11, 2017
by
Peter Eastman
Browse files
Fix for errors on Pascal GPUs
parent
d4465cb4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/opencl/src/kernels/findInteractingBlocks.cl
platforms/opencl/src/kernels/findInteractingBlocks.cl
+1
-1
No files found.
platforms/opencl/src/kernels/findInteractingBlocks.cl
View file @
5044c12d
...
@@ -99,7 +99,7 @@ __kernel void findBlocksWithInteractions(real4 periodicBoxSize, real4 invPeriodi
...
@@ -99,7 +99,7 @@ __kernel void findBlocksWithInteractions(real4 periodicBoxSize, real4 invPeriodi
__local
real3
posBuffer[GROUP_SIZE]
;
__local
real3
posBuffer[GROUP_SIZE]
;
__local
volatile
int
workgroupTileIndex[GROUP_SIZE/32]
;
__local
volatile
int
workgroupTileIndex[GROUP_SIZE/32]
;
__local
bool
includeBlockFlags[GROUP_SIZE]
;
__local
bool
includeBlockFlags[GROUP_SIZE]
;
__local
short2
atomCountBuffer[GROUP_SIZE]
;
__local
volatile
short2
atomCountBuffer[GROUP_SIZE]
;
__local
int*
buffer
=
workgroupBuffer+BUFFER_SIZE*
(
warpStart/32
)
;
__local
int*
buffer
=
workgroupBuffer+BUFFER_SIZE*
(
warpStart/32
)
;
__local
int*
exclusionsForX
=
warpExclusions+MAX_EXCLUSIONS*
(
warpStart/32
)
;
__local
int*
exclusionsForX
=
warpExclusions+MAX_EXCLUSIONS*
(
warpStart/32
)
;
__local
volatile
int*
tileStartIndex
=
workgroupTileIndex+
(
warpStart/32
)
;
__local
volatile
int*
tileStartIndex
=
workgroupTileIndex+
(
warpStart/32
)
;
...
...
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