#include <cassert>
#include <cstring>
#include <string>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
|
template<class CODEC > |
__global__ void | genie::compression::g_decodeArrayParallel (uint32_t *d_Input, size_t arrayLength, uint32_t *d_Output, size_t capacity, size_t *d_decomprLength) |
|
template<class CODEC > |
void | genie::compression::decodeArrayParallel (int blocks, int threads, uint32_t *d_Input, size_t arrayLength, uint32_t *d_Output, size_t capacity, size_t *d_decomprLength) |
|