Commit 466f7ac1 authored by Peter Eastman's avatar Peter Eastman
Browse files

Removed unnecessary sampler declaration

parent 3344bb7a
#define TILE_SIZE 32
const sampler_t sampler = CLK_NORMALIZED_COORDS_FALSE | CLK_ADDRESS_CLAMP_TO_EDGE | CLK_FILTER_NEAREST;
/**
* Compute nonbonded interactions.
......
#define TILE_SIZE 32
const sampler_t sampler = CLK_NORMALIZED_COORDS_FALSE | CLK_ADDRESS_CLAMP_TO_EDGE | CLK_FILTER_NEAREST;
/**
* Compute nonbonded interactions.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment