IPCC  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
XeonPhi_header.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define ALLOC alloc_if(1) free_if(0)
4 #define REUSE alloc_if(0) free_if(0)
5 #define FREE alloc_if(0) free_if(1)
6 #define LOCAL alloc_if(1) free_if(1)
7 
8 extern int phi_tid;
9 extern unsigned int X_largest;
10 
11 #ifdef _ENABLE_PAPI
12 #include "papi.h"
13 extern int papi_event_set;
14 #endif
int phi_tid
unsigned int X_largest