![]() |
PARALUTION
1.0.0
PARALUTION
|
Go to the source code of this file.
Data Structures | |
class | paralution::AcceleratorVector< ValueType > |
class | paralution::AcceleratorMatrix< ValueType > |
class | paralution::HostMatrix< ValueType > |
Namespaces | |
paralution | |
Functions | |
bool | paralution::paralution_init_mic () |
Initialize a MIC. More... | |
void | paralution::paralution_stop_mic () |
Release the MIC accelerator. More... | |
void | paralution::paralution_info_mic (const struct Paralution_Backend_Descriptor) |
Print information about the MICs in the systems. More... | |
template<typename ValueType > | |
AcceleratorVector< ValueType > * | paralution::_paralution_init_base_mic_vector (const struct Paralution_Backend_Descriptor backend_descriptor) |
Build (and return) a vector on MIC. More... | |
template<typename ValueType > | |
AcceleratorMatrix< ValueType > * | paralution::_paralution_init_base_mic_matrix (const struct Paralution_Backend_Descriptor backend_descriptor, const unsigned int matrix_format) |
Build (and return) a matrix on MIC. More... | |