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
2af97193
Commit
2af97193
authored
Jul 29, 2010
by
Peter Eastman
Browse files
Optimizations to Kirkwood kernel
parent
b1232a0f
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1273 additions
and
1665 deletions
+1273
-1665
plugins/amoeba/platforms/cuda/src/kernels/kCalculateAmoebaCudaKirkwood.cu
...latforms/cuda/src/kernels/kCalculateAmoebaCudaKirkwood.cu
+1270
-1662
plugins/amoeba/platforms/cuda/src/kernels/kCalculateAmoebaCudaKirkwood.h
...platforms/cuda/src/kernels/kCalculateAmoebaCudaKirkwood.h
+3
-3
No files found.
plugins/amoeba/platforms/cuda/src/kernels/kCalculateAmoebaCudaKirkwood.cu
View file @
2af97193
This diff is collapsed.
Click to expand it.
plugins/amoeba/platforms/cuda/src/kernels/kCalculateAmoebaCudaKirkwood.h
View file @
2af97193
...
...
@@ -29,11 +29,11 @@
__global__
/*
#if (__CUDA_ARCH__ >= 200)
__launch_bounds__(
GF1XX_NONBOND_THREADS_PER_BLOCK
, 1)
__launch_bounds__(
256
, 1)
#elif (__CUDA_ARCH__ >= 130)
__launch_bounds__(
GT2XX_NONBOND_THREADS_PER_BLOCK
, 1)
__launch_bounds__(
128
, 1)
#else
__launch_bounds__(
G8X_NONBOND_THREADS_PER_BLOCK
, 1)
__launch_bounds__(
64
, 1)
#endif
*/
void
METHOD_NAME
(
kCalculateAmoebaCudaKirkwood
,
Forces_kernel
)(
...
...
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