Dynamic Bitset, CUDA version.
More...
#include <DynamicBitset.h>
Dynamic Bitset, CUDA version.
See galois/DynamicBitset.h.
DynamicBitset::DynamicBitset |
( |
| ) |
|
|
inline |
DynamicBitset::DynamicBitset |
( |
size_t |
nbits | ) |
|
|
inline |
DynamicBitset::~DynamicBitset |
( |
| ) |
|
|
inline |
void DynamicBitset::alloc |
( |
size_t |
nbits | ) |
|
|
inline |
__device__ __host__ size_t DynamicBitset::alloc_size |
( |
| ) |
const |
|
inline |
__device__ void DynamicBitset::batch_bitwise_and |
( |
const size_t |
bit_index, |
|
|
const uint64_t |
mask |
|
) |
| |
|
inline |
__device__ void DynamicBitset::batch_reset |
( |
const size_t |
bit_index | ) |
|
|
inline |
void DynamicBitset::copy_to_cpu |
( |
uint64_t * |
bit_vector_cpu_copy | ) |
|
|
inline |
void DynamicBitset::copy_to_gpu |
( |
uint64_t * |
cpu_bit_vector | ) |
|
|
inline |
void DynamicBitset::reset |
( |
| ) |
|
|
inline |
void DynamicBitset::resize |
( |
size_t |
nbits | ) |
|
|
inline |
__device__ void DynamicBitset::set |
( |
const size_t |
id | ) |
|
|
inline |
__device__ __host__ size_t DynamicBitset::size |
( |
| ) |
const |
|
inline |
__device__ bool DynamicBitset::test |
( |
const size_t |
id | ) |
const |
|
inline |
__device__ __host__ size_t DynamicBitset::vec_size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: