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
466f7ac1
Commit
466f7ac1
authored
Apr 28, 2010
by
Peter Eastman
Browse files
Removed unnecessary sampler declaration
parent
3344bb7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
platforms/opencl/src/kernels/nonbonded_default.cl
platforms/opencl/src/kernels/nonbonded_default.cl
+0
-1
platforms/opencl/src/kernels/nonbonded_nvidia.cl
platforms/opencl/src/kernels/nonbonded_nvidia.cl
+0
-1
No files found.
platforms/opencl/src/kernels/nonbonded_default.cl
View file @
466f7ac1
#
define
TILE_SIZE
32
#
define
TILE_SIZE
32
const
sampler_t
sampler
=
CLK_NORMALIZED_COORDS_FALSE
| CLK_ADDRESS_CLAMP_TO_EDGE |
CLK_FILTER_NEAREST
;
/**
/**
*
Compute
nonbonded
interactions.
*
Compute
nonbonded
interactions.
...
...
platforms/opencl/src/kernels/nonbonded_nvidia.cl
View file @
466f7ac1
#
define
TILE_SIZE
32
#
define
TILE_SIZE
32
const
sampler_t
sampler
=
CLK_NORMALIZED_COORDS_FALSE
| CLK_ADDRESS_CLAMP_TO_EDGE |
CLK_FILTER_NEAREST
;
/**
/**
*
Compute
nonbonded
interactions.
*
Compute
nonbonded
interactions.
...
...
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