摘要: ./CComplexN = 1024, M=10N = 2048, M=11N = 4096, M=12N = 8192, M=13N = 16384, M=14N = 32768, M=15***************c1 c2****************************2.3000 阅读全文
posted @ 2017-03-21 22:23 souwang 阅读(169) 评论(0) 推荐(0) 编辑
摘要: DIRS :=fold1\ fold2\ fold3 build: @for dir in $(DIRS); do\ make -C $$dir ;\ done clean: @for dir in $(DIRS); do\ make -C $$dir clean; \ done 阅读全文
posted @ 2017-03-21 22:09 souwang 阅读(198) 评论(0) 推荐(0) 编辑
摘要: INCLUDE=-I/usr/local/cuda/include/\ -I/usr/local/cuda/include/CL\ -I/usr/include \ -I/usr/include/c++ LIBRARY_PATH :=-L/usr/local/cuda/lib64 LIBRARIES :=-lOpenCL... 阅读全文
posted @ 2017-03-21 22:07 souwang 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 1 CUDA_PATH ?=/usr/local/cuda-7.0 2 NVCC :=$(CUDA_PATH)/bin/nvcc -ccbin g++ 3 INCLUDE :=-I/usr/local/cuda-7.0/include/\ 4 -I/usr/local/cuda/samples/common/inc\ 5 -I/usr... 阅读全文
posted @ 2017-03-21 22:05 souwang 阅读(1349) 评论(0) 推荐(0) 编辑
摘要: ./DeviceInfoMax work-item dimensions : 3Max work-item sizes : 1024 1024 64Max work-group sizes : 1024Max comput_uint : 4Max constant_args : 9Max const 阅读全文
posted @ 2017-03-21 21:58 souwang 阅读(437) 评论(0) 推荐(0) 编辑
摘要: $./CUDAVectorAddTime = 0.089507 Sec Result OK! 阅读全文
posted @ 2017-03-21 21:53 souwang 阅读(582) 评论(0) 推荐(0) 编辑
摘要: $h_hatCH.txt 406.000000+0.000003i-14.499996+133.325287i-14.499996+65.874161i-14.499991+43.034470i-14.500006+31.341248i-14.500005+24.099192i-14.499995+ 阅读全文
posted @ 2017-03-21 21:49 souwang 阅读(391) 评论(0) 推荐(0) 编辑
摘要: ./matrixMulCUBLAS[Matrix Multiply CUBLAS] - Starting...GPU Device 0: "GeForce GTX 650 Ti" with compute capability 3.0MatrixA(320,640), MatrixB(320,640 阅读全文
posted @ 2017-03-21 21:41 souwang 阅读(695) 评论(0) 推荐(0) 编辑
摘要: ./kernelP[0] = 2048P[1] = 2048P[2] = 2048P[3] = 2048P[4] = 2048P[5] = 2048P[6] = 2048P[7] = 2048P[8] = 2048P[9] = 2048P[1048566] = 2048P[1048567] = 20 阅读全文
posted @ 2017-03-21 21:34 souwang 阅读(630) 评论(0) 推荐(0) 编辑
摘要: ./Boost_Array_Test****** Boost Library Array1D Test ******0 1 2 3 4 5 6 7 8 9 ****** Boost Library Array1D Test ******0 -1 -2 -3 -4 -5 -6 -7 1 0 -1 -2 阅读全文
posted @ 2017-03-21 21:19 souwang 阅读(266) 评论(0) 推荐(0) 编辑