码迷,mamicode.com
首页 >  
搜索关键字:professional cuda c    ( 1984个结果
20140822_BP神经网络
#include "cuda_runtime.h"#include "device_launch_parameters.h"#include "cublas_v2.h"#include "math.h"#include #include #include #include #include #if....
分类:其他好文   时间:2014-08-22 19:21:19    阅读次数:294
OpenCV GPU CUDA OpenCL 配置
首先,正确安装OpenCV,并且通过测试。我理解GPU的环境配置由3个主要步骤构成。1. 生成关联文件,即makefile或工程文件2. 编译生成与使用硬件相关的库文件,包括动态、静态库文件。3. 将生成的库文件加入到程序中,加入过程类似于OpenCV库的添加过程。详细操作参见:http://wen...
分类:其他好文   时间:2014-08-20 12:11:32    阅读次数:189
cuda中时间用法
转载:http://blog.csdn.net/jdhanhua/article/details/4843653因之前使用nvcc编译.cu 文件时,使用time_t及其一系列函数编译报不知名错误。在CUDA中统计运算时间,大致有三种方法:使用cutil.h中的函数unsigned int time...
分类:其他好文   时间:2014-08-18 21:46:03    阅读次数:273
QTP的基本功能介绍
? QTP的基本功能介绍HP QuickTest Professional 支持功能測试和回归測试自己主动化,用于每一个主要软件应用程序和环境。此解决方式使用keyword驱动的測试概念,简化了測试创建和维护过程。它使測试人员可以使用专业的捕获技术直接从应用程序屏幕中捕获流程来构建測试案例。測试专家...
分类:其他好文   时间:2014-08-18 16:16:22    阅读次数:162
【转】CUDA程序优化要点
CUDA程序优化应该考虑的点:精度:只在关键步骤使用双精度,其他部分仍然使用单精度浮点以获得指令吞吐量和精度的平衡; 目前GPU的单精度性能要远远超过双精度性能,整数乘法、求模、求余等运算的指令吞吐量也较为有限。在科学计算中,由于需要处理的数据量巨大,往往采用双精度或者四精度才能获得可靠的结果,目....
分类:其他好文   时间:2014-08-17 22:46:23    阅读次数:482
cublas 矩阵相乘API详解
#include "cuda_runtime.h"#include "device_launch_parameters.h"#include #include #include "cublas_v2.h"void multiCPU(float *c, float *a, float *b, unsi...
分类:Windows程序   时间:2014-08-17 01:03:11    阅读次数:1113
CUDA C编程入门-不同的grid和block大小对CUDA内建的变量的影响,以及如何确定Thread ID
测试环境 测试的GPU平台为GTX660M,计算能力为3.0首先介绍一下GPU提供的函数:int printf(const char *format[, arg, ...]); 从核函数格式化输出到主机,只支持计算能力在2.x及以上的设备。行为与标准的C相似。这里我们用于输出内建变量的值。核函...
分类:其他好文   时间:2014-08-17 01:03:01    阅读次数:606
CUDA 矩阵相乘完整代码
#include "cuda_runtime.h"#include "device_launch_parameters.h"#include #include #include #include "cublas_v2.h"#define BLOCK_SIZE 16cudaError_t multiC...
分类:其他好文   时间:2014-08-16 22:20:01    阅读次数:351
CUDA 矩阵相乘
#include "cuda_runtime.h"#include "device_launch_parameters.h"#include #include #include "cublas_v2.h"#define BLOCK_SIZE 16/***************/用cuBlas的内置...
分类:其他好文   时间:2014-08-16 22:17:21    阅读次数:292
Lift Tables are also termed as Cherry Picker
Added here is the fact that even the professional workmen are prone to face this sort of danger any time during the construction process. However, lit...
分类:其他好文   时间:2014-08-14 13:32:38    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!