Abstract: 本文介绍CUDA核函数计时方法
Keywords: gettimeofday,nvprof
【概率论】3-6:条件分布(Conditional Distributions Part I)
Abstract: 首先介绍随机变量的条件分布,随后介绍随机变量条件分布下的乘法法则,贝叶斯公式和全概率公式
Keywords: Discrete Conditional Distributions,Continuous Conditional Distributions,Multiplication Rule,Bayes’ Therom,Law of Total Probability
【爬虫】3.1 HTTP协议(一)
Abstract: 本文介绍HTTP基础知识的入门讲解,没有深入,主要是为了让我们知道爬虫请求服务器响应的大致过程
Keywords: http,web,tcp/ip,uri/url
【CUDA 基础】2.0 CUDA编程模型概述(一)
Abstract: 本文介绍CUDA编程模型的简要结构,包括写一个简单的可执行的CUDA程序,一个正确的CUDA核函数,以及相应的调整设置内存,线程来正确的运行程序。
Keywords: CUDA编程模型,CUDA编程结构,内存管理,线程管理,CUDA核函数,CUDA错误处理