|
NVBIO
|
Functions | |
| template<typename string_type > | |
| NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint2 | nvbio::vectorized_string_range (const string_type &string) |
| template<typename string_type > | |
| NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void | nvbio::vectorized_string_load (const string_type &string, const uint32 i, typename string_traits< string_type >::value_type *vector) |
| NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void nvbio::vectorized_string_load | ( | const string_type & | string, |
| const uint32 | i, | ||
| typename string_traits< string_type >::value_type * | vector | ||
| ) |
load a vector using the maximum vector width
Definition at line 172 of file vectorized_string.h.
| NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint2 nvbio::vectorized_string_range | ( | const string_type & | string) |
determine the vectorized range of a string using the maximum vector width
Definition at line 163 of file vectorized_string.h.
1.8.4