Changeset View
Changeset View
Standalone View
Standalone View
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
Show All 13 Lines | |||||
#ifndef __OMPTARGET_NVPTX_H | #ifndef __OMPTARGET_NVPTX_H | ||||
#define __OMPTARGET_NVPTX_H | #define __OMPTARGET_NVPTX_H | ||||
// std includes | // std includes | ||||
#include <stdint.h> | #include <stdint.h> | ||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <inttypes.h> | |||||
// cuda includes | // cuda includes | ||||
#include <cuda.h> | #include <cuda.h> | ||||
#include <math.h> | #include <math.h> | ||||
// local includes | // local includes | ||||
#include "counter_group.h" | #include "counter_group.h" | ||||
#include "debug.h" // debug | #include "debug.h" // debug | ||||
#include "interface.h" // interfaces with omp, compiler, and user | #include "interface.h" // interfaces with omp, compiler, and user | ||||
▲ Show 20 Lines • Show All 386 Lines • Show Last 20 Lines |