PARALUTION  1.0.0
PARALUTION
mic_utils.hpp File Reference

Go to the source code of this file.

Namespaces

 paralution
 

Macros

#define MIC_ALLOC   alloc_if(1)
 
#define MIC_FREE   free_if(1)
 
#define MIC_RETAIN   free_if(0)
 
#define MIC_REUSE   alloc_if(0)
 

Functions

template<typename ValueType >
void paralution::copy_to_mic (const int mic_dev, const ValueType *src, ValueType *dst, const int size)
 
template<typename ValueType >
void paralution::copy_to_host (const int mic_dev, const ValueType *src, ValueType *dst, const int size)
 
template<typename ValueType >
void paralution::copy_mic_mic (const int mic_dev, const ValueType *src, ValueType *dst, const int size)
 

Macro Definition Documentation

#define MIC_ALLOC   alloc_if(1)
#define MIC_FREE   free_if(1)
#define MIC_RETAIN   free_if(0)
#define MIC_REUSE   alloc_if(0)