摘要: curl https://ftp.gnu.org/gnu/gcc/gcc-5.4.0/gcc-5.4.0.tar.bz2 -O echo "extracting files..." tar xvfj gcc-5.4.0.tar.bz2 echo "Installing dependencies... 阅读全文
posted @ 2018-06-22 18:24 pengdada 阅读(897) 评论(0) 推荐(0) 编辑
摘要: ###Use the dkms from EPEL. yum install epel-release yum install dkms # download the rpm from the NVidia website rpm -i cuda-repo-rhel7-8-0-local-ga2-8 阅读全文
posted @ 2018-06-09 00:27 pengdada 阅读(228) 评论(0) 推荐(0) 编辑
摘要: https://unetbootin.github.io/ https://rufus.akeo.ie/ 阅读全文
posted @ 2018-06-08 15:45 pengdada 阅读(173) 评论(0) 推荐(0) 编辑
摘要: RTK-1.4.0 InsightToolkit-4.12.2 ./cmake/nvcc-check.cmake line:86 commentout as#message(FATAL_ERROR "nvcc-check: Please install adequate gcc for cuda.\ 阅读全文
posted @ 2018-06-07 23:08 pengdada 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 2iSome years ago I started work on my first CUDA implementation of the Multiparticle Collision Dynamics (MPC) algorithm, a particle-in-cell code used 阅读全文
posted @ 2016-06-27 10:02 pengdada 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 官方下载: https://github.com/Microsoft/caffe 然后 直接修改caffe目录下的windows目录下的项目的props文件配置支持哪些特性,然后直接打开vs的项目编译即可完成,怎一个爽字了得(nuget自动处理依赖问题) (1)注意修改python的绑定为true, 阅读全文
posted @ 2016-05-12 08:09 pengdada 阅读(3930) 评论(0) 推荐(0) 编辑
摘要:   In the previous post, we saw one of the important features of OpenCL™ 2.0, Shared Virtual Memory (SVM). In this blog, we will see another feature of 阅读全文
posted @ 2016-03-14 15:17 pengdada 阅读(767) 评论(0) 推荐(0) 编辑
摘要: //-----------------------------------------------------// Design Name : dlatch_reset// File Name : dlatch_reset.v// Function : DLATCH async reset// Co 阅读全文
posted @ 2016-03-10 23:07 pengdada 阅读(1041) 评论(0) 推荐(0) 编辑
摘要: l generate语句 Verilog-2001添加了generate循环,允许产生 module和primitive的多个实例化,同时也可以产生多个variable,net,task,function,continous assignment,initial和always。在generate语句 阅读全文
posted @ 2016-03-10 11:03 pengdada 阅读(517) 评论(0) 推荐(0) 编辑
摘要: copy from http://www.cnblogs.com/linjie-swust/archive/2012/03/27/FPGA_verilog.html 在FPGA设计中经常使用到逻辑复制,逻辑复制也用在很多场合。 1. 信号驱动级数非常大,扇出很大,需要增加驱动力 逻辑复制最常使用的场 阅读全文
posted @ 2016-03-10 09:52 pengdada 阅读(465) 评论(0) 推荐(0) 编辑