1.1 通过__global__ 关键字,定义kernel函数,用GPU输出printf
#include <stdio.h>__global__ void hellofromgpu(void)
{printf("hello world from gpu\n");
}
int main(void)
{printf("hello world from cpu\n");hellofromgp…
鸣谢《ChatGLM2-6B|开源本地化语言模型》作者PhiltreX
作者显卡为英伟达4060
安装程序
打开CMD命令行,在D盘新建目录openai.wiki if not exist D:\openai.wiki mkdir D:\openai.wiki 强制切换工作路径为D盘的openai.wiki文件夹。 cd /d D:\openai.wik…