摘要:
鉴于自己的毕设需要使用GPU CUDA这项技术,想找一本入门的教材,选择了Jason Sanders等所著的书《CUDA By Example an Introduction to General Purpose GPU Programming》。这本书作为入门教材,写的很不错。自己觉得从理解与记忆 阅读全文
摘要:
Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA 你的 CPU 支持AVX AVX2,但你安装的 TensorFlow 版本不支 阅读全文
摘要:
SELECT DATEDIFF(YEAR,'1986-09-01','2016-02-01') AS DiffDate datepart缩写 年 yy, yyyy 季度 qq, q 月 mm, m 年中的日 dy, y 日 dd, d 周 wk, ww 星期 dw, w 小时 hh 分钟 mi, n 阅读全文
摘要:
今天在编译用vs2012编译C++动态库提示:error MSB8020: The builds tools for v140_xp (Platform Toolset = 'v140_xp') cannot be found. To build using the v140_xp build to... 阅读全文