Skip to content

Unify CUDA and OpenCL lookup-table creation

Artem Zhmurov requested to merge devicebuffer_UnifyCUDAOpenCLLookupTable into master

In CUDA code, textures are used for the lookup-tables, whereas in OpenCL they are created as a read-only buffers. This commit hides these differences behind a unified wrapper.

Refs #3318 (closed) Refs #3311 (closed)

From: https://gerrit.gromacs.org/#/c/gromacs/+/16383/

Edited by Artem Zhmurov

Merge request reports