testequationssolver.h

来自「PDE simulator on GPU.」· C头文件 代码 · 共 27 行

H
27
字号
// BenchMark.h: interface for the BenchMark class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_BENCHMARK_H__9EAF3744_C68A_4235_87AF_32E0695E9D12__INCLUDED_)
#define AFX_BENCHMARK_H__9EAF3744_C68A_4235_87AF_32E0695E9D12__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

////////////////////////////////////////////////////////////////////
/// Description:
/// This program is designed to record time of the computations
/// either on GPU or CPU. 
/// So we can understand how the GPU accelerate the computation 
/// and know clearly how much it has done for us
/// Author: Youquan Liu
/// Website: http://lcs.ios.ac.cn/~lyq/
/// Date:   2003/9/1
/// Location: Labatory of Computer Science, Institute of Software, 
///            Chinese Academy of Sciences, P.R.China
////////////////////////////////////////////////////////////////////
void PerformanceIterativeSolverTestOnGPU();

#endif // !defined(AFX_BENCHMARK_H__9EAF3744_C68A_4235_87AF_32E0695E9D12__INCLUDED_)

⌨️ 快捷键说明

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