PARALUTION  1.0.0
PARALUTION
gpu_allocate_free.hpp File Reference
#include <iostream>

Go to the source code of this file.

Namespaces

 paralution
 

Functions

template<typename DataType >
void paralution::allocate_gpu (const int size, DataType **ptr)
 
template<typename DataType >
void paralution::free_gpu (DataType **ptr)
 
template<typename DataType >
void paralution::set_to_zero_gpu (const int blocksize, const int max_threads, const int size, DataType *ptr)
 
template<typename DataType >
void paralution::set_to_one_gpu (const int blocksize, const int max_threads, const int size, DataType *ptr)