📄 marsinc.h
字号:
/**
*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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -