• 大小: 5.27MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-11-07
  • 语言: 其他
  • 标签: CUDA  源代码  

资源简介

《GPU高性能计算之CUDA》书中实例源代码,经调试正常。GPU高性能计算系列丛书的第一本《GPU高性能计算之CUDA》已经出版,由张舒,褚艳利,赵开勇,张钰勃所编写。GPU高性能运算之CUDA---源代码

资源截图

代码片段和文件信息

#line 1 “ACsearch.cudafe1.cpp“
#line 1 “ACsearch.cu“
#line 147 “C:\\Program Files\\Microsoft Visual Studio 8\\VC\\INCLUDE\\crtdefs.h“
#pragma pack ( push 8 )
#line 32 “C:\\Program Files\\Microsoft Visual Studio 8\\VC\\INCLUDE\\vadefs.h“
#pragma pack ( push 8 )
#line 52 “C:\\Program Files\\Microsoft Visual Studio 8\\VC\\INCLUDE\\vadefs.h“
extern “C“ { typedef unsigned __w64 uintptr_t; }
#line 61 “C:\\Program Files\\Microsoft Visual Studio 8\\VC\\INCLUDE\\vadefs.h“
extern “C“ { typedef char *va_list; }
#line 151 “C:\\Program Files\\Microsoft Visual Studio 8\\VC\\INCLUDE\\vadefs.h“
#pragma pack ( pop )
#line 432 “C:\\Program Files\\Microsoft Visual Studio 8\\VC\\INCLUDE\\crtdefs.h“
typedef unsigned size_t; 
#line 1 “C:\\CUDA\\include\\crt/host_runtime.h“
























































#line 58 “C:\\CUDA\\include\\crt/host_runtime.h“



#line 62 “C:\\CUDA\\include\\crt/host_runtime.h“





#line 68 “C:\\CUDA\\include\\crt/host_runtime.h“

#line 1 “C:\\CUDA\\include\\cuda_runtime_api.h“











































 









#line 1 “c:\\cuda\\include\\host_defines.h“










































#line 44 “c:\\cuda\\include\\host_defines.h“

















#line 62 “c:\\cuda\\include\\host_defines.h“










#line 73 “c:\\cuda\\include\\host_defines.h“






















#line 96 “c:\\cuda\\include\\host_defines.h“








#line 105 “c:\\cuda\\include\\host_defines.h“




#line 110 “c:\\cuda\\include\\host_defines.h“














#line 125 “c:\\cuda\\include\\host_defines.h“
#line 55 “C:\\CUDA\\include\\cuda_runtime_api.h“
#line 1 “c:\\cuda\\include\\builtin_types.h“









































#line 1 “c:\\cuda\\include\\device_types.h“













































enum cudaRoundMode
{
  cudaRoundNearest
  cudaRoundZero
  cudaRoundPosInf
  cudaRoundMinInf
};

#line 55 “c:\\cuda\\include\\device_types.h“
#line 43 “c:\\cuda\\include\\builtin_types.h“
#line 1 “c:\\cuda\\include\\driver_types.h“

















































#line 51 “c:\\cuda\\include\\driver_types.h“








enum cudaError
{
  cudaSuccess = 0
  cudaErrorMissingConfiguration
  cudaErrorMemoryAllocation
  cudaErrorInitializationerror
  cudaErrorLaunchFailure
  cudaErrorPriorLaunchFailure
  cudaErrorLaunchTimeout
  cudaErrorLaunchOutOfResources
  cudaErrorInvalidDeviceFunction
  cudaErrorInvalidConfiguration
  cudaErrorInvalidDevice
  cudaErrorInvalidValue
  cudaErrorInvalidPitchValue
  cudaErrorInvalidSymbol
  cudaErrorMapBufferobjectF

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10104  2009-05-30 16:55  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\ACsearch.cu

     文件     690158  2009-01-14 15:59  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\ACsearch.cu.cpp

     文件       2038  2009-01-08 10:32  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\ACsearch.sln

    ..A..H.     42496  2011-11-18 15:37  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\ACsearch.suo

     文件      21499  2009-05-30 15:18  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\ACsearch.vcproj

     文件       6415  2009-05-29 17:39  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\ACsearch_kernel.cu

     文件       2044  2009-01-08 10:32  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\ACsearch_vc90.sln

     文件      24962  2009-01-08 10:32  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\ACsearch_vc90.vcproj

     文件      12254  2009-01-14 15:53  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\acsmx.c

     文件       2278  2009-01-14 14:47  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\acsmx.h

     文件      18863  2009-05-30 15:55  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\cudpp.h

     文件   18567168  2009-05-30 15:54  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\cudpp64.dll

     文件      49132  2009-04-16 14:19  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\cutil.h

     文件      10598  2009-05-29 14:10  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\cutil_inline.h

     文件     262159  2009-01-08 10:38  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\data\lena_bw_out.pgm

     文件       1205  2009-01-14 14:35  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\entry.c

     文件          0  2005-11-11 22:39  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\GPU_AC_Search.h

     文件         11  2009-05-30 16:56  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\test.txt

    ..A.SH.      5120  2009-07-21 17:12  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\ACsearch_DPPcompact_with_driver\Thumbs.db

     文件       3892  2009-07-13 09:24  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\asyncAPI\asyncAPI.cu

     文件       2033  2009-07-09 13:42  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\asyncAPI\asyncAPI.sln

     文件      18816  2009-07-09 13:42  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\asyncAPI\asyncAPI.vcproj

     文件       2044  2009-07-09 13:42  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\asyncAPI\asyncAPI_vc90.sln

     文件      18696  2009-07-09 13:42  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\asyncAPI\asyncAPI_vc90.vcproj

    ..A..H.      8192  2011-11-21 10:34  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\asyncAPI\asyncAPI.suo

     文件      31038  2009-07-13 09:24  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\bandwidthTest\bandwidthTest.cu

     文件       2053  2009-07-09 13:42  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\bandwidthTest\bandwidthTest.sln

     文件       2064  2009-07-09 13:42  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\bandwidthTest\bandwidthTest_vc90.sln

     文件      18891  2009-07-09 13:42  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\bandwidthTest\bandwidthTest_vc90.vcproj

    ..A..H.      8192  2011-11-18 15:33  GPU高性能运算之CUDA代码\《GPU高性能运算之CUDA》-张舒-6543-源代码\bandwidthTest\bandwidthTest.suo

............此处省略283个文件信息

评论

共有 条评论