marsinc.h

来自「GPU实现的MapReduce framework,对于学习并行编程和cuda平」· C头文件 代码 · 共 36 行

H
36
字号
/**
 *This is the source code for Mars, a MapReduce framework on graphics
 *processors.
 *Author: Wenbin Fang (HKUST), Bingsheng He (HKUST)
 *Mentor: Naga K. Govindaraju (Microsoft Corp.), Qiong Luo (HKUST), Tuyong
 *Wang (Sina.com).
 *If you have any question on the code, please contact us at {saven,
 *wenbin, luo}@cse.ust.hk.
 *The copyright is held by HKUST. Mars is provided "as is" without any 
 *guarantees of any kind.
 */
//#define TEST_APP
//#define II_APP
//#define SS_APP
//#define SM_APP
//#define MM_APP
//#define PVC_APP
//#define PVR_APP

#define TEST_INT
//#define TEST_STRING
//#define TEST_FLOAT
 

#ifndef __MARSLIB_H__
#define __MARSLIB_H__
#include "BenLib/BenLib.h"
#include <cutil.h>
#include <cuda.h>
#include <cuda_runtime.h>

#include "MarsInc/MarsMacro.h"
#include "MarsInc/MarsDs.h"
#include "MarsInc/MarsFunc.h"

#endif //__MARSLIB_H__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?