#define SEQAN_HOST
Prefix for functions working only on host side.

Defined in <seqan/platform.h>
Signature #define SEQAN_HOST

Detailed Description

This macro can be placed in front of functions that can be callable only from host side. The macro expands to __host__ on CUDA-capable compilers and is ignored otherwise.

See Also