CUB
|
#include <cuda.h>
#include "../util_ptx.cuh"
#include "../util_type.cuh"
#include "../util_namespace.cuh"
Go to the source code of this file.
Namespaces | |
cub | |
Optional outer namespace(s) | |
Enumerations | |
enum | cub::CacheStoreModifier { cub::STORE_DEFAULT, cub::STORE_WB, cub::STORE_CG, cub::STORE_CS, cub::STORE_WT, cub::STORE_VOLATILE } |
Enumeration of cache modifiers for memory store operations. More... | |
Functions | |
Thread I/O (cache modified) | |
template<CacheStoreModifier MODIFIER, typename OutputIteratorT , typename T > | |
__device__ __forceinline__ void | cub::ThreadStore (OutputIteratorT itr, T val) |
Thread utility for writing memory using cub::CacheStoreModifier cache modifiers. Can be used to store any data type. More... | |
Thread utilities for writing memory using PTX cache modifiers.
Definition in file thread_store.cuh.