2020年4月10日

摘要: 1.第一个程序,输出hello world,1个Block块中含有5个线程 1 #include <stdio.h> 2 #include "cuda_runtime.h" 3 4 __global__ void hello(void) 5 { 6 printf("hello world from 阅读全文
posted @ 2020-04-10 13:47 无人知晓LLH 阅读(193) 评论(0) 推荐(0)
摘要: 一、CPU 1.什么是CPU: 2.CPU内部的并行性 3. 阅读全文
posted @ 2020-04-10 09:31 无人知晓LLH 阅读(535) 评论(0) 推荐(0)

导航